jaxp/src/share/classes/org/w3c/dom/package.html
author tonyp
Wed, 19 Aug 2009 12:53:25 -0400
changeset 3691 c84b8483cd2c
parent 6 7f561c08de6b
permissions -rw-r--r--
6871111: G1: remove the concurrent overhead tracker Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker). Reviewed-by: iveresov, johnc
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>