jaxp/src/org/xml/sax/EntityResolver.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    83  *
    83  *
    84  * <p>The application can also use this interface to redirect system
    84  * <p>The application can also use this interface to redirect system
    85  * identifiers to local URIs or to look up replacements in a catalog
    85  * identifiers to local URIs or to look up replacements in a catalog
    86  * (possibly by using the public identifier).</p>
    86  * (possibly by using the public identifier).</p>
    87  *
    87  *
    88  * @since SAX 1.0
    88  * @since 1.4, SAX 1.0
    89  * @author David Megginson
    89  * @author David Megginson
    90  * @see org.xml.sax.XMLReader#setEntityResolver
    90  * @see org.xml.sax.XMLReader#setEntityResolver
    91  * @see org.xml.sax.InputSource
    91  * @see org.xml.sax.InputSource
    92  */
    92  */
    93 public interface EntityResolver {
    93 public interface EntityResolver {