Defined in header file: hzDocument.h

Controls the type of data held by a tag

Enum definition:

enum    XmlType
{

XML_TYPE_UNDEFUndefined (default)
XML_CDATAInterpret node contents as pure character data requiring no processing or interpretation
XML_PCDATAParsed char data - Change chars to entities where appropriate and treat <p> ect as HTML tags rather than XML tags (nodes)

} ;