jaxp/src/org/w3c/dom/NamedNodeMap.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
--- a/jaxp/src/org/w3c/dom/NamedNodeMap.java	Wed Jul 05 19:45:37 2017 +0200
+++ b/jaxp/src/org/w3c/dom/NamedNodeMap.java	Thu Jun 19 15:35:10 2014 -0700
@@ -141,7 +141,7 @@
      *   NOT_SUPPORTED_ERR: May be raised if the implementation does not
      *   support the feature "XML" and the language exposed through the
      *   Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]).
-     * @since DOM Level 2
+     * @since 1.4, DOM Level 2
      */
     public Node getNamedItemNS(String namespaceURI,
                                String localName)
@@ -177,7 +177,7 @@
      *   <br>NOT_SUPPORTED_ERR: May be raised if the implementation does not
      *   support the feature "XML" and the language exposed through the
      *   Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]).
-     * @since DOM Level 2
+     * @since 1.4, DOM Level 2
      */
     public Node setNamedItemNS(Node arg)
                                throws DOMException;
@@ -203,7 +203,7 @@
      *   <br>NOT_SUPPORTED_ERR: May be raised if the implementation does not
      *   support the feature "XML" and the language exposed through the
      *   Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]).
-     * @since DOM Level 2
+     * @since 1.4, DOM Level 2
      */
     public Node removeNamedItemNS(String namespaceURI,
                                   String localName)