FDO API Reference Feature Data Objects

mgIXmlSaxHandler.h File Reference

This graph shows which files directly or indirectly include this file:


Functions

System::Void XmlCharacters (NAMESPACE_OSGEO_COMMON_XML::XmlSaxContext *context, System::String *characters)
 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.
System::Void XmlEndDocument (NAMESPACE_OSGEO_COMMON_XML::XmlSaxContext *context)
 Default Sax callback that is called when the XmlReader finishes reading an XML document. Does nothing.
System::Boolean XmlEndElement (NAMESPACE_OSGEO_COMMON_XML::XmlSaxContext *context, System::String *resourceLocation, System::String *name, System::String *qualifiedName)
 Default Sax callback that is called when the XmlReader reads the end tag for an XML element in the document. Does nothing.
NAMESPACE_OSGEO_COMMON_XML::IXmlSaxHandlerXmlStartElement (NAMESPACE_OSGEO_COMMON_XML::XmlSaxContext *context, System::String *resourceLocation, System::String *name, System::String *qualifiedName, NAMESPACE_OSGEO_COMMON_XML::XmlAttributeCollection *attributes)
 Default Sax callback that is called when the XmlReader reads the start tag for an XML element in the document. Does nothing.

Variables

public __gc __interface IXmlSaxHandler
 IXmlSaxHandler defines the SAX Handler callback interface. It is not an interface in the strict sense, since each function has a default implementation that does nothing. Implementors can override these callbacks to customize the handling of XML fragments parsed by XmlReader.

Comments or suggestions? Send us feedback.