public interface URIResolverExtension
extends org.apache.xerces.xni.parser.XMLEntityResolver
| Modifier and Type | Method and Description |
|---|---|
default String |
getName() |
String |
resolve(String baseLocation,
String publicId,
String systemId) |
default org.apache.xerces.xni.parser.XMLInputSource |
resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier resourceIdentifier) |
default String getName()
String resolve(String baseLocation, String publicId, String systemId)
baseLocation - - the location of the resource that contains the uripublicId - - an optional public identifier (i.e. namespace name), or
null if nonesystemId - - an absolute or relative URI, or null if nonedefault org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier resourceIdentifier)
throws org.apache.xerces.xni.XNIException,
IOException
resolveEntity in interface org.apache.xerces.xni.parser.XMLEntityResolverorg.apache.xerces.xni.XNIExceptionIOExceptionCopyright © 2020. All rights reserved.