FDO API Reference Feature Data Objects

FdoXmlCharDataHandler Class Reference

#include <CharDataHandler.h>

Inherits FdoDisposable, and FdoXmlSaxHandler.

Inheritance diagram for FdoXmlCharDataHandler:

Inheritance graph
[legend]
List of all members.

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.


Public Member Functions

FDO_API_COMMON const 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 FdoXmlCharDataHandlerCreate (void)
 Constructs a Char Data Handler.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.