OSGeo::FDO::Xml::XmlFeatureContext Class Reference
[OSGeo::FDO::Xml]

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.