FDO API Reference Feature Data Objects
virtual FDO_API_COMMON void FdoXmlSaxHandler::XmlCharacters ( FdoXmlSaxContext saxContext,
FdoString chars 
) [virtual]

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:
saxContext Input caller specified contextual information
chars Input the next chunk of simple content


Comments or suggestions? Send us feedback.