wsdlpull 1.23
Loading...
Searching...
No Matches
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) constXmlNode_t
EMPTY_NODE enum valueXmlNode_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) constXmlNode_t
getDepth(void) constXmlNode_t
getName(void) constXmlNode_t
getNext(void) constXmlNode_t
getNode(const std::string &p_name, size_t p_index=0) constXmlNode_t
getParent(void) constXmlNode_t
getPrev(void) constXmlNode_t
getText(void) constXmlNode_t
isRootNode(void) constXmlNode_t
isTextNode(void) constXmlNode_t
m_attributesXmlNode_tprotected
m_depthXmlNode_tprotected
m_emptyXmlNode_tprotected
m_mapAttributesXmlNode_tprotected
m_mapNodesXmlNode_tprotected
m_nameXmlNode_tprotected
m_nodesXmlNode_tprotected
m_textXmlNode_tprotected
MapAttributes_t typedefXmlNode_tprotected
mp_nextXmlNode_tprotected
mp_parentXmlNode_tprotected
mp_prevXmlNode_tprotected
MultiMapNodes_t typedefXmlNode_tprotected
NON_EMPTY_NODE enum valueXmlNode_t
operator<<XmlNode_tfriend
operator=(const XmlNode_t &p_xmlNode)XmlNode_t
operator==(const XmlNode_t &p_xmlNode) constXmlNode_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 typedefXmlNode_tprotected
VectorNodePtrs_t typedefXmlNode_tprotected
WS_AMOUNT enum valueXmlNode_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_tvirtual