Main Page   Class Hierarchy   Compound List   File List   Compound Members  

TiXmlUnknown Class Reference

Any tag that tinyXml doesn't recognize is save as an unknown. More...

#include <tinyxml.h>

Inheritance diagram for TiXmlUnknown::

TiXmlNode TiXmlBase List of all members.

Public Methods

virtual void Print (FILE *cfile, int depth) const
 All TinyXml classes can print themselves to a filestream. More...


Detailed Description

Any tag that tinyXml doesn't recognize is save 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.


Member Function Documentation

virtual void TiXmlUnknown::Print FILE *    cfile,
int    depth
const [virtual]
 

All TinyXml classes can print themselves to a filestream.

This is a formatted print, and will insert tabs and newlines.

(For an unformatted stream, use the << operator.)

Reimplemented from TiXmlBase.


The documentation for this class was generated from the following file:
Generated on Fri Apr 11 23:01:21 2003 for TinyXml by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001