Uses of Interface
org.w3c.dom.html.HTMLDocument

Packages that use HTMLDocument
org.apache.html.dom   
org.w3c.dom.html   
 

Uses of HTMLDocument in org.apache.html.dom
 

Classes in org.apache.html.dom that implement HTMLDocument
 class HTMLDocumentImpl
          Implements an HTML document.
 

Methods in org.apache.html.dom that return HTMLDocument
 HTMLDocument HTMLBuilder.getHTMLDocument()
           
 HTMLDocument HTMLDOMImplementationImpl.createHTMLDocument(java.lang.String title)
          Create a new HTML document of the specified TITLE text.
 

Uses of HTMLDocument in org.w3c.dom.html
 

Methods in org.w3c.dom.html that return HTMLDocument
 HTMLDocument HTMLDOMImplementation.createHTMLDocument(java.lang.String title)
          Creates an HTMLDocument object with the minimal tree made of the following elements: HTML , HEAD , TITLE , and BODY .
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.