|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | juce::XmlOutputFunctions::LegalCharLookupTable::Bit< c > |
| struct | juce::XmlOutputFunctions::LegalCharLookupTable::Byte< tableIndex > |
Namespaces | |
| namespace | juce |
| namespace | juce::XmlOutputFunctions |
| namespace | juce::XmlOutputFunctions::LegalCharLookupTable |
Functions | |
| static bool | juce::isValidXmlNameStartCharacter (juce_wchar character) noexcept |
| static bool | juce::isValidXmlNameBodyCharacter (juce_wchar character) noexcept |
| static bool | juce::XmlOutputFunctions::LegalCharLookupTable::isLegal (uint32 c) noexcept |
| static void | juce::XmlOutputFunctions::escapeIllegalXmlChars (OutputStream &outputStream, const String &text, bool changeNewLines) |
| static void | juce::XmlOutputFunctions::writeSpaces (OutputStream &out, const size_t numSpaces) |
| static const String & | juce::getEmptyStringRef () noexcept |
Variables | |
| static const String | juce::juce_xmltextContentAttributeName ("text") |