class DECLSPEC XMLIO_IgnoreElement

This element is just to skip an xml element.

Inheritance:


Public Methods

[more] XMLIO_IgnoreElement ()
Constructor.
[more]virtual ~XMLIO_IgnoreElement ()
Destructor.
[more]virtual const char* toString () const
Returns name of class.
[more]virtual bool XMLIO_remove () const
This returns true and ensures that this object will be destroyed, when it is removed from the stack of the XMLIO_Document.


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 const int XMLIO_writeContent(XMLIO_Document& doc)
ovirtual const XMLIO_string& XMLIO_getName() const
ovirtual XMLIO_Attributes& XMLIO_getAttributes()
ovirtual bool XMLIO_isEmpty() const
ovirtual void print() const


Documentation

This element is just to skip an xml element. It does not store any data and also skips all nested elements. This element will be destroyed by the XMLIO_Document, thus the XMLIO_IgnoreElement object is just alive as long as it is on the stack of the XMLIO_Document.
o XMLIO_IgnoreElement()
Constructor.

ovirtual ~XMLIO_IgnoreElement()
Destructor.

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

ovirtual bool XMLIO_remove() const
This returns true and ensures that this object will be destroyed, when it is removed from the stack of the XMLIO_Document.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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