Go to the source code of this file.
Namespaces | |
namespace | mxflib |
Typedefs | |
typedef startElementSAXFunc | startElementXMLFunc |
typedef endElementSAXFunc | endElementXMLFunc |
typedef warningSAXFunc | warningXMLFunc |
typedef errorSAXFunc | errorXMLFunc |
typedef fatalErrorSAXFunc | fatalErrorXMLFunc |
typedef sopSAXHandler | XMLParserHandler |
typedef XMLParserHandler * | XMLParserHandlerPtr |
Functions | |
bool | XMLParserParseFile (XMLParserHandlerPtr Hand, void *UserData, const char *filename) |
Use the sopSAX parser to parse the file. |