All Frameworks  Class Hierarchy  This Framework  Indexes

XMLParser Global Function CreateCATIXMLDOMDocumentBuilder


extern "C" HRESULT CreateCATIXMLDOMDocumentBuilder(CATIXMLDOMDocumentBuilder_var& oBuilder,
const CLSID& iClsId= CLSID_XML4C_DOM)
Returns the root object which corresponds to a specific DOM implementation. This object is an instance of CATIXMLDOMDocumentBuilder.
Parameters:
oBuilder
The resulting CATIXMLDOMDocumentBuilder
iClsId
The CLSID of the CATIXMLDOMDocumentBuilder to instantiate.
Legal values: CLSID_XML4C_DOM 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_DOM 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: CATIXMLDOMDocumentBuilder.h
If needed, your Imakefile.mk should include the module: CATXMLParserItf

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