--- old/src/java.xml/share/classes/org/w3c/dom/Document.java 2017-05-16 15:12:46.391427710 -0700 +++ new/src/java.xml/share/classes/org/w3c/dom/Document.java 2017-05-16 15:12:46.315424393 -0700 @@ -353,37 +353,42 @@ * instantiate. * @return A new Element object with the following * attributes: - * + *
+ * + * * * * * + * + * * - * - * + * * * - * - * + * * * - * - * + * * * - * - * + * * * - * - * + * * + * *
Attributes of the {@code Element} object
AttributeValue
Node.nodeName + * Node.nodeName * qualifiedName
Node.namespaceURI + * Node.namespaceURI * namespaceURI
Node.prefixprefix, extracted + * Node.prefixprefix, extracted * from qualifiedName, or null if there is * no prefix
Node.localNamelocal name, extracted from + * Node.localNamelocal name, extracted from * qualifiedName
Element.tagName + * Element.tagName * qualifiedName
* @exception DOMException * INVALID_CHARACTER_ERR: Raised if the specified @@ -417,43 +422,48 @@ * @param qualifiedName The qualified name of the attribute to * instantiate. * @return A new Attr object with the following attributes: - * + *
+ * + * * * * * + * + * * - * - * + * + * * * - * - * + * * * - * - * * * - * - * + * * * - * - * + * * * - * - * + * * + * *
Attributes of the {@code Attr} object
* AttributeValue
Node.nodeNamequalifiedNameNode.nodeNamequalifiedName
+ * * Node.namespaceURInamespaceURInamespaceURI
+ * * Node.prefixprefix, extracted from + * prefix, extracted from * qualifiedName, or null if there is no * prefix
Node.localNamelocal name, extracted from + * Node.localNamelocal name, extracted from * qualifiedName
Attr.name + * Attr.name * qualifiedName
Node.nodeValuethe empty + * Node.nodeValuethe empty * string
* @exception DOMException * INVALID_CHARACTER_ERR: Raised if the specified