, including all inherited members.
Clear() | PLCore::XmlNode | |
Clone() const override | PLCore::XmlUnknown | [virtual] |
Comment enum value | PLCore::XmlNode | |
ConvertUTF32ToUTF8(unsigned long nInput, char *pszOutput, int &nLength) | PLCore::XmlBase | [protected, static] |
Declaration enum value | PLCore::XmlNode | |
Document enum value | PLCore::XmlNode | |
EEncoding enum name | PLCore::XmlBase | |
Element enum value | PLCore::XmlNode | |
EncodeString(const String &sInString, String &sOutString) | PLCore::XmlBase | [protected, static] |
EncodingLegacy enum value | PLCore::XmlBase | |
EncodingUnknown enum value | PLCore::XmlBase | |
EncodingUTF8 enum value | PLCore::XmlBase | |
ENodeType enum name | PLCore::XmlNode | |
EQueryResult enum name | PLCore::XmlBase | |
Error enum value | PLCore::XmlBase | |
ErrorDocumentEmpty enum value | PLCore::XmlBase | |
ErrorDocumentTopOnly enum value | PLCore::XmlBase | |
ErrorEmbeddedNull enum value | PLCore::XmlBase | |
ErrorFailedToReadElementName enum value | PLCore::XmlBase | |
ErrorOpeningFile enum value | PLCore::XmlBase | |
ErrorParsingCData enum value | PLCore::XmlBase | |
ErrorParsingComment enum value | PLCore::XmlBase | |
ErrorParsingDeclaration enum value | PLCore::XmlBase | |
ErrorParsingElement enum value | PLCore::XmlBase | |
ErrorParsingEmpty enum value | PLCore::XmlBase | |
ErrorParsingUnknown enum value | PLCore::XmlBase | |
ErrorReadingAttributes enum value | PLCore::XmlBase | |
ErrorReadingElementValue enum value | PLCore::XmlBase | |
ErrorReadingEndTag enum value | PLCore::XmlBase | |
ErrorStringCount enum value | PLCore::XmlBase | |
GetChar(const char *pszData, char *pszValue, int &nLength, EEncoding nEncoding) | PLCore::XmlBase | [protected, static] |
GetColumn() const | PLCore::XmlBase | [inline] |
GetDocument() | PLCore::XmlNode | [inline] |
GetDocument() const | PLCore::XmlNode | |
GetEntity(const char *pszData, char *pszValue, int &nLength, EEncoding nEncoding) | PLCore::XmlBase | [protected, static] |
GetFirstChild() | PLCore::XmlNode | [inline] |
GetFirstChild() const | PLCore::XmlNode | [inline] |
GetFirstChild(const String &sValue) | PLCore::XmlNode | |
GetFirstChild(const String &sValue) const | PLCore::XmlNode | |
GetFirstChildElement() | PLCore::XmlNode | [inline] |
GetFirstChildElement() const | PLCore::XmlNode | |
GetFirstChildElement(const String &sValue) | PLCore::XmlNode | [inline] |
GetFirstChildElement(const String &sValue) const | PLCore::XmlNode | |
GetLastChild() | PLCore::XmlNode | [inline] |
GetLastChild() const | PLCore::XmlNode | [inline] |
GetLastChild(const String &sValue) | PLCore::XmlNode | |
GetLastChild(const String &sValue) const | PLCore::XmlNode | |
GetNextSibling() | PLCore::XmlNode | [inline] |
GetNextSibling() const | PLCore::XmlNode | [inline] |
GetNextSibling(const String &sValue) | PLCore::XmlNode | |
GetNextSibling(const String &sValue) const | PLCore::XmlNode | |
GetNextSiblingElement() | PLCore::XmlNode | [inline] |
GetNextSiblingElement() const | PLCore::XmlNode | |
GetNextSiblingElement(const String &sValue) | PLCore::XmlNode | |
GetNextSiblingElement(const String &sValue) const | PLCore::XmlNode | |
GetParent() | PLCore::XmlNode | [inline] |
GetParent() const | PLCore::XmlNode | [inline] |
GetPreviousSibling() | PLCore::XmlNode | [inline] |
GetPreviousSibling() const | PLCore::XmlNode | [inline] |
GetPreviousSibling(const String &sValue) | PLCore::XmlNode | |
GetPreviousSibling(const String &sValue) const | PLCore::XmlNode | |
GetRow() const | PLCore::XmlBase | [inline] |
GetType() const | PLCore::XmlNode | [inline] |
GetUserData() const | PLCore::XmlBase | [inline] |
GetValue() const | PLCore::XmlNode | [inline] |
Identify(const char *pszData, EEncoding nEncoding) | PLCore::XmlNode | [protected] |
InsertAfterChild(XmlNode &cAfterThis, const XmlNode &cAddThis) | PLCore::XmlNode | |
InsertBeforeChild(XmlNode &cBeforeThis, const XmlNode &cAddThis) | PLCore::XmlNode | |
InsertEndChild(const XmlNode &cAddThis) | PLCore::XmlNode | |
IsAlpha(unsigned char nByte) | PLCore::XmlBase | [protected, static] |
IsAlphaNum(unsigned char nByte) | PLCore::XmlBase | [protected, static] |
IsWhiteSpace(char c) | PLCore::XmlBase | [protected, static] |
IsWhiteSpace(int c) | PLCore::XmlBase | [protected, static] |
IsWhiteSpaceCondensed() | PLCore::XmlBase | [inline, static] |
IterateChildren(XmlNode *pPrevious) | PLCore::XmlNode | [inline] |
IterateChildren(const XmlNode *pPrevious) const | PLCore::XmlNode | [inline] |
IterateChildren(const String &sValue, XmlNode *pPrevious) | PLCore::XmlNode | [inline] |
IterateChildren(const String &sValue, const XmlNode *pPrevious) const | PLCore::XmlNode | [inline] |
LinkEndChild(XmlNode &cAddThis) | PLCore::XmlNode | |
m_cCursor | PLCore::XmlBase | [protected] |
m_nType | PLCore::XmlNode | [protected] |
m_pFirstChild | PLCore::XmlNode | [protected] |
m_pLastChild | PLCore::XmlNode | [protected] |
m_pNextSibling | PLCore::XmlNode | [protected] |
m_pParent | PLCore::XmlNode | [protected] |
m_pPreviousSibling | PLCore::XmlNode | [protected] |
m_pUserData | PLCore::XmlBase | [protected] |
m_sValue | PLCore::XmlNode | [protected] |
NoAttribute enum value | PLCore::XmlBase | |
NoChildren() const | PLCore::XmlNode | [inline] |
NoError enum value | PLCore::XmlBase | |
NumOfTypes enum value | PLCore::XmlNode | |
operator=(const XmlUnknown &cSource) | PLCore::XmlUnknown | [inline] |
Parse(const char *pszData, XmlParsingData *pData=nullptr, EEncoding nEncoding=EncodingUnknown) override | PLCore::XmlUnknown | [virtual] |
ReadName(const char *pszData, String &sName, EEncoding nEncoding) | PLCore::XmlBase | [protected, static] |
ReadText(const char *pszData, String &sText, bool bTrimWhiteSpace, const char *pszEndTag, bool bCaseInsensitive, EEncoding nEncoding) | PLCore::XmlBase | [protected, static] |
RemoveChild(XmlNode &cRemoveThis) | PLCore::XmlNode | |
ReplaceChild(XmlNode &cReplaceThis, const XmlNode &cWithThis) | PLCore::XmlNode | |
Save(File &cFile, uint32 nDepth=0) override | PLCore::XmlUnknown | [virtual] |
SetCondenseWhiteSpace(bool bCondense) | PLCore::XmlBase | [inline, static] |
SetUserData(void *pUser) | PLCore::XmlBase | [inline] |
SetValue(const String &sValue) | PLCore::XmlNode | [inline] |
SkipWhiteSpace(const char *pszData, EEncoding nEncoding) | PLCore::XmlBase | [protected, static] |
StringEqual(const char *pszData, const char *pszTag, bool bIgnoreCase, EEncoding nEncoding) | PLCore::XmlBase | [protected, static] |
Success enum value | PLCore::XmlBase | |
Text enum value | PLCore::XmlNode | |
ToComment() | PLCore::XmlNode | [inline] |
ToComment() const | PLCore::XmlNode | [inline] |
ToDeclaration() | PLCore::XmlNode | [inline] |
ToDeclaration() const | PLCore::XmlNode | [inline] |
ToDocument() | PLCore::XmlNode | [inline] |
ToDocument() const | PLCore::XmlNode | [inline] |
ToElement() | PLCore::XmlNode | [inline] |
ToElement() const | PLCore::XmlNode | [inline] |
ToLower(int nValue, EEncoding nEncoding) | PLCore::XmlBase | [protected, static] |
ToString(uint32 nDepth=0) const override | PLCore::XmlUnknown | [virtual] |
ToText() | PLCore::XmlNode | [inline] |
ToText() const | PLCore::XmlNode | [inline] |
ToUnknown() | PLCore::XmlNode | [inline] |
ToUnknown() const | PLCore::XmlNode | [inline] |
Unknown enum value | PLCore::XmlNode | |
UTF_LEAD_0 | PLCore::XmlBase | [protected, static] |
UTF_LEAD_1 | PLCore::XmlBase | [protected, static] |
UTF_LEAD_2 | PLCore::XmlBase | [protected, static] |
WrongType enum value | PLCore::XmlBase | |
XmlBase() | PLCore::XmlBase | [protected] |
XmlNode(ENodeType nType) | PLCore::XmlNode | [protected] |
XmlUnknown() | PLCore::XmlUnknown | |
XmlUnknown(const XmlUnknown &cSource) | PLCore::XmlUnknown | |
~XmlBase() | PLCore::XmlBase | [virtual] |
~XmlNode() | PLCore::XmlNode | [virtual] |
~XmlUnknown() | PLCore::XmlUnknown | [virtual] |