API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax.ext. EntityResolver2 View Source
Author(s)
David Brownell
Since
SAX 2.0 (extensions 1.1 alpha)
Version
TBD
Serial
Hierarchy
 EntityResolver
      EntityResolver2
Subinterfaces
Description
public interface EntityResolver2
  Extended interface for mapping external entity references to input sources, or providing a missing external subset.
Methods
Hide/Show inherited methods
public InputSource getExternalSubset (String name, String baseURI) throws SAXException IOException
  Allows applications to provide an external subset for documents that don't explicitly define one.
public InputSource resolveEntity (String name, String publicId, String baseURI, String systemId) throws SAXException IOException
  Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar