LMMS
Loading...
Searching...
No Matches
juce_XmlDocument.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  juce
namespace  juce::XmlIdentifierChars

Functions

std::unique_ptr< XmlElementjuce::parseXML (const String &textToParse)
std::unique_ptr< XmlElementjuce::parseXML (const File &file)
std::unique_ptr< XmlElementjuce::parseXMLIfTagMatches (const String &textToParse, StringRef requiredTag)
std::unique_ptr< XmlElementjuce::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