public interface URIResolverExtension
extends org.apache.xerces.xni.parser.XMLEntityResolver
Modifier and Type | Method and Description |
---|---|
String |
resolve(String baseLocation,
String publicId,
String systemId) |
default org.apache.xerces.xni.parser.XMLInputSource |
resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier resourceIdentifier) |
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.XMLEntityResolver
org.apache.xerces.xni.XNIException
IOException
Copyright © 2020. All rights reserved.