FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Xml::XmlFeatureContext Class Reference

Inherits OSGeo::FDO::Common::Xml::XmlSaxContext.

Inheritance diagram for OSGeo::FDO::Xml::XmlFeatureContext:

[legend]
List of all members.

Detailed Description

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


Public Member Functions

OSGeo::FDO::Xml::XmlFeaturePropertyReaderGetFeaturePropertyReader ()
 Gets the XmlFeaturePropertyReader that is parsing the XML document.
 XmlFeatureContext (OSGeo::FDO::Xml::XmlFeaturePropertyReader *value)
 Constructs an XML feature context.

Constructor & Destructor Documentation

OSGeo::FDO::Xml::XmlFeatureContext::XmlFeatureContext OSGeo::FDO::Xml::XmlFeaturePropertyReader value  ) 
 

Constructs an XML feature context.

Parameters:
value Input the XmlFeaturePropertyReader that is parsing the XML document.

Member Function Documentation

OSGeo ::FDO ::Xml ::XmlFeaturePropertyReader* OSGeo::FDO::Xml::XmlFeatureContext::GetFeaturePropertyReader  ) 
 

Gets the XmlFeaturePropertyReader that is parsing the XML document.

Returns:
Returns XmlFeaturePropertyReader

Comments or suggestions? Send us feedback.