JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Namespaces | Functions
juce_XmlDocument.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  juce
 JUCE Namespace.
 

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.