Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFX_XMLElement Member List

This is the complete list of members for CFX_XMLElement, including all inherited members.

AppendFirstChild(T *child)fxcrt::TreeNodeBase< T >inline
AppendLastChild(T *child)fxcrt::TreeNodeBase< T >inline
CFX_XMLElement(const WideString &wsTag)CFX_XMLElementexplicit
CFX_XMLNode()CFX_XMLNode
Clone(CFX_XMLDocument *doc) overrideCFX_XMLElementvirtual
GetAttribute(const WideString &name) constCFX_XMLElement
GetAttributes() constCFX_XMLElementinline
GetFirstChild() constfxcrt::TreeNodeBase< T >inline
GetFirstChildNamed(WideStringView name) constCFX_XMLElement
GetLastChild() constfxcrt::TreeNodeBase< T >inline
GetLocalTagName() constCFX_XMLElement
GetName() constCFX_XMLElementinline
GetNamespacePrefix() constCFX_XMLElement
GetNamespaceURI() constCFX_XMLElement
GetNextSibling() constfxcrt::TreeNodeBase< T >inline
GetNthChild(int32_t n)fxcrt::TreeNodeBase< T >inline
GetNthChildNamed(WideStringView name, size_t idx) constCFX_XMLElement
GetParent() constfxcrt::TreeNodeBase< T >inline
GetPrevSibling() constfxcrt::TreeNodeBase< T >inline
GetRoot()CFX_XMLNode
GetTextData() constCFX_XMLElement
GetType() const overrideCFX_XMLElementvirtual
HasAttribute(const WideString &name) constCFX_XMLElement
HasChild(const T *child) constfxcrt::TreeNodeBase< T >inline
InsertAfter(T *child, T *other)fxcrt::TreeNodeBase< T >inline
InsertBefore(T *child, T *other)fxcrt::TreeNodeBase< T >inline
InsertChildNode(CFX_XMLNode *pNode, int32_t index)CFX_XMLNode
RemoveAllChildren()fxcrt::TreeNodeBase< T >inline
RemoveAttribute(const WideString &name)CFX_XMLElement
RemoveChild(T *child)fxcrt::TreeNodeBase< T >inline
RemoveSelfIfParented()fxcrt::TreeNodeBase< T >inline
Save(const RetainPtr< IFX_RetainableWriteStream > &pXMLStream) overrideCFX_XMLElementvirtual
SetAttribute(const WideString &name, const WideString &value)CFX_XMLElement
TreeNode()=defaultfxcrt::TreeNode< T >
TreeNodeBase()=defaultfxcrt::TreeNodeBase< T >
Type enum nameCFX_XMLNode
~CFX_XMLElement() overrideCFX_XMLElement
~CFX_XMLNode() overrideCFX_XMLNode
~TreeNode()=defaultfxcrt::TreeNode< T >virtual
~TreeNodeBase()=defaultfxcrt::TreeNodeBase< T >virtual