jaxp/src/org/w3c/dom/DOMConfiguration.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
   381  * "resource-resolver" can also be used on <code>DOMConfiguration</code>
   381  * "resource-resolver" can also be used on <code>DOMConfiguration</code>
   382  * objects attached to <code>Document</code> nodes. If this parameter is
   382  * objects attached to <code>Document</code> nodes. If this parameter is
   383  * set, <code>Document.normalizeDocument()</code> will invoke the resource
   383  * set, <code>Document.normalizeDocument()</code> will invoke the resource
   384  * resolver instead of using <code>Document.documentURI</code>.
   384  * resolver instead of using <code>Document.documentURI</code>.
   385  * <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>.
   385  * <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>.
   386  * @since DOM Level 3
   386  * @since 1.5, DOM Level 3
   387  */
   387  */
   388 public interface DOMConfiguration {
   388 public interface DOMConfiguration {
   389     /**
   389     /**
   390      * Set the value of a parameter.
   390      * Set the value of a parameter.
   391      * @param name The name of the parameter to set.
   391      * @param name The name of the parameter to set.