jaxp/src/org/w3c/dom/ls/DOMImplementationLS.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    55  * , by using the method <code>DOMImplementation.getFeature</code> with
    55  * , by using the method <code>DOMImplementation.getFeature</code> with
    56  * parameter values <code>"LS"</code> (or <code>"LS-Async"</code>) and
    56  * parameter values <code>"LS"</code> (or <code>"LS-Async"</code>) and
    57  * <code>"3.0"</code> (respectively).
    57  * <code>"3.0"</code> (respectively).
    58  * <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
    58  * <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
    59 and Save Specification</a>.
    59 and Save Specification</a>.
       
    60  *
       
    61  * @since 1.5
    60  */
    62  */
    61 public interface DOMImplementationLS {
    63 public interface DOMImplementationLS {
    62     // DOMImplementationLSMode
    64     // DOMImplementationLSMode
    63     /**
    65     /**
    64      * Create a synchronous <code>LSParser</code>.
    66      * Create a synchronous <code>LSParser</code>.