ADTF
|
This is the complete list of members for cDOM, including all inherited members.
AddIncludedFile(const cString &strIncludedFile) | cDOM | |
AddPostRootSibling(const cDOMElement &oChild) | cDOM | |
AddPreRootSibling(const cDOMElement &oChild) | cDOM | |
cDOM() | cDOM | |
cDOM(const cDOM &oDOM) | cDOM | |
DOMError(cDOM *pDom, const tChar *pStart, const tChar *pCur, const tChar *pMsg) (defined in cDOM) | cDOM | privatestatic |
DropIncludes(cDOMElement *pElement=nullptr) (defined in cDOM) | cDOM | private |
FindNode(const tChar *strQuery, cDOMElement *&poElement) | cDOM | |
FindNodes(const tChar *strQuery, cDOMElementRefList &lstElements) | cDOM | |
Free() | cDOM | |
FromString(const tChar *ptrXML, const tBool &bIgnoreIncludes=tFalse) | cDOM | |
GetFilePath() | cDOM | |
GetIncludedFiles() | cDOM | |
GetLastDOMError() | cDOM | |
GetPostRootSibling() const | cDOM | |
GetPreRootSibling() const | cDOM | |
GetRoot() | cDOM | |
GetRoot() const | cDOM | |
IsIgnoreIncludesEnabled() (defined in cDOM) | cDOM | private |
Load(const tChar *strFilename, const tBool &bIgnoreIncludes=tFalse, const tUInt32 &ui32OpenMode=cFile::OM_Read|cFile::OM_SharedRead|cFile::OM_SequentialAccess) | cDOM | |
m_bIgnoreIncludesEnabled | cDOM | protected |
m_lstIncludedFile | cDOM | protected |
m_lstPostRootSibling | cDOM | protected |
m_lstPreRootSibling | cDOM | protected |
m_nTABSIZE | cDOM | protectedstatic |
m_oRoot | cDOM | protected |
m_strFilePath | cDOM | protected |
m_strLastErrorDescription | cDOM | protected |
operator=(const cDOM &oDOM) | cDOM | |
Save(const tChar *strFilename, const tBool &bKeepIncludes=tFalse) const | cDOM | |
SetDOMError(cString &strError) (defined in cDOM) | cDOM | private |
SetRoot(const cDOMElement &oNewRoot) | cDOM | |
SkipComment(cDOM *pDom, const tChar *&ptr, std::list< cString > &lstComment, const tChar *pStart=nullptr) | cDOM | static |
ToString() const | cDOM | |
~cDOM() | cDOM | virtual |