8037948: Improve documentation for org.w3c.dom package

Reviewed-by: lancea, henryjen, alanb
This commit is contained in:
Joe Wang 2014-06-30 14:09:56 -07:00
parent 7f84a862ef
commit fb7a37edd7
2 changed files with 4 additions and 7 deletions

View File

@ -57,7 +57,6 @@ import sun.reflect.misc.ReflectUtil;
* <p>The selection of CatalogParsers is made on the basis of the QName
* of the root element of the document.</p>
*
* <p>This class requires the <a href="http://java.sun.com/aboutJava/communityprocess/final/jsr005/index.html">Java API for XML Parsing</a>.</p>
*
* @see Catalog
* @see CatalogReader

View File

@ -3,12 +3,10 @@
<title>org.w3c.dom package</title>
</head>
<body bgcolor="white">
Provides the interfaces for the Document Object Model (DOM) which is a
component API of the <a href="http://java.sun.com/xml">Java API for XML
Processing</a>. The Document Object Model Level 2 Core API allows programs
to dynamically access and update the content and structure of documents.
See the <a href="http://www.w3.org/TR/DOM-Level-2-Core/">specification</a>
for more information.
Provides the interfaces for the Document Object Model (DOM). Supports the
<a href="http://www.w3.org/TR/DOM-Level-2-Core/">Document Object Model Level 2 Core APIi</a>,
<a href="http://www.w3.org/TR/DOM-Level-3-Core">Document Object Model (DOM) Level 3 Core</a>,
and <a href="http://www.w3.org/TR/DOM-Level-3-LS">Document Object Model (DOM) Level 3 Load and Save</a>.
@since 1.4
</body>