jaxp/src/org/w3c/dom/DOMImplementationSource.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    47  * in <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMFeatures'>DOM
    47  * in <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMFeatures'>DOM
    48  * Features</a>. Each implemented <code>DOMImplementationSource</code> object is
    48  * Features</a>. Each implemented <code>DOMImplementationSource</code> object is
    49  * listed in the binding-specific list of available sources so that its
    49  * listed in the binding-specific list of available sources so that its
    50  * <code>DOMImplementation</code> objects are made available.
    50  * <code>DOMImplementation</code> objects are made available.
    51  * <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>.
    51  * <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>.
    52  * @since DOM Level 3
    52  * @since 1.5, DOM Level 3
    53  */
    53  */
    54 public interface DOMImplementationSource {
    54 public interface DOMImplementationSource {
    55     /**
    55     /**
    56      *  A method to request the first DOM implementation that supports the
    56      *  A method to request the first DOM implementation that supports the
    57      * specified features.
    57      * specified features.