ATLAS Offline Software
Loading...
Searching...
No Matches
XMLCoreNode Member List

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

add_child(std::unique_ptr< XMLCoreNode > child)XMLCoreNode
collect_children(const std::string &path, std::vector< const XMLCoreNode * > &children, bool only_one) constXMLCoreNodeprivate
COMMENT_NODE enum valueXMLCoreNode
DOCUMENT_NODE enum valueXMLCoreNode
ELEMENT_NODE enum valueXMLCoreNode
ENTITY_NODE enum valueXMLCoreNode
ENTITY_REFERENCE_NODE enum valueXMLCoreNode
get_attrib(const std::string &name) constXMLCoreNode
get_attrib_name(size_t i) constXMLCoreNode
get_child(const std::string &path) constXMLCoreNode
get_children(const std::string &path="*") constXMLCoreNode
get_double_attrib(const std::string &name) constXMLCoreNode
get_int_attrib(const std::string &name) constXMLCoreNode
get_name() constXMLCoreNode
get_parent()XMLCoreNode
get_parent() constXMLCoreNode
get_type() constXMLCoreNode
get_value() constXMLCoreNode
has_attrib(const std::string &name) constXMLCoreNode
m_attribsXMLCoreNodeprivate
m_childrenXMLCoreNodeprivate
m_nameXMLCoreNodeprivate
m_parentXMLCoreNodeprivate
m_typeXMLCoreNodeprivate
m_valueXMLCoreNodeprivate
n_attribs() constXMLCoreNode
NodeType enum nameXMLCoreNode
print(const std::string &header, int depth=0) constXMLCoreNode
print(std::ostream &os, const std::string &header, int depth=0) constXMLCoreNode
set_attrib(const std::string &name, const std::string &value)XMLCoreNode
set_parent(XMLCoreNode *parent)XMLCoreNodeprivate
TEXT_NODE enum valueXMLCoreNode
try_attrib(const std::string &name) constXMLCoreNodeprivate
try_double_attrib(const std::string &name) constXMLCoreNode
try_int_attrib(const std::string &name) constXMLCoreNode
XMLCoreNode(NodeType type, const std::string &name="", const std::string &value="")XMLCoreNode