FDO API Reference Feature Data Objects

virtual FDO_API FdoBoolean FdoXmlFeaturePropertyReader::Parse FdoXmlFeatureHandler featureHandler = NULL,
FdoXmlFeatureContext featureContext = NULL,
FdoBoolean  incremental = false
[pure virtual]
 

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.