FDO .NET API Reference Feature Data Objects
System::Boolean OSGeo::FDO::Xml::XmlFeaturePropertyReader::Parse ( OSGeo::FDO::Xml::XmlFeatureHandler featureHandler,
OSGeo::FDO::Xml::XmlFeatureContext featureContext,
System::Boolean  incremental 
)

Parses the XML document.

Parameters:
featureHandler Input handler to receive events. Parse() fires various events as features and properties are encountered.
featureContext Input Caller-specific contextual information that is pass to the feature handler event callbacks.
incremental Input true: an incremental (progressive) parse is performed. This function returns after the next feature is read. false: this function keeps going until all features have been read.
Returns:
Returns false if no feature(s) were read.


Comments or suggestions? Send us feedback.