class DECLSPEC XMLIO_ContentOfElements |
Content of Elements (XML spec [43]).
![]() | content_type Content type. |
![]() | element Stored element or NULL if content_type is not XMLIO_ELEMENT. |
![]() | character_data Character data. |
![]() | XMLIO_ContentOfElements (XMLIO_string character_data) Constructor. |
![]() | XMLIO_ContentOfElements (XMLIO_Element* element) Constructor. |
![]() | ~XMLIO_ContentOfElements () Destructor. |
![]() | toString () const Returns name of class. |
![]() | XMLIO_writeContent (XMLIO_Document& stream) |
![]() | 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