jaxp/src/java.xml/share/classes/org/w3c/dom/package.html
author coleenp
Thu, 30 Oct 2014 18:38:42 -0400
changeset 27461 90e9e0f9c0c5
parent 25868 686eef1e7a79
child 38499 b488c0e9f2c9
permissions -rw-r--r--
8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop Summary: Stop allocating compiler profiling metadata when metaspace is full. Reviewed-by: kvn, anoll
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">
25265
4122294d376a 8037948: Improve documentation for org.w3c.dom package
joehw
parents: 25262
diff changeset
     6
Provides the interfaces for the Document Object Model (DOM). Supports the
4122294d376a 8037948: Improve documentation for org.w3c.dom package
joehw
parents: 25262
diff changeset
     7
<a href="http://www.w3.org/TR/DOM-Level-2-Core/">Document Object Model Level 2 Core APIi</a>, 
4122294d376a 8037948: Improve documentation for org.w3c.dom package
joehw
parents: 25262
diff changeset
     8
<a href="http://www.w3.org/TR/DOM-Level-3-Core">Document Object Model (DOM) Level 3 Core</a>, 
4122294d376a 8037948: Improve documentation for org.w3c.dom package
joehw
parents: 25262
diff changeset
     9
and <a href="http://www.w3.org/TR/DOM-Level-3-LS">Document Object Model (DOM) Level 3 Load and Save</a>.
6
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
25262
1fe892ba017a 8047723: @since tag cleanup in jaxp
henryjen
parents: 12457
diff changeset
    11
@since 1.4
6
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
</body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
</html>