#include <XmlUnknown.h>
Public Member Functions | |
XmlUnknown (const XmlUnknown ©) | |
void | operator= (const XmlUnknown ©) |
virtual String | Name () const |
virtual XmlNodePtr | Clone () const |
Creates a copy of this Unknown and returns it. | |
virtual XmlUnknownPtr | ToUnknown () const |
Cast to a more defined type. Will return null not of the requested type. | |
virtual StringPtr | ToString () const |
virtual void | WriteTo (TextWriter &writer) const |
Static Public Member Functions | |
static XmlUnknownPtr | CreateUnknown () |
Protected Member Functions | |
void | CopyTo (XmlUnknown &target) const |
virtual const char * | _Parse (const char *p, XmlParsingData *data, XmlEncoding encoding) |
Friends | |
void | _TestTinyXml () |
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.
Definition at line 34 of file XmlUnknown.h.