class DECLSPEC XMLIO_ContentOfElements

Content of Elements (XML spec [43]).

Public Fields

[more]XMLIO_ContentOfElementsType content_type
Content type.
[more]XMLIO_Element* element
Stored element or NULL if content_type is not XMLIO_ELEMENT.
[more]XMLIO_string character_data
Character data.

Public Methods

[more] XMLIO_ContentOfElements (XMLIO_string character_data)
Constructor.
[more] XMLIO_ContentOfElements (XMLIO_Element* element)
Constructor.
[more]virtual ~XMLIO_ContentOfElements ()
Destructor.
[more]virtual const char* toString () const
Returns name of class.
[more]virtual const int XMLIO_writeContent (XMLIO_Document& stream)

Public Members

[more]enum XMLIO_ContentOfElementsType
Possible content types.


Documentation

Content of Elements (XML spec [43]). This stores either an element (XMLIO_Element) or CharData (string). Still missing are: Reference, CDSect, PI and Comment.
o XMLIO_ContentOfElements(XMLIO_string character_data)
Constructor.

o XMLIO_ContentOfElements(XMLIO_Element* element)
Constructor.

ovirtual ~XMLIO_ContentOfElements()
Destructor.

ovirtual const char* toString() const
Returns name of class.

ovirtual const int XMLIO_writeContent(XMLIO_Document& stream)

oenum XMLIO_ContentOfElementsType
Possible content types.

oXMLIO_ContentOfElementsType content_type
Content type.

oXMLIO_Element* element
Stored element or NULL if content_type is not XMLIO_ELEMENT.

oXMLIO_string character_data
Character data.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.