Main Page   Class Hierarchy   Compound List   Header Files   Compound Members  

TiXmlBase Class Reference

TiXmlBase is a base class for every class in TinyXml. More...

#include <tinyxml.h>

Class diagram for TiXmlBase:

TiXmlNode TiXmlAttribute TiXmlUnknown TiXmlText TiXmlElement TiXmlDocument TiXmlDeclaration TiXmlComment

List of all members.

Detailed Description

TiXmlBase is a base class for every class in TinyXml.

It does little except to establist that TinyXml classes can be printed and provide some utility functions.

In XML, the document and elements can contain other elements and other types of nodes.

    A Document can contain: Element (container or leaf)
                            Comment (leaf)
                            Unknown (leaf)
                            Declaration( leaf )

    An Element can contain: Element (container or leaf)
                            Text    (leaf)
                            Attributes (not on tree)
                            Comment (leaf)
                            Unknown (leaf)

    A Decleration contains: Attributes (not on tree)
    @endverbatim

The documentation for this class was generated from the following file:
  • tinyxml.h

Generated at Thu Jul 19 21:00:18 2001 for TinyXml by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999