jaxp/src/org/w3c/dom/Attr.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
--- a/jaxp/src/org/w3c/dom/Attr.java	Wed Jul 05 19:45:37 2017 +0200
+++ b/jaxp/src/org/w3c/dom/Attr.java	Thu Jun 19 15:35:10 2014 -0700
@@ -239,7 +239,7 @@
     /**
      * The <code>Element</code> node this attribute is attached to or
      * <code>null</code> if this attribute is not in use.
-     * @since DOM Level 2
+     * @since 1.4, DOM Level 2
      */
     public Element getOwnerElement();
 
@@ -249,7 +249,7 @@
      * after loading the document or invoking
      * <code>Document.normalizeDocument()</code>, <code>schemaTypeInfo</code>
      *  may not be reliable if the node was moved.
-     * @since DOM Level 3
+     * @since 1.5, DOM Level 3
      */
     public TypeInfo getSchemaTypeInfo();
 
@@ -297,7 +297,7 @@
      * reevaluated in accordance to the schema used. As a consequence, if
      * the <code>Attr.schemaTypeInfo</code> attribute contains an ID type,
      * <code>isId</code> will always return true.
-     * @since DOM Level 3
+     * @since 1.5, DOM Level 3
      */
     public boolean isId();