Resolve an external entity.
Always return null, so that the parser will use the system
identifier provided in the XML document. This method implements
the SAX default behaviour: application writers can override it
in a subclass to do special translations such as catalog lookups
or URI redirection.
Returns:
The new input source, or null to require the
default behaviour.
Parameters:
-
publicId - The public identifer, or null if none is
available.
-
systemId - The system identifier provided in the XML
document.
Throws:
-
org.xml.sax.SAXException - Any SAX exception, possibly
wrapping another exception.
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
,