JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_XmlDocument.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::XmlDocument
 Parses a text-based XML document and creates an XmlElement object from it. More...
 

Namespaces

 juce
 

Functions

std::unique_ptr< XmlElement > juce::parseXML (const String &textToParse)
 Attempts to parse some XML text, returning a new XmlElement if it was valid. More...
 
std::unique_ptr< XmlElement > juce::parseXML (const File &fileToParse)
 Attempts to parse some XML text, returning a new XmlElement if it was valid. More...