FDO .NET API Reference Feature Data Objects
virtual System::Void OSGeo::FDO::Common::Xml::XmlSaxHandler::XmlCharacters ( OSGeo::FDO::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:
context Input caller specified contextual information
characters Input the next chunk of simple content


Comments or suggestions? Send us feedback.