| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit |
Framework classes
|
| com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
| com.gargoylesoftware.htmlunit.html.xpath |
Jaxen XPath adapter implementation for the Htmlunit DOM
|
| 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.
|
| com.gargoylesoftware.htmlunit.xml |
Classes specific to xml pages
|
| Class and Description |
|---|
| DomDocumentFragment
A JavaScript object for DocumentFragment.
|
| DomNode
Base class for nodes in the HTML DOM tree.
|
| FrameWindow
The web window for a frame or iframe.
|
| HtmlElement
An abstract wrapper for html elements
|
| HtmlPage
A representation of an HTML page returned from a server.
|
| HTMLParserListener
Listener for messages from the html parser.
|
| Class and Description |
|---|
| BaseFrame
Base class for frame and iframe.
|
| ClickableElement
Intermediate base class for "clickable" HTML elements.
|
| DisabledElement
A marker interface for those classes that can be disabled.
|
| DomChangeEvent
This is the event class for notifications about changes to the DOM structure.
|
| DomChangeListener
Implementations of this interface receive notifications of changes to the DOM structure.
|
| DomCharacterData
Wrapper for the DOM node CharacterData.
|
| DomElement |
| DomNamespaceNode
Intermediate base class for DOM Nodes that have namespaces.
|
| DomNode
Base class for nodes in the HTML DOM tree.
|
| DomText
representation of a text node in the Html DOM
|
| FocusableElement
Deprecated.
As of 1.14, please use
ClickableElement instead. |
| FrameWindow
The web window for a frame or iframe.
|
| HtmlAnchor
Wrapper for the html element "a"
|
| HtmlAttributeChangeEvent
This is the event class for notifications about changes to the attributes of the
HtmlElement.
|
| HtmlAttributeChangeListener
Implementations of this interface receive notifications of changes to the attribute
list on the HtmlElement.
|
| HtmlButton
Wrapper for the html element "button"
|
| HtmlElement
An abstract wrapper for html elements
|
| HtmlForm
Wrapper for the html element "form"
|
| HtmlInput
Wrapper for the html element "input"
|
| HtmlOption
Wrapper for the html element "option"
|
| HtmlPage
A representation of an HTML page returned from a server.
|
| HTMLParserListener
Listener for messages from the html parser.
|
| HtmlRadioButtonInput
Wrapper for the html element "input"
|
| HtmlSelect
Wrapper for the HTML element "select".
|
| HtmlTable
Wrapper for the HTML element "table".
|
| HtmlTableCell
An abstract cell that provides the implementation for HtmlTableDataCell and
HtmlTableHeaderCell.
|
| HtmlTableFooter
Wrapper for the html element "tfoot".
|
| HtmlTableHeader
Wrapper for the html element "thead".
|
| HtmlTableRow
Wrapper for the html element "tr"
|
| HtmlTableRow.CellIterator
an Iterator over the HtmlTableCells contained in this row.
|
| HtmlTextArea
Wrapper for the html element "textarea"
|
| IElementFactory
specification of a factory capable of creating HtmlElement objects.
|
| InputElementFactory
A specialized creator that knows how to create input objects
|
| StyledElement
Intermediate base class for "styled" HTML elements.
|
| SubmittableElement
An element that can have it's values sent to the server during a form submit
|
| TableRowGroup
Wrapper for the html element "tfoot".
|
| UnknownElementFactory
a factory for elements encountered in parsing the input which are not represented
by dedicated element classes
|
| Class and Description |
|---|
| DomNode
Base class for nodes in the HTML DOM tree.
|
| Class and Description |
|---|
| DomNode
Base class for nodes in the HTML DOM tree.
|
| HtmlElement
An abstract wrapper for html elements
|
| HtmlPage
A representation of an HTML page returned from a server.
|
| HtmlSelect
Wrapper for the HTML element "select".
|
| Class and Description |
|---|
| DomNode
Base class for nodes in the HTML DOM tree.
|
| HtmlElement
An abstract wrapper for html elements
|
| HtmlInput
Wrapper for the html element "input"
|
| HtmlOption
Wrapper for the html element "option"
|
| HtmlPage
A representation of an HTML page returned from a server.
|
| Class and Description |
|---|
| DomNamespaceNode
Intermediate base class for DOM Nodes that have namespaces.
|
| DomNode
Base class for nodes in the HTML DOM tree.
|
| HtmlElement
An abstract wrapper for html elements
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.