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, IOException
resourceIdentifier
- location of the XML resource to resolveXNIException
- Thrown on general error.IOException
- Thrown if resolved entity stream cannot be
opened or some other i/o error occurs.XMLResourceIdentifier
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.