com.ibm.ims.xms
Interface XMSSchemaResolver
- All Known Implementing Classes:
- XMSFileSchemaResolver
- public interface XMSSchemaResolver
The XMSSchemaResolver offers an interface for translating Schema namespaces into
an XMLInputSource for parsing of an XMS Schema.
Method Summary |
org.apache.xerces.xni.parser.XMLInputSource |
resolveSchema(java.lang.String nameSpace)
Resolves the NameSpace into an XMLInputSource that can be parsed
as an XMS Schema defining the requested NameSpace. |
org.apache.xerces.xni.parser.XMLInputSource |
resolveSchema(java.lang.String psbName,
java.lang.String pcbName)
Resolves the psbName and pcbName into an XMLInputSource that can be parsed
as an XMS Schema defining the NameSpace for the passed in PSB and PCB. |
resolveSchema
public org.apache.xerces.xni.parser.XMLInputSource resolveSchema(java.lang.String psbName,
java.lang.String pcbName)
throws java.io.IOException,
org.apache.xerces.xni.XNIException
- Resolves the psbName and pcbName into an XMLInputSource that can be parsed
as an XMS Schema defining the NameSpace for the passed in PSB and PCB.
resolveSchema
public org.apache.xerces.xni.parser.XMLInputSource resolveSchema(java.lang.String nameSpace)
throws java.io.IOException,
org.apache.xerces.xni.XNIException
- Resolves the NameSpace into an XMLInputSource that can be parsed
as an XMS Schema defining the requested NameSpace.
(C) International Business Machines Corporation 2004. All rights reserved.