Cantera  2.3.0
XML_Node Member List

This is the complete list of members for XML_Node, including all inherited members.

_require(const std::string &a, const std::string &v) constXML_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
addAttribute(const std::string &attrib, int value)XML_Node
addAttribute(const std::string &attrib, size_t value)XML_Node
addChild(const XML_Node &node) (defined in XML_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) constXML_Node
attribs()XML_Nodeprivate
attribsConst() constXML_Node
build(const std::string &filename)XML_Node
build(std::istream &f, const std::string &filename="[unknown]")XML_Node
child(const size_t n) constXML_Node
child(const std::string &loc) constXML_Node
children() constXML_Node
clear()XML_Node
copy(XML_Node *const node_dest) constXML_Node
copyUnion(XML_Node *const node_dest) constXML_Node
findByAttr(const std::string &attr, const std::string &val, int depth=100000) constXML_Node
findByName(const std::string &nm, int depth=100000) constXML_Node
findByName(const std::string &nm, int depth=100000)XML_Node
findID(const std::string &id, const int depth=100) constXML_Node
findNameID(const std::string &nameTarget, const std::string &idTarget) constXML_Node
findNameIDIndex(const std::string &nameTarget, const std::string &idTarget, const int index) constXML_Node
fp_value() constXML_Node
getChildren(const std::string &name) constXML_Node
hasAttrib(const std::string &a) constXML_Node
hasChild(const std::string &ch) constXML_Node
id() constXML_Node
int_value() constXML_Node
isComment() constXML_Node
lineNumber() constXML_Node
lock()XML_Node
m_attribsXML_Nodeprotected
m_childindexXML_Nodeprotected
m_childrenXML_Nodeprotected
m_filenameXML_Nodeprotected
m_iscommentXML_Nodeprotected
m_linenumXML_Nodeprotected
m_lockedXML_Nodeprotected
m_nameXML_Nodeprotected
m_parentXML_Nodeprotected
m_rootXML_Nodeprotected
m_valueXML_Nodeprotected
mergeAsChild(XML_Node &node)XML_Node
name() constXML_Nodeinline
nChildren(bool discardComments=false) constXML_Node
operator()(const std::string &cname) constXML_Node
operator=(const XML_Node &right) (defined in XML_Node)XML_Node
operator[](const std::string &attr) constXML_Node
parent() constXML_Node
removeChild(const XML_Node *const node)XML_Node
root() constXML_Node
setLineNumber(const int n)XML_Node
setName(const std::string &name_)XML_Nodeinline
setParent(XML_Node *const p)XML_Node
setRoot(const XML_Node &root)XML_Node
unlock()XML_Node
value() constXML_Node
value(const std::string &cname) constXML_Node
write(std::ostream &s, const int level=0, int numRecursivesAllowed=60000) constXML_Node
write_int(std::ostream &s, int level=0, int numRecursivesAllowed=60000) constXML_Nodeprivate
writeHeader(std::ostream &s)XML_Node
XML_Node(const std::string &nm="--", XML_Node *const parent=0)XML_Nodeexplicit
XML_Node(const XML_Node &right) (defined in XML_Node)XML_Node
~XML_Node() (defined in XML_Node)XML_Nodevirtual