Namespace for the XML module of TerraLib. More...
Classes | |
class | AbstractWriter |
This class models a XML writer object. More... | |
class | AbstractWriterFactory |
This is the abstract factory for XML writers. More... | |
class | Module |
This singleton defines the TerraLib XML module entry. More... | |
class | Reader |
This class models a XML reader object. More... | |
class | ReaderFactory |
This is the abstract factory for XML readers. More... | |
class | Writer |
This class models a XML writer object. More... | |
Typedefs | |
typedef enum te::xml::NodeType | NodeType |
Enumerations | |
enum | NodeType { UNKNOWN = 0, START_DOCUMENT = 1, END_DOCUMENT = 2, START_ELEMENT = 3, END_ELEMENT = 4, VALUE = 5, CDATA = 6, IGNORABLE_WHITESPACE = 7, WHITESPACE = 8, PROCESSING_INSTRUCTION = 9, START_PREFIX_MAPPING = 10, END_PREFIX_MAPPING = 11, SKIPPED_ENTITY = 12 } |
The type of node read by XML reader. More... | |
Namespace for the XML module of TerraLib.
typedef enum te::xml::NodeType te::xml::NodeType |
enum te::xml::NodeType |
The type of node read by XML reader.