FDO API Reference Feature Data Objects

System::Void FeatureSchemaCollection::XmlCharacters NAMESPACE_OSGEO_COMMON_XML::XmlSaxContext *  context,
System::String *  characters
 

Default Sax callback that is called when the FdoXmlReader reads a chunk of simple content for the current element. Does nothing by default. This function may be called multiple times for the same element, if the the content is long. Applications must not make any assumptions about the chunk size or number of chunks for each element.

Parameters:
context Input caller specified contextual information
characters Input the next chunk of simple content

Comments or suggestions? Send us feedback.