FDO API Reference | Feature Data Objects |
#include <CharDataHandler.h>
Inherits FdoDisposable, and FdoXmlSaxHandler.
Inheritance diagram for FdoXmlCharDataHandler:
Definition at line 30 of file CharDataHandler.h.
Public Member Functions | |
FDO_API_COMMON FdoString * | GetString () |
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 | |
FDO_API_COMMON FdoXmlCharDataHandler * | Create (void) |
Constructs a Char Data Handler. | |
Protected Member Functions | |
FdoXmlCharDataHandler (void) | |
DOXYGEN-IGNORE | |
virtual void | XmlCharacters (FdoXmlSaxContext *, FdoString *chars) |
Overridden Sax Callback. Receives the next chunk of element content. | |
virtual | ~FdoXmlCharDataHandler (void) |
|
DOXYGEN-IGNORE
|
|
|
|
Constructs a Char Data Handler.
|
|
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.
Definition at line 50 of file CharDataHandler.h. References FDO_API_COMMON, and FdoString. |
|
Overridden Sax Callback. Receives the next chunk of element content.
Reimplemented from FdoXmlSaxHandler. |
Comments or suggestions? Send us feedback. |