XmlNode_t Member List
This is the complete list of members for
XmlNode_t, including all inherited members.
addAttribute(const std::string &p_name, const std::string &p_value) | XmlNode_t | |
addNode(XmlNode_t *p_xmlNode=NULL) | XmlNode_t | |
addNode(const std::string &p_name, bool p_empty) | XmlNode_t | |
clear(void) | XmlNode_t | |
empty(void) const | XmlNode_t | |
EMPTY_NODE enum value | XmlNode_t | |
findAny(const std::string &p_name, XmlNode_t::VectorNodePtrs_t &p_children) | XmlNode_t | |
findDirectChildren(const std::string &p_name, XmlNode_t::VectorNodePtrs_t &p_children) | XmlNode_t | |
findSelfOrChildren(const std::string &p_name, XmlNode_t::VectorNodePtrs_t &p_children, bool p_lazyRelativeMatch=false) | XmlNode_t | |
getAllChildren(XmlNode_t::VectorNodePtrs_t &p_children) | XmlNode_t | |
getAttribute(const std::string &p_name, std::string &p_result) const | XmlNode_t | |
getDepth(void) const | XmlNode_t | |
getName(void) const | XmlNode_t | |
getNext(void) const | XmlNode_t | |
getNode(const std::string &p_name, size_t p_index=0) const | XmlNode_t | |
getParent(void) const | XmlNode_t | |
getPrev(void) const | XmlNode_t | |
getText(void) const | XmlNode_t | |
isRootNode(void) const | XmlNode_t | |
isTextNode(void) const | XmlNode_t | |
m_attributes | XmlNode_t | [protected] |
m_depth | XmlNode_t | [protected] |
m_empty | XmlNode_t | [protected] |
m_mapAttributes | XmlNode_t | [protected] |
m_mapNodes | XmlNode_t | [protected] |
m_name | XmlNode_t | [protected] |
m_nodes | XmlNode_t | [protected] |
m_text | XmlNode_t | [protected] |
MapAttributes_t typedef | XmlNode_t | [protected] |
mp_next | XmlNode_t | [protected] |
mp_parent | XmlNode_t | [protected] |
mp_prev | XmlNode_t | [protected] |
MultiMapNodes_t typedef | XmlNode_t | [protected] |
NON_EMPTY_NODE enum value | XmlNode_t | |
operator<<(std::ostream &p_ostream, const XmlNode_t &p_xmlNode) | XmlNode_t | [friend] |
operator=(const XmlNode_t &p_xmlNode) | XmlNode_t | |
operator==(const XmlNode_t &p_xmlNode) const | XmlNode_t | |
setDepth(size_t p_depth) | XmlNode_t | |
setEmpty(bool p_empty) | XmlNode_t | |
setName(const std::string &p_name, bool p_empty=XmlNode_t::EMPTY_NODE) | XmlNode_t | |
setNext(XmlNode_t &p_next) | XmlNode_t | |
setNext(XmlNode_t *p_next) | XmlNode_t | |
setParent(XmlNode_t &p_parent) | XmlNode_t | |
setParent(XmlNode_t *p_parent) | XmlNode_t | |
setPrev(XmlNode_t &p_prev) | XmlNode_t | |
setPrev(XmlNode_t *p_prev) | XmlNode_t | |
setText(const std::string &p_text) | XmlNode_t | |
VectorAttributes_t typedef | XmlNode_t | [protected] |
VectorNodePtrs_t typedef | XmlNode_t | [protected] |
WS_AMOUNT enum value | XmlNode_t | |
XmlNode_t(const std::string &p_name="", size_t p_depth=0) | XmlNode_t | |
XmlNode_t(const XmlNode_t &p_xmlNode) | XmlNode_t | |
~XmlNode_t() | XmlNode_t | [virtual] |