FdoXmlCharDataHandler Class Reference

FdoXmlCharDataHandler is convenience class for reading XML element content. When FdoXmlReader encounters the start of an element with simple content, an object of this class can be constructed and pushed onto the FdoXmlReader's SAX handler stack. When the end of the element is reached, the object will contain all of the element's content. More...

#include <CharDataHandler.h>

Inherits FdoXmlSaxHandler.

List of all members.


Public Member Functions

FDO_API_COMMON FdoStringGetString ()
 Gets the element content that has been read sofar. When the end of the element is reached, this will contain all of the element content.

Static Public Member Functions

static FDO_API_COMMON
FdoXmlCharDataHandler
Create (void)
 Constructs a Char Data Handler.

Detailed Description

FdoXmlCharDataHandler is convenience class for reading XML element content. When FdoXmlReader encounters the start of an element with simple content, an object of this class can be constructed and pushed onto the FdoXmlReader's SAX handler stack. When the end of the element is reached, the object will contain all of the element's content.

Definition at line 30 of file CharDataHandler.h.


The documentation for this class was generated from the following file: