![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for GrayLib::cXmlReadVisitor, including all inherited members.
AddPathElement(cXmlString &sPath, const cXmlString &sElement) | GrayLib::cXml | inlinestatic |
cXmlReadVisitor() noexcept | GrayLib::cXmlReadVisitor | inline |
GetAttributeStr(const IniChar_t *pszName, const cXmlString &sValue) | GrayLib::cXml | static |
IsXML(const IniChar_t *pszStr, StrLen_t iLenMax=StrT::k_LEN_MAX) | GrayLib::cXml | static |
k_cdataEnd | GrayLib::cXml | static |
k_cdataHeader | GrayLib::cXml | static |
k_commentEnd | GrayLib::cXml | static |
k_commentHeader | GrayLib::cXml | static |
k_dtdHeader | GrayLib::cXml | static |
k_xmlEnd | GrayLib::cXml | static |
k_xmlHeader | GrayLib::cXml | static |
onElementEnd(cXmlReader &rReader, const cXmlString &sElement) | GrayLib::cXmlReadVisitor | inlinevirtual |
onElementStart(cXmlReader &rReader, const cXmlString &sElement, cXmlAttributeSet &Attribs, bool bEnd) | GrayLib::cXmlReadVisitor | inlinevirtual |
onText(cXmlReader &rReader, XMLNODE_TYPE eType, const cXmlString &sValue, bool bCDATA) | GrayLib::cXmlReadVisitor | inlinevirtual |
ParseMicrosoftBOM(const BYTE *pszData) | GrayLib::cXml | static |
RemovePathElement(cXmlString &sPath, const cXmlString &sElement) | GrayLib::cXml | inlinestatic |
XMLNODE_QTY enum value | GrayLib::cXml | |
XMLNODE_TYPE enum name | GrayLib::cXml | |
~cXmlReadVisitor() | GrayLib::cXmlReadVisitor | inlinevirtual |