XMLIO |
c++ parser wrapper based on expat, a reference is also available
XMLIO_Element | Most important class to read and write from an XML file. |
XMLIO_StringElement | contains a string and nothing more. |
XMLIO_SingleElement | contains a string representation of T and nothing more |
XMLIO_AttributedElement | An empty element which just contains its tag and its attributes. |
XMLIO_IgnoreElement | This element is just to skip an xml element. |
XMLIO_ArrayElement | Supports an array of tokens (like int, double or string) seperated by whitespace. |
XMLIO_ElementArrayElement | Array of elements of the same type |
XMLIO_ContentElementPair | helps to collect content and elements for XMLIO_ContentElementArrayElement |
XMLIO_ContentElementArrayElement | a vector with content and element pointer, parsed from this element |
XMLIO_StoreElement | This object just stores the current element. |
XMLIO_ContentOfElements | Content of Elements (XML spec [43]). |
XMLIO_Document | Base class for document handling (see XML Spec [1]). |
XMLIO_ElementReader | Parses global element of a xml file, optional decides by name to skip content |
global functions for array token evaluation | |
file: XMLIO_Definitions.h | some supplements |
c++ parser wrapper based on expat, a reference is also available
Alphabetic index Hierarchy of classes