FDO API Reference Feature Data Objects

mgXmlReader.h File Reference

Include dependency graph for mgXmlReader.h:


Namespaces

namespace  NAMESPACE_OSGEO_COMMON
namespace  NAMESPACE_OSGEO_COMMON_IO

Classes

class  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

BEGIN_NAMESPACE_OSGEO_COMMON_XML
public __gc __interface 
IXmlSaxHandler

Comments or suggestions? Send us feedback.