|
LMMS
|
Go to the source code of this file.
Namespaces | |
| namespace | juce |
| namespace | juce::XmlIdentifierChars |
Functions | |
| std::unique_ptr< XmlElement > | juce::parseXML (const String &textToParse) |
| std::unique_ptr< XmlElement > | juce::parseXML (const File &file) |
| std::unique_ptr< XmlElement > | juce::parseXMLIfTagMatches (const String &textToParse, StringRef requiredTag) |
| std::unique_ptr< XmlElement > | juce::parseXMLIfTagMatches (const File &file, StringRef requiredTag) |
| static bool | juce::XmlIdentifierChars::isIdentifierCharSlow (juce_wchar c) noexcept |
| static bool | juce::XmlIdentifierChars::isIdentifierChar (juce_wchar c) noexcept |
| static String::CharPointerType | juce::XmlIdentifierChars::findEndOfToken (String::CharPointerType p) noexcept |