public class URIResolverImpl
extends java.lang.Object
implements org.apache.ws.commons.schema.resolver.URIResolver
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.ClassLoader |
classLoader |
| Constructor and Description |
|---|
URIResolverImpl() |
URIResolverImpl(java.lang.ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.InputStream |
getInputStreamForURI(java.lang.String uri)
Gets input stream from the uri given.
|
protected boolean |
isAbsolute(java.lang.String location)
Checks to see if the location given is an absolute (actual) or relative path.
|
org.xml.sax.InputSource |
resolveEntity(java.lang.String namespace,
java.lang.String schemaLocation,
java.lang.String baseUri) |
public URIResolverImpl()
public URIResolverImpl(java.lang.ClassLoader cl)
public org.xml.sax.InputSource resolveEntity(java.lang.String namespace,
java.lang.String schemaLocation,
java.lang.String baseUri)
resolveEntity in interface org.apache.ws.commons.schema.resolver.URIResolverprotected boolean isAbsolute(java.lang.String location)
location - protected java.io.InputStream getInputStreamForURI(java.lang.String uri)
null is
returned.uri - Copyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.