- Cal3D 0.9 API Reference -

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

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

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


Protected Methods

virtual void StreamIn (TIXML_ISTREAM *in, TIXML_STRING *tag)
virtual void StreamOut (TIXML_OSTREAM *out) const
virtual const char * Parse (const char *p)

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

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.)

Implements TiXmlBase.


The documentation for this class was generated from the following files:
Generated at Sun Oct 12 18:38:50 2003 by The Cal3D Team with doxygen 1.2.14 © 1997-2001 Dimitri van Heesch