class DECLSPEC XMLIO_ContentOfElements |
Content of Elements (XML spec [43]).
XMLIO_ContentOfElementsType | content_type Content type. |
XMLIO_Element* | element Stored element or NULL if content_type is not XMLIO_ELEMENT. |
XMLIO_string | character_data Character data. |
XMLIO_ContentOfElements (XMLIO_string character_data) Constructor. | |
XMLIO_ContentOfElements (XMLIO_Element* element) Constructor. | |
virtual | ~XMLIO_ContentOfElements () Destructor. |
virtual const char* | toString () const Returns name of class. |
virtual const int | XMLIO_writeContent (XMLIO_Document& stream) |
enum | XMLIO_ContentOfElementsType Possible content types. |
Content of Elements (XML spec [43]). This stores either an element (XMLIO_Element) or CharData (string). Still missing are: Reference, CDSect, PI and Comment.
Alphabetic index HTML hierarchy of classes or Java