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 | Method and Description |
---|---|
HTMLCollection |
XMLDocument.jsxFunction_selectNodes(String expression)
Applies the specified xpath expression to this node's context and returns the generated list of matching nodes.
|
HTMLCollection |
XMLElement.jsxFunction_selectNodes(String expression)
Applies the specified xpath expression to this node's context and returns the generated list of matching nodes.
|
HTMLCollection |
Document.jsxGet_all()
Return the value of the "all" property.
|
HTMLCollection |
HTMLElement.jsxGet_all()
Return the value of the "all" property.
|
HTMLCollection |
HTMLFormElement.jsxGet_elements()
Return the value of the javascript attribute "elements".
|
HTMLCollection |
Window.jsxGet_frames()
Return the value of the frames property.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.