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, javax.xml.stream.XMLStreamException
EntityResolver.resolveEntity(String, String)
for the contract.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.