All Frameworks  Class Hierarchy  This Framework  Indexes

XMLParser Global Function CreateCATIXMLSAXFactory


extern "C" HRESULT CreateCATIXMLSAXFactory(CATIXMLSAXFactory_var& oFactory,
const CLSID& iClsId= CLSID_XML4C_SAX)
Returns the root object which corresponds to a specific SAX implementation. This object is an instance of CATIXMLSAXFactory.
Parameters:
oFactory
The resulting CATIXMLSAXFactory
iClsId
The CLSID of the CATIXMLSAXFactory to instantiate
Legal values: CLSID_XML4C_SAX Use this value to instantiate the implementation based on XML4C 3.0 from IBM. This implementation supports DTD validation but not XML schema validation. CLSID_XML4C5_SAX Use this value to instantiate the implementation based on XML4C 5.0 from IBM. This implementation supports both DTD and XML schema validation.

This object is included in the file: CATIXMLSAXFactory.h
If needed, your Imakefile.mk should include the module: CATXMLParserItf

Copyright © 2003, Dassault Systèmes. All rights reserved.