public interface XMLEntityResolver
XMLStreamReader
.
This is kinda like EntityResolver
but works
at the XML infoset level.Modifier and Type | Interface and Description |
---|---|
static class |
XMLEntityResolver.Parser |
Modifier and Type | Method and Description |
---|---|
XMLEntityResolver.Parser |
resolveEntity(String publicId,
String systemId)
See
EntityResolver.resolveEntity(String, String) for the contract. |
XMLEntityResolver.Parser resolveEntity(String publicId, String systemId) throws SAXException, IOException, XMLStreamException
EntityResolver.resolveEntity(String, String)
for the contract.Copyright © 2015 Oracle Corporation. All rights reserved.