LDK::XmlUnknown Class Reference

#include <LDK/XML.h>

Inheritance diagram for LDK::XmlUnknown:

Inheritance graph
[legend]
Collaboration diagram for LDK::XmlUnknown:

Collaboration graph
[legend]

Public Member Functions

 XmlUnknown ()
virtual ~XmlUnknown ()
 XmlUnknown (const XmlUnknown &copy)
void operator= (const XmlUnknown &copy)
virtual XmlNodeClone () const
 Creates a copy of this Unknown and returns it.
virtual void Print (SmartFile f, int depth) const
 Print this Unknown to a FILE stream.
virtual const char * Parse (const char *p, XmlParsingData *data, XmlEncoding encoding)

Protected Member Functions

void CopyTo (XmlUnknown *target) const
virtual void StreamOut (LDKXML_OSTREAM *out) const

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

Definition at line 1115 of file XML.h.


The documentation for this class was generated from the following file:
Generated on Fri Aug 17 18:32:28 2007 for LDK by  doxygen 1.5.1