FDO API Reference Feature Data Objects

virtual FDO_API FdoBoolean FdoXmlFeatureHandler::FeatureStartLobProperty FdoXmlFeatureContext ,
FdoString
[virtual]
 

Default feature handler callback that is called when the FdoXmlFeaturePropertyReader encounters the start of a lob property. Logs an error when the current ErrorLevel is High or Normal. If this is a BLOB property then its value is sent through the FeatureBinaryData() callback. If this is a CLOB property then its value is sent through the FeatureCharacters() callback.

Parameters:
featureContext Input caller specified contextual information
name Input property name
Returns:
Returning true causes the current parse to stop. Returning false cause the parse to continue. Return value is ignored if the current parse is not an incremental parse ( see FdoXmlFeaturePropertyReader::Parse())

Comments or suggestions? Send us feedback.