addAttr(const XMLSimpleAttr &a) | XMLSimpleNode | |
addAttr(const std::string &n, const std::string &v) | XMLSimpleNode | |
addChild(XMLSimpleNode *c) | XMLSimpleNode | |
getAttrs() const | XMLSimpleNode | |
getAttrValue(const std::string &n) const | XMLSimpleNode | |
getChildren() const | XMLSimpleNode | |
getChildren(const std::string &n) const | XMLSimpleNode | |
getFirstChild() const | XMLSimpleNode | |
getFirstChild(const std::string &n) const | XMLSimpleNode | |
getName() const | XMLSimpleNode | |
getParent() const | XMLSimpleNode | |
getText() const | XMLSimpleNode | |
getXmlString() const | XMLSimpleNode | |
node2string() const | XMLSimpleNode | |
putAttrs(const std::list< XMLSimpleAttr > &a) | XMLSimpleNode | |
putChildren(const std::list< XMLSimpleNode * > &c) | XMLSimpleNode | |
putName(const std::string &n) | XMLSimpleNode | |
putParent(XMLSimpleNode *p) | XMLSimpleNode | |
putText(const std::string &t) | XMLSimpleNode | |
XMLSimpleNode() | XMLSimpleNode | |
XMLSimpleNode(const XMLSimpleNode &n) | XMLSimpleNode | |
XMLSimpleNode(const std::string &n, const std::string &t) | XMLSimpleNode | |
XMLSimpleNode(const std::string &n, const std::string &t, const std::list< XMLSimpleAttr > a, const std::list< XMLSimpleNode * > c, XMLSimpleNode *p) | XMLSimpleNode |