FdoXmlFeatureContext Class Reference

#include <FeatureContext.h>

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
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 ()

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