src/org/w3c/dom/ls/DOMImplementationLS.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 55,64 **** --- 55,66 ---- * , by using the method <code>DOMImplementation.getFeature</code> with * parameter values <code>"LS"</code> (or <code>"LS-Async"</code>) and * <code>"3.0"</code> (respectively). * <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 and Save Specification</a>. + * + * @since 1.5 */ public interface DOMImplementationLS { // DOMImplementationLSMode /** * Create a synchronous <code>LSParser</code>.