javax.xml.stream
public interface XMLResolver
Method Summary | |
---|---|
Object | resolveEntity(String publicID, String systemID, String baseURI, String namespace)
Returns an input source from which the specified external entity can be
read. |
java.io.InputStream
javax.xml.stream.XMLStreamReader
java.xml.stream.XMLEventReader
null
is returned, the processor will attempt to resolve
the entity itself.Parameters: publicID the public ID of the external entity systemID the system ID of the external entity baseURI the absolute base URI of the referring entity namespace the namespace of the external entity