jaxp/src/org/w3c/dom/package.html
changeset 12457 c348e06f0e82
parent 6 7f561c08de6b
child 25262 1fe892ba017a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jaxp/src/org/w3c/dom/package.html	Thu Apr 12 08:38:26 2012 -0700
@@ -0,0 +1,15 @@
+<html>
+<head>
+<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.
+
+@since JDK1.4
+</body>
+</html>