Uses of Interface
com.ibm.ims.xms.XMSSchemaResolver

Packages that use XMSSchemaResolver
com.ibm.ims.xms Provides classes for XML DB support (The classes in this package are for internal use only). 
 

Uses of XMSSchemaResolver in com.ibm.ims.xms
 

Classes in com.ibm.ims.xms that implement XMSSchemaResolver
 class XMSFileSchemaResolver
          The XMSFileSchemaResolver offers a simple implementation of XMSSchemaResolver that looks into the file system for the XMS Schema Definition.
 

Fields in com.ibm.ims.xms declared as XMSSchemaResolver
protected  XMSSchemaResolver XMSGrammarPool.schemaResolver
           
 

Methods in com.ibm.ims.xms that return XMSSchemaResolver
protected  XMSSchemaResolver XMSGrammarPool.createXMSSchemaResolver()
          Creates the XMSSchemaResolver, based on an environment variable Called at construction time.
 

Methods in com.ibm.ims.xms with parameters of type XMSSchemaResolver
 void XMSGrammarPool.setXMSSchemaResolver(XMSSchemaResolver xmsSchemaResolver)
          Sets the XMSSchemaResolver to use to resolve the location of requested XMS Schema documents.
 



(C) International Business Machines Corporation 2004. All rights reserved.