|
LMMS
|
#include "XmlDocument.h"#include "XmlElement.h"#include "../containers/LinkedListPointer.h"#include "../streams/FileInputSource.h"#include "../streams/InputStream.h"#include "../streams/MemoryOutputStream.h"Go to the source code of this file.
Namespaces | |
| namespace | water |
| namespace | water::XmlIdentifierChars |
Functions | |
| static bool | water::XmlIdentifierChars::isIdentifierCharSlow (const water_uchar c) noexcept |
| static bool | water::XmlIdentifierChars::isIdentifierChar (const water_uchar c) noexcept |
| static CharPointer_UTF8 | water::XmlIdentifierChars::findEndOfToken (CharPointer_UTF8 p) |