Defined in header file: hzDocument.h
Controls the type of data held by a tag
Enum definition:
enum XmlType
{
| XML_TYPE_UNDEF | Undefined (default) | ||
| XML_CDATA | Interpret node contents as pure character data requiring no processing or interpretation | ||
| XML_PCDATA | Parsed char data - Change chars to entities where appropriate and treat <p> ect as HTML tags rather than XML tags (nodes) |
} ;