Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript |
Classes in this package are specific for the javascript engine - users of HtmlUnit shouldn't
need anything in this package.
|
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 |
HTMLCollection
An array of elements.
|
class |
HTMLOptionsCollection
This is the array returned by the "options" property of Select.
|
class |
NamedNodeMap
A collection of nodes that can be accessed by name.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleScriptable |
SimpleScriptable.getScriptableFor(Object object)
Return the javascript object that corresponds to the specified object.
|
SimpleScriptable |
SimpleScriptable.makeScriptableFor(DomNode domNode)
Builds a new the javascript object that corresponds to the specified object.
|
Constructor and Description |
---|
HTMLCollection(SimpleScriptable parentScope)
Create an instance
|
HTMLOptionsCollection(SimpleScriptable parentScope)
Creates an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveXObject
This is the host object that allows javascript to instantiate java objects via the ActiveXObject
constructor.
|
class |
Anchor
The javascript object that represents an anchor
|
class |
Attribute
A JavaScript object for an Attribute.
|
class |
BoxObject
A JavaScript object for a BoxObject.
|
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 |
DOMImplementation
A JavaScript object for DOMImplementation.
|
class |
DOMParser
A JavaScript object for DOMParser.
|
class |
Element
The javascript object "Element".
|
class |
Event
JavaScript object representing an event that is passed into event handlers when they are
invoked.
|
class |
FormField
Base class for all javascript object corresponding to form fields.
|
class |
FrameSet
Wrapper for the HTML element "frameset".
|
class |
History
A javascript object for a Screen
|
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 |
Location
A JavaScript object for a Location.
|
class |
MimeType
A javascript object for a document.navigator.mimeTypes elements
|
class |
MimeTypeArray
A javascript object for a document.navigator.plugins.
|
class |
MouseEvent
JavaScript object representing a Mouse Event.
|
class |
Navigator
A javascript object for a Navigator.
|
class |
Node
The javascript object "Node" which is the base class for all DOM
objects.
|
class |
Option
The javascript object that represents an option.
|
class |
Plugin
A javascript object for a document.navigator.plugins.
|
class |
PluginArray
A javascript object for a document.navigator.plugins.
|
class |
Popup
A JavaScript object for IE's Popu.
|
class |
Range
The javascript object that represents a Range.
|
class |
RowContainer
Superclass for all row-containing JavaScript host classes, including tables,
table headers, table bodies and table footers.
|
class |
Screen
A javascript object for a Screen.
|
class |
Script
The JavaScript object that represents a "script".
|
class |
SimpleArray
A javascript object for simple array allowing access per key and index (like
MimeTypeArray ). |
class |
Style
A JavaScript object for a Style.
|
class |
Stylesheet
A JavaScript object for a stylesheet.
|
class |
StyleSheetList
An ordered list of stylesheets, accessible via document.styleSheets, as specified by the
DOM
Level 2 Style spec and the Gecko
DOM Guide.
|
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 |
TextRectangle
Specifies a rectangle that contains a line of text in either an element or a TextRange object.
|
class |
UIEvent
JavaScript object representing a UI event.
|
class |
Window
A JavaScript object for a Window.
|
class |
XMLAttribute
A JavaScript object for an XML Attribute.
|
class |
XMLDocument
A JavaScript object for XMLDocument.
|
class |
XMLDOMParseError
A JavaScript object for XMLDOMParseError.
|
class |
XMLElement
A JavaScript object for XMLElement.
|
class |
XMLHttpRequest
A JavaScript object for a XMLHttpRequest.
|
class |
XMLSerializer
A JavaScript object for XMLSerializer.
|
class |
XPathNSResolver
A JavaScript object for XPathNSResolver.
|
class |
XPathResult
A JavaScript object for XPathResult.
|
class |
XSLTemplate
A JavaScript object for XSLTemplate.
|
class |
XSLTProcessor
A JavaScript object for XSLTProcessor.
|
Modifier and Type | Method and Description |
---|---|
SimpleScriptable |
Document.jsxGet_documentElement()
Get the JavaScript property "documentElement" for the document.
|
SimpleScriptable |
XMLDocument.jsxGet_documentElement()
Get the JavaScript property "documentElement" for the document.
|
SimpleScriptable |
Window.jsxGet_parent()
Return the value of the parent property
|
SimpleScriptable |
Window.jsxGet_top()
Return the value of the top property
|
SimpleScriptable |
XMLDocument.makeScriptableFor(DomNode domNode)
Builds a new the javascript object that corresponds to the specified object.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.