Uses of Class
org.htmlunit.javascript.host.dom.Document
-
Packages that use Document Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.css Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.xml Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of Document in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type Document Modifier and Type Method Description void
DomNamespaceNode. processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Lifecycle method to support special processing for js method importNode.void
DomNode. processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Lifecycle method to support special processing for js method importNode.void
HtmlImage. processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Lifecycle method to support special processing for js method importNode.void
HtmlScript. processImportNode(Document doc)
-
Uses of Document in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as Document Modifier and Type Field Description private Document
Window. document_
Methods in org.htmlunit.javascript.host that return Document Modifier and Type Method Description Document
Window. getDocument()
Returns the window's current document. -
Uses of Document in org.htmlunit.javascript.host.css
Constructors in org.htmlunit.javascript.host.css with parameters of type Document Constructor Description StyleSheetList(Document document)
Creates a new style sheet list owned by the specified document. -
Uses of Document in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return Document Modifier and Type Method Description Document
DOMParser. parseFromString(java.lang.String str, java.lang.Object type)
Parses the given Unicode string into a DOM document.static Document
DOMParser. parseFromString(HtmlUnitScriptable scriptable, java.lang.String str, java.lang.Object type)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Parses the given Unicode string into a DOM document.Constructors in org.htmlunit.javascript.host.dom with parameters of type Document Constructor Description Range(Document document)
Creates a new instance. -
Uses of Document in org.htmlunit.javascript.host.html
Subclasses of Document in org.htmlunit.javascript.host.html Modifier and Type Class Description class
HTMLDocument
A JavaScript object forHTMLDocument
.Methods in org.htmlunit.javascript.host.html that return Document Modifier and Type Method Description Document
DocumentProxy. getDelegee()
-
Uses of Document in org.htmlunit.javascript.host.xml
Subclasses of Document in org.htmlunit.javascript.host.xml Modifier and Type Class Description class
XMLDocument
A JavaScript object forXMLDocument
.
-