public abstract class SchemaResolverAdapter extends Object implements org.apache.ws.commons.schema.resolver.URIResolver
Modifier and Type | Field and Description |
---|---|
protected XMLElement |
fContextElement |
Constructor and Description |
---|
SchemaResolverAdapter(URIResolver actualResolver,
XMLElement contextElement) |
Modifier and Type | Method and Description |
---|---|
InputSource |
resolveEntity(String targetNamespace,
String schemaLocation,
String baseUri)
returns resolved URI if one can be found, otherwise the URI constructed from
the arguments.
|
protected abstract InputStream |
resolveFragId(String fradId) |
protected XMLElement fContextElement
public SchemaResolverAdapter(URIResolver actualResolver, XMLElement contextElement)
public InputSource resolveEntity(String targetNamespace, String schemaLocation, String baseUri)
resolveEntity
in interface org.apache.ws.commons.schema.resolver.URIResolver
protected abstract InputStream resolveFragId(String fradId)
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.