jaxp/src/org/w3c/dom/ls/LSSerializer.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
   202  * are expected to raise implementation specific errors and warnings for any
   202  * are expected to raise implementation specific errors and warnings for any
   203  * other error and warning cases such as IO errors (file not found,
   203  * other error and warning cases such as IO errors (file not found,
   204  * permission denied,...) and so on.
   204  * permission denied,...) and so on.
   205  * <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
   205  * <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
   206 and Save Specification</a>.
   206 and Save Specification</a>.
       
   207  *
       
   208  * @since 1.5
   207  */
   209  */
   208 public interface LSSerializer {
   210 public interface LSSerializer {
   209     /**
   211     /**
   210      *  The <code>DOMConfiguration</code> object used by the
   212      *  The <code>DOMConfiguration</code> object used by the
   211      * <code>LSSerializer</code> when serializing a DOM node.
   213      * <code>LSSerializer</code> when serializing a DOM node.