FDO API Reference Feature Data Objects

XmlFeatureContext Class Reference

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.


Public Member Functions

NAMESPACE_OSGEO_FDO_XML::XmlFeaturePropertyReader * GetFeaturePropertyReader ()
 Gets the FdoXmlFeaturePropertyReader that is parsing the XML document.
 XmlFeatureContext (NAMESPACE_OSGEO_FDO_XML::XmlFeaturePropertyReader *value)
 Constructs an XML feature context.

Comments or suggestions? Send us feedback.