jaxp/src/java.xml/share/classes/org/w3c/dom/package.html
changeset 38499 b488c0e9f2c9
parent 25868 686eef1e7a79
equal deleted inserted replaced
38498:26ed24fae223 38499:b488c0e9f2c9
     2 <head>
     2 <head>
     3 <title>org.w3c.dom package</title>
     3 <title>org.w3c.dom package</title>
     4 </head>
     4 </head>
     5 <body bgcolor="white">
     5 <body bgcolor="white">
     6 Provides the interfaces for the Document Object Model (DOM). Supports the
     6 Provides the interfaces for the Document Object Model (DOM). Supports the
     7 <a href="http://www.w3.org/TR/DOM-Level-2-Core/">Document Object Model Level 2 Core APIi</a>, 
     7 <a href="http://www.w3.org/TR/DOM-Level-2-Core/">Document Object Model (DOM) Level 2 Core Specification</a>, 
     8 <a href="http://www.w3.org/TR/DOM-Level-3-Core">Document Object Model (DOM) Level 3 Core</a>, 
     8 <a href="http://www.w3.org/TR/DOM-Level-3-Core">Document Object Model (DOM) Level 3 Core Specification</a>, 
     9 and <a href="http://www.w3.org/TR/DOM-Level-3-LS">Document Object Model (DOM) Level 3 Load and Save</a>.
     9 and <a href="http://www.w3.org/TR/DOM-Level-3-LS">Document Object Model (DOM) Level 3 Load and Save Specification</a>.
    10 
    10 
    11 @since 1.4
    11 @since 1.4
    12 </body>
    12 </body>
    13 </html>
    13 </html>