jaxp/src/share/classes/org/w3c/dom/package.html
changeset 6 7f561c08de6b
equal deleted inserted replaced
0:fd16c54261b3 6:7f561c08de6b
       
     1 <html>
       
     2 <head>
       
     3 <title>org.w3c.dom package</title>
       
     4 </head>
       
     5 <body bgcolor="white">
       
     6 Provides the interfaces for the Document Object Model (DOM) which is a
       
     7 component API of the <a href="http://java.sun.com/xml">Java API for XML
       
     8 Processing</a>.  The Document Object Model Level 2 Core API allows programs
       
     9 to dynamically access and update the content and structure of documents.
       
    10 See the <a href="http://www.w3.org/TR/DOM-Level-2-Core/">specification</a>
       
    11 for more information.
       
    12 
       
    13 @since JDK1.4
       
    14 </body>
       
    15 </html>