jaxp/src/org/w3c/dom/ls/LSParser.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
   164  * are expected to raise implementation specific errors and warnings for any
   164  * are expected to raise implementation specific errors and warnings for any
   165  * other error and warning cases such as IO errors (file not found,
   165  * other error and warning cases such as IO errors (file not found,
   166  * permission denied,...), XML well-formedness errors, and so on.
   166  * permission denied,...), XML well-formedness errors, and so on.
   167  * <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
   167  * <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
   168 and Save Specification</a>.
   168 and Save Specification</a>.
       
   169  *
       
   170  * @since 1.5
   169  */
   171  */
   170 public interface LSParser {
   172 public interface LSParser {
   171     /**
   173     /**
   172      *  The <code>DOMConfiguration</code> object used when parsing an input
   174      *  The <code>DOMConfiguration</code> object used when parsing an input
   173      * source. This <code>DOMConfiguration</code> is specific to the parse
   175      * source. This <code>DOMConfiguration</code> is specific to the parse