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 |
Anchor
The javascript object that represents an anchor
|
class |
Button
The javascript object that represents a button (<button type=...>)
|
class |
CharacterDataImpl
A javascript object for CharacterData.
|
class |
Document
A JavaScript object for a Document.
|
class |
DocumentFragment
A JavaScript object for DocumentFragment.
|
class |
Element
The javascript object "Element".
|
class |
FormField
Base class for all javascript object corresponding to form fields.
|
class |
FrameSet
Wrapper for the HTML element "frameset".
|
class |
HTMLElement
The javascript object "HTMLElement" which is the base class for all HTML
objects.
|
class |
HTMLFormElement
A JavaScript object for a Form.
|
class |
HTMLFrameElement
A JavaScript object for a
HtmlFrame and HtmlInlineFrame . |
class |
HTMLInputElement
The javascript object for form input elements (html tag <input ...>).
|
class |
HTMLSelectElement
The javascript object for
HtmlSelect . |
class |
HTMLTextAreaElement
The javascript object that represents a textarea
|
class |
Image
The javascript object that represents an "Image"
|
class |
Label
A JavaScript object for a Label.
|
class |
Option
The javascript object that represents an option.
|
class |
RowContainer
Superclass for all row-containing JavaScript host classes, including tables,
table headers, table bodies and table footers.
|
class |
Script
The JavaScript object that represents a "script".
|
class |
Table
A JavaScript object representing a Table.
|
class |
TableBody
A JavaScript object representing a table body.
|
class |
TableCell
The JavaScript object representing a TD or TH.
|
class |
TableFooter
A JavaScript object representing a table footer.
|
class |
TableHeader
A JavaScript object representing a table header.
|
class |
TableRow
A JavaScript object representing a TR.
|
class |
TextImpl
A javascript object for Text.
|
class |
XMLDocument
A JavaScript object for XMLDocument.
|
class |
XMLElement
A JavaScript object for XMLElement.
|
Modifier and Type | Method and Description |
---|---|
Node |
XPathResult.jsxFunction_snapshotItem(int index)
Returns the indexth item in the snapshot collection.
|
Node |
XSLTProcessor.jsxGet_input()
Returns which XML input tree to transform.
|
Node |
XPathResult.jsxGet_singleNodeValue()
The value of this single node result, which may be null.
|
Node |
XSLTemplate.jsxGet_stylesheet()
Returns the Extensible Stylesheet Language (XSL) style sheet to compile into an XSL template.
|
Modifier and Type | Method and Description |
---|---|
protected List |
Range.getAncestorsAndSelf(Node node)
Gets the ancestors of the node
|
XPathNSResolver |
Document.jsxFunction_createNSResolver(Node nodeResolver)
Adapts any DOM node to resolve namespaces so that an XPath expression
can be easily evaluated relative to the context of the node where it appeared within the document.
|
XPathResult |
Document.jsxFunction_evaluate(String expression,
Node contextNode,
Object resolver,
int type,
Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.
|
Object |
Window.jsxFunction_getComputedStyle(Node element,
String pseudoElt)
Returns computed style of the element.
|
void |
XSLTProcessor.jsxFunction_importStylesheet(Node style)
Import the stylesheet into this XSLTProcessor for transformations.
|
void |
Range.jsxFunction_selectNode(Node refNode)
Select a node and its contents
|
void |
Range.jsxFunction_selectNodeContents(Node refNode)
Select the contents within a node
|
String |
XMLSerializer.jsxFunction_serializeToString(Node root)
The subtree rooted by the specified element is serialized to a string.
|
void |
Range.jsxFunction_setEnd(Node refNode,
int offset)
Sets the attributes describing the end of a Range.
|
void |
Range.jsxFunction_setEndAfter(Node refNode)
Sets the end of the range to be after the node
|
void |
Range.jsxFunction_setEndBefore(Node refNode)
Sets the end of the range to be before the node
|
void |
Range.jsxFunction_setStart(Node refNode,
int offset)
Sets the attributes describing the start of a Range.
|
void |
Range.jsxFunction_setStartAfter(Node refNode)
Sets the start of the range to be after the node
|
void |
Range.jsxFunction_setStartBefore(Node refNode)
Sets the start of the range to be before the node
|
XMLDocument |
XSLTProcessor.jsxFunction_transformToDocument(Node source)
Transforms the node source applying the stylesheet given by the importStylesheet() function.
|
DocumentFragment |
XSLTProcessor.jsxFunction_transformToFragment(Node source,
Object output)
Transforms the node source applying the stylesheet given by the importStylesheet() function.
|
void |
XSLTProcessor.jsxSet_input(Node input)
Specifies which XML input tree to transform.
|
void |
XSLTemplate.jsxSet_stylesheet(Node node)
Sets the Extensible Stylesheet Language (XSL) style sheet to compile into an XSL template.
|
void |
XPathNSResolver.setElement(Node element)
Sets the element to start lookup from.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.