jaxp/src/org/w3c/dom/ls/LSInput.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    80  * <p> <code>LSInput</code> objects belong to the application. The DOM
    80  * <p> <code>LSInput</code> objects belong to the application. The DOM
    81  * implementation will never modify them (though it may make copies and
    81  * implementation will never modify them (though it may make copies and
    82  * modify the copies, if necessary).
    82  * modify the copies, if necessary).
    83  * <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
    83  * <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
    84 and Save Specification</a>.
    84 and Save Specification</a>.
       
    85  *
       
    86  * @since 1.5
    85  */
    87  */
    86 public interface LSInput {
    88 public interface LSInput {
    87     /**
    89     /**
    88      *  An attribute of a language and binding dependent type that represents
    90      *  An attribute of a language and binding dependent type that represents
    89      * a stream of 16-bit units. The application must encode the stream
    91      * a stream of 16-bit units. The application must encode the stream