src/org/w3c/dom/DOMConfiguration.java

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

*** 381,391 **** * "resource-resolver" can also be used on <code>DOMConfiguration</code> * objects attached to <code>Document</code> nodes. If this parameter is * set, <code>Document.normalizeDocument()</code> will invoke the resource * resolver instead of using <code>Document.documentURI</code>. * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>. ! * @since DOM Level 3 */ public interface DOMConfiguration { /** * Set the value of a parameter. * @param name The name of the parameter to set. --- 381,391 ---- * "resource-resolver" can also be used on <code>DOMConfiguration</code> * objects attached to <code>Document</code> nodes. If this parameter is * set, <code>Document.normalizeDocument()</code> will invoke the resource * resolver instead of using <code>Document.documentURI</code>. * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>. ! * @since 1.5, DOM Level 3 */ public interface DOMConfiguration { /** * Set the value of a parameter. * @param name The name of the parameter to set.