XMLParserItf Interface CATIXMLSchemaLoader

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIXMLSchemaLoader

Interface to manage the loading and caching of XML schemas for DOM and SAX schema validation.
Objects which implement CATIXMLDOMDocumentBuilder, CATISAXXMLReader will also implement this interface if they support schema pre-loading and caching.


Method Index


o ClearSchemaCache()
Clears the schema cache.
o PreloadSchema(CATUnicodeString&,CATISAXInputSource_var&)
Asks the loader to pre-load an XML schema.

Methods


o ClearSchemaCache
public virtual ClearSchemaCache()
Clears the schema cache.
o PreloadSchema
public virtual PreloadSchema( const iNamespaceURI,
const iSchema)
Asks the loader to pre-load an XML schema.
Parameters:
iNamespaceURI
The namespace URI of the schema
iSchema
An input source containing the actual schema.

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.