public class LSPXMLEntityResolver extends Object implements org.apache.xerces.xni.parser.XMLEntityResolver
XMLEntityResolver used when XML, XSD, DTD is validated and declared
some external resources (with DOCTYPE, xsi:schemaLocation, etc).
This resolver catches the CacheResourceException to collect all
futures which loads the external resources.| Constructor and Description |
|---|
LSPXMLEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver entityResolver,
DiagnosticsResult diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xerces.xni.parser.XMLInputSource |
resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier resourceIdentifier) |
public LSPXMLEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver entityResolver,
DiagnosticsResult diagnostics)
public 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 © 2024. All rights reserved.