Loading...
Searching...
No Matches
juce_XmlDocument.h File Reference

Classes

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

Namespaces

namespace  juce

Functions

std::unique_ptr< XmlElementjuce::parseXML (const String &textToParse)
 Attempts to parse some XML text, returning a new XmlElement if it was valid.
std::unique_ptr< XmlElementjuce::parseXML (const File &fileToParse)
 Attempts to parse some XML text, returning a new XmlElement if it was valid.
std::unique_ptr< XmlElementjuce::parseXMLIfTagMatches (const String &textToParse, StringRef requiredTag)
 Does an inexpensive check to see whether the top-level element has the given tag name, and if that's true, does a full parse and returns the result.
std::unique_ptr< XmlElementjuce::parseXMLIfTagMatches (const File &fileToParse, StringRef requiredTag)
 Does an inexpensive check to see whether the top-level element has the given tag name, and if that's true, does a full parse and returns the result.
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram