FdoXmlSaxContext Class Reference

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

#include <SaxContext.h>

Inherits FdoContext.

Inherited by FdoXmlContext, and FdoXmlFeatureContext.

List of all members.


Public Member Functions

FDO_API_COMMON FdoXmlReaderGetReader ()
 Gets the FdoXmlReader that is parsing the XML document.

Static Public Member Functions

static FDO_API_COMMON
FdoXmlSaxContext
Create (FdoXmlReader *reader)
 Constructs the default Sax Context.

Protected Member Functions

FDO_API_COMMON FdoXmlSaxContext (FdoXmlReader *reader)
FDO_API_COMMON FdoXmlSaxContext ()
 Default constructor to keep g++ from complaining.
virtual FDO_API_COMMON ~FdoXmlSaxContext ()

Detailed Description

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

Definition at line 32 of file SaxContext.h.


The documentation for this class was generated from the following file: