ADTF
|
This is the complete list of members for cDOMElement, including all inherited members.
cDOMElement() | cDOMElement | |
cDOMElement(const cDOMElement &oElement) | cDOMElement | |
Copy(const cDOMElement &oFromElement, cDOMElement *pParent, cDOM *pDocument, const cString &strPath) (defined in cDOMElement) | cDOMElement | private |
Create(const tChar *&ptr, cDOMElement *pParent, cDOM *pDocument, const tChar *pStart=nullptr) | cDOMElement | protected |
CreateChild(const cString &strName, cDOMElement *&poChild) | cDOMElement | |
CreateChild(const std::list< cString > &lstComment, const tInt &nFlag=0) | cDOMElement | protected |
Delete() | cDOMElement | |
EraseAttribute(const cString &strName) | cDOMElement | |
Exists(const cString &strName) const | cDOMElement | |
FindNode(const tChar *strQuery, cDOMElement *&poElement) | cDOMElement | |
FindNodes(const tChar *strQuery, cDOMElementRefList &lstElements, tInt32 ui32Flags=0) | cDOMElement | |
FindNodesImpl(const tChar *strQuery, cDOMElementRefList &lstElements, tBool &bFinished, tUInt32 ui32Flags) | cDOMElement | protected |
Free() | cDOMElement | |
FromString(const tChar *strXML) | cDOMElement | |
GetAttribute(const cString &strName, const cString &strDefault=cString()) const | cDOMElement | |
GetAttributeBool(const cString &strName, tBool bDefault=tFalse) const | cDOMElement | |
GetAttributeFloat64(const cString &strName, tFloat64 fDefault=0.0) const | cDOMElement | |
GetAttributeInt(const cString &strName, tInt nDefault=0) const | cDOMElement | |
GetAttributes() | cDOMElement | |
GetAttributes() const | cDOMElement | |
GetAttributeUInt32(const cString &strName, tUInt32 nDefault=0) const | cDOMElement | |
GetChild(const cString &strName) | cDOMElement | |
GetChild(const cString &strName) const | cDOMElement | |
GetChildren() | cDOMElement | |
GetChildren() const | cDOMElement | |
GetData() const | cDOMElement | |
GetDocument() | cDOMElement | |
GetDocument() const | cDOMElement | |
GetName() const | cDOMElement | |
GetParent() | cDOMElement | |
GetParent() const | cDOMElement | |
GetPath() const | cDOMElement | |
InsertBefore(const cDOMElement &oChild, cDOMElement *pBefore) | cDOMElement | |
InsertChild(const cDOMElement &oChild) | cDOMElement | |
m_lstChildren | cDOMElement | protected |
m_mapAttributes | cDOMElement | protected |
m_oNullElement | cDOMElement | protectedstatic |
m_pDocument | cDOMElement | protected |
m_pParent | cDOMElement | protected |
m_strData | cDOMElement | protected |
m_strEmptyValue | cDOMElement | protectedstatic |
m_strName | cDOMElement | protected |
m_strPath | cDOMElement | protected |
MatchAttributes(const tChar *pString) | cDOMElement | protected |
MatchQuery(const tChar *ptr, tUInt32 &o_nOffset) | cDOMElement | protected |
MergeIncludeNode(cDOMElement &oIncludeNode) (defined in cDOMElement) | cDOMElement | private |
operator=(const cDOMElement &oElement) | cDOMElement | |
ReadAttributes(const tChar *&ptr, const tChar *pStart=nullptr) | cDOMElement | protected |
ReadData(const tChar *&ptr, const tChar *pStart=nullptr) | cDOMElement | protected |
SetAttribute(const cString &strName, const cString &strValue) | cDOMElement | |
SetData(const cString &strData) | cDOMElement | |
SetName(const cString &strName) | cDOMElement | |
ToString() const | cDOMElement | |
ToStringImpl(tUInt32 ui32Flags, tInt nIndentLevel=0) const | cDOMElement | protected |
~cDOMElement() | cDOMElement | virtual |