|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |