public interface XMLEntityResolver
null so that the
 parser will try to resolve the entity using a default mechanism.XMLParserConfiguration| Modifier and Type | Method and Description | 
|---|---|
| XMLInputSource | resolveEntity(XMLResourceIdentifier resourceIdentifier)Resolves an external parsed entity. | 
XMLInputSource resolveEntity(XMLResourceIdentifier resourceIdentifier) throws XNIException, java.io.IOException
resourceIdentifier - location of the XML resource to resolveXNIException - Thrown on general error.java.io.IOException - Thrown if resolved entity stream cannot be
                      opened or some other i/o error occurs.XMLResourceIdentifierCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.