29 #ifndef JUCE_XMLDOCUMENT_H_INCLUDED 30 #define JUCE_XMLDOCUMENT_H_INCLUDED 106 XmlElement* getDocumentElement (
bool onlyReadOuterDocumentElement =
false);
134 void setEmptyTextElementsIgnored (
bool shouldBeIgnored)
noexcept;
153 String::CharPointerType input;
154 bool outOfData, errorOccurred;
156 String lastError, dtdText;
158 bool needToLoadDTD, ignoreEmptyTextElements;
161 XmlElement* parseDocumentElement (String::CharPointerType,
bool outer);
162 void setLastError (
const String&,
bool carryOn);
165 void skipNextWhiteSpace();
167 XmlElement* readNextElement (
bool alsoParseSubElements);
169 void readQuotedString (
String&);
170 void readEntity (
String&);
181 #endif // JUCE_XMLDOCUMENT_H_INCLUDED #define noexcept
Definition: juce_CompilerSupport.h:141
Definition: juce_String.h:43
#define JUCE_API
Definition: juce_StandardHeader.h:139
Definition: juce_XmlElement.h:142
Definition: juce_XmlDocument.h:69
Definition: juce_StringArray.h:39
Definition: juce_File.h:45
wchar_t juce_wchar
Definition: juce_CharacterFunctions.h:49