null
so that the
parser will try to resolve the entity using a default mechanism.
XMLParserConfiguration
Modifier and Type | Method and Description |
---|---|
public XMLInputSource | resolveEntity(XMLResourceIdentifier
location of the XML resource to resolve resourceIdentifier)Resolves an external parsed entity. |
resolveEntity | back to summary |
---|---|
public XMLInputSource resolveEntity(XMLResourceIdentifier resourceIdentifier) throws XNIException, IOException Resolves an external parsed entity. If the entity cannot be resolved, this method should return null.
|