#include <FdoCommon.h>
Go to the source code of this file.
Classes | |
class | FdoXmlSaxContext |
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... | |
Typedefs | |
typedef FdoPtr< FdoXmlSaxContext > | FdoXmlSaxContextP |
FdoXmlSaxContextP is a FdoPtr on FdoXmlSaxContext, provided for convenience. |