TiXmlAttribute | An attribute is a name-value pair |
TiXmlBase | TiXmlBase is a base class for every class in TinyXml |
TiXmlComment | An XML comment |
TiXmlDeclaration | In correct XML the declaration is the first entry in the file |
TiXmlDocument | Always the top level node |
TiXmlElement | The element is a container class |
TiXmlNode | The parent class for everything in the Document Object Model |
TiXmlText | XML text |
TiXmlUnknown | Any tag that tinyXml doesn't recognize is save as an unknown |