FDO API Reference Feature Data Objects

XmlSaxContext Class Reference

List of all members.

Detailed Description

XmlSaxContext provides contextual information to the SaxHandler callback implementations when an XML document parse is in progress. This class provides very rudimentary functionality such as error reporting and access to the XmlReader doing the parse. Applications can pass extra information by sub-classing from this class.


Public Member Functions

__property NAMESPACE_OSGEO_COMMON_XML::XmlReader * get_Reader ()
 Gets the FdoXmlReader that is parsing the XML document.
 XmlSaxContext (System::IntPtr unmanaged, System::Boolean autoDelete)
 XmlSaxContext (NAMESPACE_OSGEO_COMMON_XML::XmlReader *reader)
 Constructs the default Sax Context.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.