javax.xml.stream
public interface XMLResolver
Object resolveEntity(String publicID, String systemID, String baseURI, String namespace) throws XMLStreamException
java.io.InputStream
javax.xml.stream.XMLStreamReader
java.xml.stream.XMLEventReader
null
is returned, the processor will attempt to resolve
the entity itself.publicID
- the public ID of the external entitysystemID
- the system ID of the external entitybaseURI
- the absolute base URI of the referring entitynamespace
- the namespace of the external entityXMLStreamException