JUCE
|
Classes | |
class | XmlDocument |
Parses a text-based XML document and creates an XmlElement object from it. More... | |
Functions | |
std::unique_ptr< XmlElement > | parseXML (const String &textToParse) |
Attempts to parse some XML text, returning a new XmlElement if it was valid. More... | |
std::unique_ptr< XmlElement > | parseXML (const File &fileToParse) |
Attempts to parse some XML text, returning a new XmlElement if it was valid. More... | |