author | ppunegov |
Sat, 19 Jul 2014 00:29:20 +0400 | |
changeset 25732 | e2c1d053a55f |
parent 25265 | 4122294d376a |
permissions | -rw-r--r-- |
6 | 1 |
<html> |
2 |
<head> |
|
3 |
<title>org.w3c.dom package</title> |
|
4 |
</head> |
|
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 | 10 |
|
25262 | 11 |
@since 1.4 |
6 | 12 |
</body> |
13 |
</html> |