class DECLSPEC XMLIO_AttributedElement

An empty element which just contains its tag and its attributes.

Inheritance:


Public Methods

[more] XMLIO_AttributedElement ()
Constructor.
[more] XMLIO_AttributedElement (const XMLIO_string& tag, XMLIO_Attributes &attributes)
Some constructors need information for initialisation
[more]virtual bool XMLIO_isEmpty () const
this element is empty by default
[more]virtual const char* toString () const
Returns name of class.
[more]virtual void print () const
prints name and attributes to cout


Inherited from XMLIO_Element:

Public Fields

oXMLIO_string tag
oXMLIO_Attributes attributes
oXMLIO_IndentationType xmlio_indent_type

Public Methods

ovirtual XMLIO_Element* XMLIO_startTag(const XMLIO_string& tag, XMLIO_Attributes &attrs)
ovirtual void XMLIO_endTag(const XMLIO_string& tag)
ovirtual void XMLIO_getCharacters(const XMLIO_string& characters)
ovirtual void XMLIO_getComment(const XMLIO_string& comment)
ovirtual void XMLIO_getProcessingInstruction(const XMLIO_string& target, const XMLIO_string& instructions)
ovirtual void XMLIO_finishedReading()
ovirtual bool XMLIO_remove() const
ovirtual const int XMLIO_writeContent(XMLIO_Document& doc)
ovirtual const XMLIO_string& XMLIO_getName() const
ovirtual XMLIO_Attributes& XMLIO_getAttributes()


Documentation

An empty element which just contains its tag and its attributes.
o XMLIO_AttributedElement()
Constructor.

o XMLIO_AttributedElement(const XMLIO_string& tag, XMLIO_Attributes &attributes)
Some constructors need information for initialisation

ovirtual bool XMLIO_isEmpty() const
this element is empty by default

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

ovirtual void print() const
prints name and attributes to cout


Direct child classes:
gxl_type

Alphabetic index HTML hierarchy of classes or Java



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