jaxp/src/org/w3c/dom/package.html
author henryjen
Thu, 19 Jun 2014 15:35:10 -0700
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
child 25265 4122294d376a
permissions -rw-r--r--
8047723: @since tag cleanup in jaxp Reviewed-by: joehw
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
25262
1fe892ba017a 8047723: @since tag cleanup in jaxp
henryjen
parents: 12457
diff changeset
    13
@since 1.4
6
7f561c08de6b Initial load
duke
parents:
diff changeset
    14
</body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    15
</html>