Enumerations of XML module. More...
Go to the source code of this file.
| Namespaces | |
| namespace | te | 
| TerraLib. | |
| namespace | te::xml | 
| Namespace for the XML module of TerraLib. | |
| Typedefs | |
| typedef enum te::xml::NodeType | te::xml::NodeType | 
| Enumerations | |
| enum | te::xml::NodeType { te::xml::UNKNOWN = 0 , te::xml::START_DOCUMENT = 1 , te::xml::END_DOCUMENT = 2 , te::xml::START_ELEMENT = 3 , te::xml::END_ELEMENT = 4 , te::xml::VALUE = 5 , te::xml::CDATA = 6 , te::xml::IGNORABLE_WHITESPACE = 7 , te::xml::WHITESPACE = 8 , te::xml::PROCESSING_INSTRUCTION = 9 , te::xml::START_PREFIX_MAPPING = 10 , te::xml::END_PREFIX_MAPPING = 11 , te::xml::SKIPPED_ENTITY = 12 } | 
| The type of node read by XML reader.  More... | |
Enumerations of XML module.
Definition in file Enums.h.