Public Member Functions | Protected Member Functions

TiXmlUnknown Class Reference

#include <tinyxml.h>

Inheritance diagram for TiXmlUnknown:
Inheritance graph
[legend]
Collaboration diagram for TiXmlUnknown:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Protected Member Functions


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.


Constructor & Destructor Documentation

TiXmlUnknown::TiXmlUnknown (  )  [inline]

Referenced by Clone().

Here is the caller graph for this function:

virtual TiXmlUnknown::~TiXmlUnknown (  )  [inline, virtual]
TiXmlUnknown::TiXmlUnknown ( const TiXmlUnknown copy  )  [inline]

References CopyTo().

Here is the call graph for this function:


Member Function Documentation

void TiXmlUnknown::operator= ( const TiXmlUnknown copy  )  [inline]

References CopyTo().

Here is the call graph for this function:

TiXmlNode * TiXmlUnknown::Clone (  )  const [virtual]

Creates a copy of this Unknown and returns it.

Implements TiXmlNode.

References CopyTo(), and TiXmlUnknown().

Here is the call graph for this function:

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

Print this Unknown to a FILE stream.

Implements TiXmlBase.

References TiXmlString::c_str(), and TiXmlNode::value.

Here is the call graph for this function:

const char * TiXmlUnknown::Parse ( const char *  p,
TiXmlParsingData data,
TiXmlEncoding  encoding 
) [virtual]
void TiXmlUnknown::CopyTo ( TiXmlUnknown target  )  const [protected]

Referenced by Clone(), operator=(), and TiXmlUnknown().

Here is the caller graph for this function:

void TiXmlUnknown::StreamOut ( TiXmlOutStream out  )  const [protected, virtual]

Implements TiXmlBase.

References TiXmlNode::value.


The documentation for this class was generated from the following files: