, including all inherited members.
| _require(const std::string &a, const std::string &v) const | XML_Node | |
| addAttribute(const std::string &attrib, const std::string &value) | XML_Node | |
| addAttribute(const std::string &attrib, const doublereal value, const std::string fmt="%g") | XML_Node | |
| addChild(XML_Node &node) | XML_Node | |
| addChild(const std::string &sname) | XML_Node | |
| addChild(const std::string &name, const std::string &value) | XML_Node | |
| addChild(const std::string &name, const doublereal value, const std::string fmt="%g") | XML_Node | |
| addComment(const std::string &comment) | XML_Node | |
| addValue(const std::string &val) | XML_Node | |
| addValue(const doublereal val, const std::string fmt="%g") | XML_Node | |
| attrib(const std::string &attr) const | XML_Node | |
| attribs() | XML_Node | [private] |
| build(std::istream &f) | XML_Node | |
| child(const int n) const | XML_Node | |
| child(const std::string &loc) const | XML_Node | |
| children() const | XML_Node | |
| clear() | XML_Node | |
| copy(XML_Node *const node_dest) const | XML_Node | |
| copyUnion(XML_Node *const node_dest) const | XML_Node | |
| findByAttr(const std::string &attr, const std::string &val) const | XML_Node | |
| findByName(const std::string &nm) const | XML_Node | |
| findByName(const std::string &nm) | XML_Node | |
| findID(const std::string &id, const int depth=100) const | XML_Node | |
| findNameID(const std::string &nameTarget, const std::string &idTarget) const | XML_Node | |
| fp_value() const | XML_Node | |
| getChildren(const std::string &name, std::vector< XML_Node * > &children) const | XML_Node | |
| hasAttrib(std::string a) const | XML_Node | |
| hasChild(const std::string ch) const | XML_Node | |
| id() const | XML_Node | |
| int_value() const | XML_Node | |
| lineNumber() const | XML_Node | |
| lock() | XML_Node | |
| m_attribs | XML_Node | [protected] |
| m_childindex | XML_Node | [protected] |
| m_children | XML_Node | [protected] |
| m_iscomment | XML_Node | [protected] |
| m_linenum | XML_Node | [protected] |
| m_locked | XML_Node | [protected] |
| m_name | XML_Node | [protected] |
| m_nchildren | XML_Node | [protected] |
| m_parent | XML_Node | [protected] |
| m_root | XML_Node | [protected] |
| m_value | XML_Node | [protected] |
| name() const | XML_Node | [inline] |
| nChildren() const | XML_Node | |
| operator()() const | XML_Node | |
| operator()(std::string cname) const | XML_Node | |
| operator=(const XML_Node &right) | XML_Node | |
| operator[](const std::string &attr) const | XML_Node | |
| parent() const | XML_Node | |
| removeChild(const XML_Node *const node) | XML_Node | |
| root() const | XML_Node | |
| setLineNumber(const int n) | XML_Node | |
| setName(std::string name) | XML_Node | [inline] |
| setParent(XML_Node *const p) | XML_Node | |
| setRoot(const XML_Node &root) | XML_Node | |
| unlock() | XML_Node | |
| value() const | XML_Node | |
| value(const std::string &cname) const | XML_Node | |
| write(std::ostream &s, const int level=0) const | XML_Node | |
| write_int(std::ostream &s, int level=0) const | XML_Node | [private] |
| writeHeader(std::ostream &s) | XML_Node | |
| XML_Node(const char *cnm=0) | XML_Node | |
| XML_Node(const std::string nm, XML_Node *const p) | XML_Node | |
| XML_Node(const XML_Node &right) | XML_Node | |
| ~XML_Node() | XML_Node | [virtual] |