FDO .NET API Reference Feature Data Objects

mgXmlReader.h File Reference

Include dependency graph for mgXmlReader.h:

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Common
namespace  OSGeo::FDO::Common::Io
namespace  OSGeo::FDO::Common::Xml

Classes

class  OSGeo::FDO::Common::Xml::XmlReader
 XmlReader reads an XML document from a text or binary stream. As various document fragments are read, it calls the appropriate SAX Handler callback on the current SAX Handler. This object maintains a stack of SAX Handlers, with the current one being the top handler in the stack. Callers provide this object with SAX Handlers to customize the processing of the XML document. SAXHandler callbacks also provide a means to push other handlers onto the stack. For example, a SAX Handler for a particular XML element might push another handler to read a particular sub-element. More...

Variables

public __gc __interface OSGeo::FDO::Common::Xml::IXmlSaxHandler

Comments or suggestions? Send us feedback.