FdoXmlFeatureContext Class Reference

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. More...

#include <FeatureContext.h>

Inherits FdoXmlSaxContext.

List of all members.


Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 FdoXmlFeatureContext (FdoXmlFeaturePropertyReader *reader)
virtual ~FdoXmlFeatureContext ()

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.


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