jaxp/src/org/w3c/dom/package.html
author joehw
Thu, 12 Apr 2012 08:38:26 -0700
changeset 12457 c348e06f0e82
parent 6 jaxp/src/share/classes/org/w3c/dom/package.html@7f561c08de6b
child 25262 1fe892ba017a
permissions -rw-r--r--
7160496: Rename JDK8 JAXP source directory Summary: moving src/share/classes to src Reviewed-by: ohair
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
<html>
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
<head>
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
<title>org.w3c.dom package</title>
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
</head>
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
<body bgcolor="white">
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
Provides the interfaces for the Document Object Model (DOM) which is a
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
component API of the <a href="http://java.sun.com/xml">Java API for XML
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
Processing</a>.  The Document Object Model Level 2 Core API allows programs
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
to dynamically access and update the content and structure of documents.
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
See the <a href="http://www.w3.org/TR/DOM-Level-2-Core/">specification</a>
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
for more information.
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
@since JDK1.4
7f561c08de6b Initial load
duke
parents:
diff changeset
    14
</body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    15
</html>