113 const String& getLastParseError()
const noexcept;
157 bool outOfData =
false, errorOccurred =
false;
158 String lastError, dtdText;
160 bool needToLoadDTD =
false, ignoreEmptyTextElements =
true;
161 std::unique_ptr<InputSource> inputSource;
167 void skipNextWhiteSpace();
171 void readQuotedString (
String&);
172 void readEntity (
String&);
179 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (
XmlDocument)
Holds a resizable array of primitive or copy-by-value objects.
Wraps a pointer to a null-terminated UTF-8 character string, and provides various methods to operate ...
Represents a local file or directory.
A special array for holding a list of strings.
Parses a text-based XML document and creates an XmlElement object from it.
Used to build a tree of elements representing an XML document.
#define JUCE_API
This macro is added to all JUCE public class declarations.