Interface | Description |
---|---|
DisabledElement |
A marker interface for those classes that can be disabled.
|
DomChangeListener |
Implementations of this interface receive notifications of changes to the DOM structure.
|
HtmlAttributeChangeListener |
Implementations of this interface receive notifications of changes to the attribute
list on the HtmlElement.
|
HTMLParserListener |
Listener for messages from the html parser.
|
IElementFactory |
specification of a factory capable of creating HtmlElement objects.
|
SubmittableElement |
An element that can have it's values sent to the server during a form submit
|
Class | Description |
---|---|
BaseFrame |
Base class for frame and iframe.
|
ClickableElement |
Intermediate base class for "clickable" HTML elements.
|
DomCData |
Representation of a CDATA node in the Html DOM.
|
DomChangeEvent |
This is the event class for notifications about changes to the DOM structure.
|
DomCharacterData |
Wrapper for the DOM node CharacterData.
|
DomComment |
Wrapper for the DOM node Comment.
|
DomDocumentFragment |
A JavaScript object for DocumentFragment.
|
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.
|
HtmlAddress |
Wrapper for the html element "address".
|
HtmlAnchor |
Wrapper for the html element "a"
|
HtmlApplet |
Wrapper for the html element "applet".
|
HtmlArea |
Wrapper for the html element "area".
|
HtmlAttr |
An attribute of an element.
|
HtmlAttributeChangeEvent |
This is the event class for notifications about changes to the attributes of the
HtmlElement.
|
HtmlBase |
Wrapper for the html element "base".
|
HtmlBaseFont |
Wrapper for the html element "basefont".
|
HtmlBidirectionalOverride |
Wrapper for the html element "bdo".
|
HtmlBlockQuote |
Wrapper for the html element "blockquote".
|
HtmlBody |
Wrapper for the html element "body".
|
HtmlBreak |
Wrapper for the html element "br".
|
HtmlButton |
Wrapper for the html element "button"
|
HtmlButtonInput |
Wrapper for the HTML element "input" where type is "button".
|
HtmlCaption |
Wrapper for the html element "caption".
|
HtmlCenter |
Wrapper for the html element "center".
|
HtmlCheckBoxInput |
Wrapper for the html element "input"
|
HtmlDefinitionDescription |
Wrapper for the html element "dd".
|
HtmlDefinitionList |
Wrapper for the html element "dl".
|
HtmlDefinitionTerm |
Wrapper for the html element "dt".
|
HtmlDeletedText |
Wrapper for the html element "del".
|
HtmlDivision |
Wrapper for the html element "div".
|
HtmlElement |
An abstract wrapper for html elements
|
HtmlElement.MapEntryWrappingIterator | Deprecated
This class is no longer used since attributes are now represented by HtmlAttr.
|
HtmlFieldSet |
Wrapper for the html element "fieldset".
|
HtmlFileInput |
Wrapper for the HTML element "input".
|
HtmlFont |
Wrapper for the html element "font".
|
HtmlForm |
Wrapper for the html element "form"
|
HtmlFrame |
Wrapper for the html element "frame".
|
HtmlFrameSet |
Wrapper for the html element "frameset".
|
HtmlHead |
Wrapper for the html element "head".
|
HtmlHeader1 |
Wrapper for the html element "h1".
|
HtmlHeader2 |
Wrapper for the html element "h2".
|
HtmlHeader3 |
Wrapper for the html element "h3".
|
HtmlHeader4 |
Wrapper for the html element "h4".
|
HtmlHeader5 |
Wrapper for the html element "h5".
|
HtmlHeader6 |
Wrapper for the html element "h6".
|
HtmlHiddenInput |
Wrapper for the html element "input" of type "hidden".
|
HtmlHorizontalRule |
Wrapper for the html element "hr".
|
HtmlHtml |
A representation of an html element "html".
|
HtmlImage |
Wrapper for the html element "img".
|
HtmlImageInput |
Wrapper for the html element "input"
|
HtmlInlineFrame |
Wrapper for the HTML element "iframe".
|
HtmlInlineQuotation |
Wrapper for the html element "q".
|
HtmlInput |
Wrapper for the html element "input"
|
HtmlInsertedText |
Wrapper for the html element "ins".
|
HtmlIsIndex |
Wrapper for the html element "isindex".
|
HtmlLabel |
Wrapper for the html element "label".
|
HtmlLegend |
Wrapper for the html element "legend".
|
HtmlLink |
Wrapper for the html element "link".
|
HtmlListItem |
Wrapper for the html element "li".
|
HtmlMap |
Wrapper for the html element "map".
|
HtmlMenu |
Wrapper for the html element "menu".
|
HtmlMeta |
Wrapper for the HTML element "meta".
|
HtmlNoFrames |
Wrapper for the html element "noframes".
|
HtmlNoScript |
Wrapper for the html element "noscript".
|
HtmlObject |
Wrapper for the html element "object".
|
HtmlOption |
Wrapper for the html element "option"
|
HtmlOptionGroup |
Wrapper for the html element "optgroup".
|
HtmlOrderedList |
Wrapper for the html element "ol".
|
HtmlPage |
A representation of an HTML page returned from a server.
|
HtmlParagraph |
Wrapper for the html element "p".
|
HtmlParameter |
Wrapper for the html element "param".
|
HTMLParser |
SAX parser implementation that uses the neko
HTMLConfiguration
to parse HTML into a HtmlUnit-specific DOM (HU-DOM) tree. |
HtmlPasswordInput |
Wrapper for the html element "input"
|
HtmlPreformattedText |
Wrapper for the html element "pre".
|
HtmlRadioButtonInput |
Wrapper for the html element "input"
|
HtmlResetInput |
Wrapper for the html element "input"
|
HtmlScript |
Wrapper for the html element "script".
When a script tag references an external script (with attribute src) it gets executed when the node is added to the DOM tree. |
HtmlSelect |
Wrapper for the HTML element "select".
|
HtmlSpan |
Wrapper for the html element "span".
|
HtmlStyle |
Wrapper for the html element "style".
|
HtmlSubmitInput |
Wrapper for the HTML element "input".
|
HtmlTable |
Wrapper for the HTML element "table".
|
HtmlTableBody |
Wrapper for the html element "tbody".
|
HtmlTableCell |
An abstract cell that provides the implementation for HtmlTableDataCell and
HtmlTableHeaderCell.
|
HtmlTableColumn |
Wrapper for the html element "col".
|
HtmlTableColumnGroup |
Wrapper for the html element "colgroup".
|
HtmlTableDataCell |
Wrapper for the html element "td"
|
HtmlTableFooter |
Wrapper for the html element "tfoot".
|
HtmlTableHeader |
Wrapper for the html element "thead".
|
HtmlTableHeaderCell |
Wrapper for the html "th" tag
|
HtmlTableRow |
Wrapper for the html element "tr"
|
HtmlTextArea |
Wrapper for the html element "textarea"
|
HtmlTextDirection |
Wrapper for the html element "dir".
|
HtmlTextInput |
Wrapper for the html element "input".
|
HtmlTitle |
Wrapper for the html element "title".
|
HtmlUnorderedList |
Wrapper for the html element "ul".
|
InputElementFactory |
A specialized creator that knows how to create input objects
|
StyledElement |
Intermediate base class for "styled" HTML elements.
|
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
|
UnknownHtmlElement |
An element that is returned for an html tag that is not supported by this
framework.
|
Util |
Provides some utilities for working on the Html document.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.