Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various javascript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLDocument
A JavaScript object for XMLDocument.
|
Modifier and Type | Method and Description |
---|---|
Document |
DOMParser.jsxFunction_parseFromString(String str,
String contentType)
The string passed in is parsed into a DOM document.
|
Document |
HTMLFrameElement.jsxGet_contentDocument()
Returns the document the frame contains, if any
|
Document |
Window.jsxGet_document()
Return the javascript property "document"
|
Constructor and Description |
---|
StyleSheetList(Document document)
Creates a new style sheet list owned by the specified document.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.