jaxp/src/org/w3c/dom/ls/LSResourceResolver.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    61  * use URNs.
    61  * use URNs.
    62  * <p ><b>Note:</b>  <code>LSResourceResolver</code> is based on the SAX2 [<a href='http://www.saxproject.org/'>SAX</a>] <code>EntityResolver</code>
    62  * <p ><b>Note:</b>  <code>LSResourceResolver</code> is based on the SAX2 [<a href='http://www.saxproject.org/'>SAX</a>] <code>EntityResolver</code>
    63  * interface.
    63  * interface.
    64  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
    64  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
    65 and Save Specification</a>.
    65 and Save Specification</a>.
       
    66  *
       
    67  * @since 1.5
    66  */
    68  */
    67 public interface LSResourceResolver {
    69 public interface LSResourceResolver {
    68     /**
    70     /**
    69      *  Allow the application to resolve external resources.
    71      *  Allow the application to resolve external resources.
    70      * <br> The <code>LSParser</code> will call this method before opening any
    72      * <br> The <code>LSParser</code> will call this method before opening any