const char * GetNodeName() const
Returns the node's name.
Bool_t HasPreviousNode() const
Returns true if has previous node.
TXMLNode * GetPreviousNode() const
Returns the previous sibling XMLNode in the DOM tree, if any return 0 if no previous node...
TXMLNode(const TXMLNode &)
TXMLNode * fChildren
Children node.
Bool_t HasParent() const
Returns true if node has parent.
TList * fAttrList
List of Attributes.
Bool_t HasAttributes() const
Returns true if Element node has attribute.
TXMLNode * fNextNode
Next sibling node.
const char * GetContent() const
Returns the content if any, or 0.
TXMLNode * GetNextNode()
Returns the next sibling XMLNode in the DOM tree, if any return 0 if no next node.
EXMLElementType
This enum is based on libxml tree Enum xmlElementType.
TList * GetAttributes()
Returns a list of node's attribute if any, returns 0 if no attribute.
virtual ~TXMLNode()
Destructor.
Bool_t HasChildren() const
Returns true if node has children.
EXMLElementType GetNodeType() const
Returns the node's type.
TXMLNode * fParent
Parent node.
Mother of all ROOT objects.
const char * GetText() const
Returns the content of a Text node if node is a TextNode, 0 otherwise.
TXMLNode & operator=(const TXMLNode &)
TXMLNode contains a pointer to xmlNode, which is a node under the DOM tree.
TXMLNode * GetChildren()
Returns the node's child if any, returns 0 if no child.
_xmlNode * fXMLNode
libxml node
Bool_t HasNextNode() const
Returns true if has next node.
TXMLNode * GetParent() const
Returns the node's parent if any, returns 0 if no parent.
const char * GetNamespacePrefix() const
Returns prefix for the namespace, or 0 if no namespace.
TXMLNode * fPreviousNode
Previous sibling node.
const char * GetNamespaceHref() const
Returns the URL for the namespace, or 0 if no namespace.