FDO API Reference Feature Data Objects

FdoXmlFeatureContext Class Reference

#include <FeatureContext.h>

Inherits FdoXmlSaxContext.

Inheritance diagram for FdoXmlFeatureContext:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoXmlFeatureContext provides contextual information to the FdoXmlFeatureHandler callback implementations when an XML document parse is in progress. This class provides very rudimentary functionality such as error reporting and access to the FdoXmlFeaturePropertyReader doing the parse. Applications can pass extra information by sub-classing from this class.

Definition at line 36 of file FeatureContext.h.


Public Member Functions

virtual FDO_API FdoXmlFeaturePropertyReaderGetFeaturePropertyReader ()
 Gets the FdoXmlFeaturePropertyReader that is parsing the XML document.

Static Public Member Functions

static FDO_API FdoXmlFeatureContextCreate (FdoXmlFeaturePropertyReader *reader)
 Constructs an XML feature context.

Protected Member Functions

 FdoXmlFeatureContext (FdoXmlFeaturePropertyReader *reader)
virtual ~FdoXmlFeatureContext ()

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