ADTF  3.18.2
DOMElement Member List

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

_impl (defined in DOMElement)DOMElementprivate
createChild(const std::string &name)DOMElement
createChildBefore(const std::string &name, const DOMElement &before)DOMElement
DOMElement()DOMElement
DOMElement(const DOMElement &element)DOMElement
eraseAttribute(const std::string &name)DOMElement
findNode(const std::string &query, DOMElement &element_ptr) constDOMElement
findNodes(const std::string &query, DOMElementList &elements) constDOMElement
getAttribute(const std::string &name, const std::string &def_value=std::string()) constDOMElement
getAttributes() constDOMElement
getChild(const std::string &name) constDOMElement
getChildren() constDOMElement
getData() constDOMElement
getDocument() constDOMElement
getName() constDOMElement
getParent() constDOMElement
getPath() constDOMElement
hasAttribute(const std::string &name) constDOMElement
isNull() constDOMElement
operator=(const DOMElement &element)DOMElement
operator==(const DOMElement &lhs, const DOMElement &rhs)DOMElementfriend
removeChild(const std::string &name)DOMElement
setAttribute(const std::string &name, const std::string &strValue)DOMElement
setData(const std::string &data)DOMElement
setName(const std::string &name)DOMElement
sortNodes(const std::string &query, SortingOrder order)DOMElement
sortNodes(const std::string &query, SortingOrder order, std::size_t number_of_nodes)DOMElement
sortNodes(const std::string &query, const std::string &attribute, SortingOrder order)DOMElement
sortNodes(const std::string &query, const std::string &attribute, SortingOrder order, std::size_t number_of_nodes)DOMElement
~DOMElement()DOMElement