|
| virtual bool | Accept (XMLVisitor *visitor) const |
| virtual bool | Accept (XMLVisitor *visitor) const |
| virtual XMLNode * | ShallowClone (XMLDocument *document) const |
| virtual XMLNode * | ShallowClone (XMLDocument *document) const |
| virtual bool | ShallowEqual (const XMLNode *compare) const |
| virtual bool | ShallowEqual (const XMLNode *compare) const |
| virtual XMLUnknown * | ToUnknown () |
| | Safely cast to an Unknown, or null.
|
| virtual XMLUnknown * | ToUnknown () |
| | Safely cast to an Unknown, or null.
|
| virtual const XMLUnknown * | ToUnknown () const |
| virtual const XMLUnknown * | ToUnknown () const |
| XMLNode * | DeepClone (XMLDocument *target) const |
| XMLNode * | DeepClone (XMLDocument *target) const |
| void | DeleteChild (XMLNode *node) |
| void | DeleteChild (XMLNode *node) |
| void | DeleteChildren () |
| void | DeleteChildren () |
| XMLNode * | FirstChild () |
| XMLNode * | FirstChild () |
| const XMLNode * | FirstChild () const |
| | Get the first child node, or null if none exists.
|
| const XMLNode * | FirstChild () const |
| | Get the first child node, or null if none exists.
|
| XMLElement * | FirstChildElement (const char *name=0) |
| XMLElement * | FirstChildElement (const char *name=0) |
| const XMLElement * | FirstChildElement (const char *name=0) const |
| const XMLElement * | FirstChildElement (const char *name=0) const |
| XMLDocument * | GetDocument () |
| | Get the XMLDocument that owns this XMLNode.
|
| XMLDocument * | GetDocument () |
| | Get the XMLDocument that owns this XMLNode.
|
| const XMLDocument * | GetDocument () const |
| | Get the XMLDocument that owns this XMLNode.
|
| const XMLDocument * | GetDocument () const |
| | Get the XMLDocument that owns this XMLNode.
|
| int | GetLineNum () const |
| | Gets the line number the node is in, if the document was parsed from a file.
|
| int | GetLineNum () const |
| | Gets the line number the node is in, if the document was parsed from a file.
|
| void * | GetUserData () const |
| void * | GetUserData () const |
| XMLNode * | InsertAfterChild (XMLNode *afterThis, XMLNode *addThis) |
| XMLNode * | InsertAfterChild (XMLNode *afterThis, XMLNode *addThis) |
| XMLNode * | InsertEndChild (XMLNode *addThis) |
| XMLNode * | InsertEndChild (XMLNode *addThis) |
| XMLNode * | InsertFirstChild (XMLNode *addThis) |
| XMLNode * | InsertFirstChild (XMLNode *addThis) |
| XMLNode * | LastChild () |
| XMLNode * | LastChild () |
| const XMLNode * | LastChild () const |
| | Get the last child node, or null if none exists.
|
| const XMLNode * | LastChild () const |
| | Get the last child node, or null if none exists.
|
| XMLElement * | LastChildElement (const char *name=0) |
| XMLElement * | LastChildElement (const char *name=0) |
| const XMLElement * | LastChildElement (const char *name=0) const |
| const XMLElement * | LastChildElement (const char *name=0) const |
| XMLNode * | LinkEndChild (XMLNode *addThis) |
| XMLNode * | LinkEndChild (XMLNode *addThis) |
| XMLNode * | NextSibling () |
| XMLNode * | NextSibling () |
| const XMLNode * | NextSibling () const |
| | Get the next (right) sibling node of this node.
|
| const XMLNode * | NextSibling () const |
| | Get the next (right) sibling node of this node.
|
| XMLElement * | NextSiblingElement (const char *name=0) |
| XMLElement * | NextSiblingElement (const char *name=0) |
| const XMLElement * | NextSiblingElement (const char *name=0) const |
| | Get the next (right) sibling element of this node, with an optionally supplied name.
|
| const XMLElement * | NextSiblingElement (const char *name=0) const |
| | Get the next (right) sibling element of this node, with an optionally supplied name.
|
| bool | NoChildren () const |
| | Returns true if this node has no children.
|
| bool | NoChildren () const |
| | Returns true if this node has no children.
|
| XMLNode * | Parent () |
| XMLNode * | Parent () |
| const XMLNode * | Parent () const |
| | Get the parent of this node on the DOM.
|
| const XMLNode * | Parent () const |
| | Get the parent of this node on the DOM.
|
| XMLNode * | PreviousSibling () |
| XMLNode * | PreviousSibling () |
| const XMLNode * | PreviousSibling () const |
| | Get the previous (left) sibling node of this node.
|
| const XMLNode * | PreviousSibling () const |
| | Get the previous (left) sibling node of this node.
|
| XMLElement * | PreviousSiblingElement (const char *name=0) |
| XMLElement * | PreviousSiblingElement (const char *name=0) |
| const XMLElement * | PreviousSiblingElement (const char *name=0) const |
| | Get the previous (left) sibling element of this node, with an optionally supplied name.
|
| const XMLElement * | PreviousSiblingElement (const char *name=0) const |
| | Get the previous (left) sibling element of this node, with an optionally supplied name.
|
| void | SetUserData (void *userData) |
| void | SetUserData (void *userData) |
| void | SetValue (const char *val, bool staticMem=false) |
| void | SetValue (const char *val, bool staticMem=false) |
| virtual XMLComment * | ToComment () |
| | Safely cast to a Comment, or null.
|
| virtual XMLComment * | ToComment () |
| | Safely cast to a Comment, or null.
|
| virtual const XMLComment * | ToComment () const |
| virtual const XMLComment * | ToComment () const |
| virtual XMLDeclaration * | ToDeclaration () |
| | Safely cast to a Declaration, or null.
|
| virtual XMLDeclaration * | ToDeclaration () |
| | Safely cast to a Declaration, or null.
|
| virtual const XMLDeclaration * | ToDeclaration () const |
| virtual const XMLDeclaration * | ToDeclaration () const |
| virtual XMLDocument * | ToDocument () |
| | Safely cast to a Document, or null.
|
| virtual XMLDocument * | ToDocument () |
| | Safely cast to a Document, or null.
|
| virtual const XMLDocument * | ToDocument () const |
| virtual const XMLDocument * | ToDocument () const |
| virtual XMLElement * | ToElement () |
| | Safely cast to an Element, or null.
|
| virtual XMLElement * | ToElement () |
| | Safely cast to an Element, or null.
|
| virtual const XMLElement * | ToElement () const |
| virtual const XMLElement * | ToElement () const |
| virtual XMLText * | ToText () |
| | Safely cast to Text, or null.
|
| virtual XMLText * | ToText () |
| | Safely cast to Text, or null.
|
| virtual const XMLText * | ToText () const |
| virtual const XMLText * | ToText () const |
| const char * | Value () const |
| const char * | Value () const |
Any tag that TinyXML-2 doesn't recognize is saved as an unknown. It is a tag of text, but should not be modified. It will be written back to the XML, unchanged, when the file is saved.
DTD tags get thrown into XMLUnknowns.
Definition at line 1105 of file tinyxml2.h.