|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaURIResolver
A SchemaURIResolver is used when resolving references to schema documents. It takes as input the target namespace of the schema to be loaded, and a set of location hints as input, and returns one or more Source obects containing the schema documents to be imported.
Method Summary | |
---|---|
Source[] |
resolve(String targetNamespace,
String baseURI,
String[] locations)
Resolve a URI identifying a schema document, given the target namespace URI and a set of associated location hints. |
void |
setConfiguration(Configuration config)
Set the configuration information for use by the resolver |
Method Detail |
---|
void setConfiguration(Configuration config)
config
- the Saxon Configuration (which will always be an EnterpriseConfiguration
)Source[] resolve(String targetNamespace, String baseURI, String[] locations) throws XPathException
targetNamespace
- the target namespaces of the schema to be imported. The "null namesapce"
is identified by a zero-length string. In the case of an xsd:include directive, where no
target namespace is specified, the parameter is null.baseURI
- The base URI of the module containing the "import schema" declaration;
null if no base URI is knownlocations
- The set of URIs identified as schema location hints. In most cases (xs:include, xs:import,
xsi:schemaLocation, xsl:import-schema) there is only one URI in this list. With an XQuery "import module"
declaration, however, a list of URIs may be specified.
XPathException
- if the module cannot be located, and if delegation to the default
module resolver is not required.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |