FDO API Reference Feature Data Objects

virtual System::Void XmlSaxHandler::XmlCharacters NAMESPACE_OSGEO_COMMON_XML::XmlSaxContext *  context,
System::String *  characters
[virtual]
 

Default Sax callback that is called when the XmlReader 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:
saxContext Input caller specified contextual information
chars Input the next chunk of simple content

Comments or suggestions? Send us feedback.