|
Dev Essential
|
This is the complete list of members for a_util::xml::DOMElement, including all inherited members.
| createChild(const std::string &name) | a_util::xml::DOMElement | |
| createChildBefore(const std::string &name, const DOMElement &before) | a_util::xml::DOMElement | |
| DOM (defined in a_util::xml::DOMElement) | a_util::xml::DOMElement | friend |
| DOMElement() | a_util::xml::DOMElement | |
| DOMElement(const DOMElement &element) | a_util::xml::DOMElement | |
| eraseAttribute(const std::string &name) | a_util::xml::DOMElement | |
| findNode(const std::string &query, DOMElement &element_ptr) const | a_util::xml::DOMElement | |
| findNodes(const std::string &query, DOMElementList &elements) const | a_util::xml::DOMElement | |
| getAttribute(const std::string &name, const std::string &def_value=std::string()) const | a_util::xml::DOMElement | |
| getAttributes() const | a_util::xml::DOMElement | |
| getChild(const std::string &name) const | a_util::xml::DOMElement | |
| getChildren() const | a_util::xml::DOMElement | |
| getData() const | a_util::xml::DOMElement | |
| getDocument() const | a_util::xml::DOMElement | |
| getName() const | a_util::xml::DOMElement | |
| getParent() const | a_util::xml::DOMElement | |
| getPath() const | a_util::xml::DOMElement | |
| hasAttribute(const std::string &name) const | a_util::xml::DOMElement | |
| isNull() const | a_util::xml::DOMElement | |
| operator=(const DOMElement &element) | a_util::xml::DOMElement | |
| operator==(const DOMElement &lhs, const DOMElement &rhs) | a_util::xml::DOMElement | friend |
| removeChild(const std::string &name) | a_util::xml::DOMElement | |
| setAttribute(const std::string &name, const std::string &strValue) | a_util::xml::DOMElement | |
| setData(const std::string &data) | a_util::xml::DOMElement | |
| setName(const std::string &name) | a_util::xml::DOMElement | |
| sortNodes(const std::string &query, SortingOrder order) | a_util::xml::DOMElement | |
| sortNodes(const std::string &query, SortingOrder order, std::size_t number_of_nodes) | a_util::xml::DOMElement | |
| sortNodes(const std::string &query, const std::string &attribute, SortingOrder order) | a_util::xml::DOMElement | |
| sortNodes(const std::string &query, const std::string &attribute, SortingOrder order, std::size_t number_of_nodes) | a_util::xml::DOMElement | |
| ~DOMElement() | a_util::xml::DOMElement |