XML Library
Namespaces | Enumerations
Types.hpp File Reference

Enumerations used to support simple RTTI syle operations. More...

Namespaces

namespace  XML
 

The XML Library namespace.


Enumerations

enum  XML::NodeType {
  XML::DOCUMENT_NODE, XML::ELEMENT_NODE, XML::TEXT_NODE, XML::COMMENT_NODE,
  XML::PROCESSING_NODE, XML::DOCTYPE_NODE, XML::CDATA_NODE
}
 The types of nodes stored in an XML document. More...

Detailed Description

Enumerations used to support simple RTTI syle operations.

Author:
Chris Oldwood