Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Constructor and Description |
---|
NamespaceCollection(HTMLDocument doc)
Creates a new namespace collection for the specified page.
|
Constructor and Description |
---|
StyleSheetList(HTMLDocument document)
Creates a new style sheet list owned by the specified document.
|
Modifier and Type | Method and Description |
---|---|
protected HTMLDocument |
DocumentFragment.getDocument()
Returns HTML document.
|
Constructor and Description |
---|
Range(HTMLDocument document)
Creates a new instance.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.