FDO API Reference Feature Data Objects

Reader.h File Reference

#include <FdoCommon.h>
#include <Common/Stack.h>

Include dependency graph for Reader.h:

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

Go to the source code of this file.


Classes

class  FdoXmlReader
 FdoXmlReader 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. FdoSAXHandler 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...
class  FdoXmlReader::HandlerStack
 SAX Handler stack definition.
class  FdoXmlReader::PrefixMapping
 Tracks the scoped URI's for an XML namespace prefix.
class  FdoXmlReader::PrefixMappingCollection
 SAX Handler stack definition.
class  FdoXmlReader::StackElement
 SAX Handler stack element. Wraps around a SAX Handler.

Typedefs

typedef FdoPtr< FdoXmlReaderFdoXmlReaderP
 FdoXmlReaderP is a FdoPtr on FdoXmlReader, provided for convenience.

Comments or suggestions? Send us feedback.