Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages | Examples

TiXmlUnknown Class Reference
[Basic XML support]

#include <tinyxml.h>

Inheritance diagram for TiXmlUnknown:

Inheritance graph
[legend]
Collaboration diagram for TiXmlUnknown:

Collaboration graph
[legend]
List of all members.

Detailed Description

Any tag that tinyXml 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 TiXmlUnknowns.


Public Member Functions

 TiXmlUnknown (const TiXmlUnknown &copy)
void operator= (const TiXmlUnknown &copy)
virtual TiXmlNodeClone () const
virtual void Print (FILE *cfile, int depth) const
virtual const char * Parse (const char *p, TiXmlParsingData *data, TiXmlEncoding encoding)

Protected Member Functions

void CopyTo (TiXmlUnknown *target) const
virtual void StreamOut (TIXML_OSTREAM *out) const


Member Function Documentation

TiXmlNode * TiXmlUnknown::Clone  )  const [virtual]
 

Creates a copy of this Unknown and returns it.

Implements TiXmlNode.

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

Print this Unknown to a FILE stream.

Implements TiXmlBase.


Generated on Wed Feb 9 11:31:37 2005 for OpenGUI by  doxygen 1.4.0