Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.html.HTMLElement

Packages that use HTMLElement
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.javascript.host.css Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of HTMLElement in com.gargoylesoftware.htmlunit.javascript.host
 

Subclasses of HTMLElement in com.gargoylesoftware.htmlunit.javascript.host
 class FormChild
          Base class for elements which have a parent form.
 class FormField
          Base class for all JavaScript object corresponding to form fields.
 class RowContainer
          Superclass for all row-containing JavaScript host classes, including tables, table headers, table bodies and table footers.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host that return HTMLElement
 HTMLElement BoxObject.getElement()
          Returns the element to which this box object corresponds.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host with parameters of type HTMLElement
 BoxObject Document.getBoxObjectFor(HTMLElement element)
          Returns the BoxObject for the specific element.
 void TextRange.moveToElementText(HTMLElement element)
          Moves the text range so that the start and end positions of the range encompass the text in the specified element.
 

Constructors in com.gargoylesoftware.htmlunit.javascript.host with parameters of type HTMLElement
BoxObject(HTMLElement element)
          Creates a new instance.
TextRange(HTMLElement elt)
          Constructs a text range around the provided element.
 

Uses of HTMLElement in com.gargoylesoftware.htmlunit.javascript.host.css
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.css that return HTMLElement
 HTMLElement CSSStyleSheet.getOwnerNode()
          For Firefox.
 HTMLElement CSSStyleSheet.getOwningElement()
          For Internet Explorer.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.css with parameters of type HTMLElement
static CSSStyleSheet CSSStyleSheet.loadStylesheet(Window window, HTMLElement element, HtmlLink link, String url)
          Loads the stylesheet at the specified link or href.
 

Constructors in com.gargoylesoftware.htmlunit.javascript.host.css with parameters of type HTMLElement
CSSStyleSheet(HTMLElement element, org.w3c.dom.css.CSSStyleSheet wrapped, String uri)
          Creates a new stylesheet representing the specified CSS stylesheet.
CSSStyleSheet(HTMLElement element, org.w3c.css.sac.InputSource source, String uri)
          Creates a new stylesheet representing the CSS stylesheet for the specified input source.
 

Uses of HTMLElement in com.gargoylesoftware.htmlunit.javascript.host.html
 

Subclasses of HTMLElement in com.gargoylesoftware.htmlunit.javascript.host.html
 class HTMLAnchorElement
          The JavaScript object that represents an anchor.
 class HTMLAppletElement
          The JavaScript object "HTMLAppletElement".
 class HTMLAreaElement
          The JavaScript object "HTMLAreaElement".
 class HTMLAudioElement
          The JavaScript object "HTMLAudioElement".
 class HTMLBaseElement
          The JavaScript object "HTMLBaseElement".
 class HTMLBaseFontElement
          The JavaScript object "HTMLBaseFontElement".
 class HTMLBGSoundElement
          The JavaScript object "HTMLBGSoundElement".
 class HTMLBlockElement
          The JavaScript object "HTMLBlockElement".
 class HTMLBlockQuoteElement
          The JavaScript object "HtmlBlockQuote".
 class HTMLBodyElement
          The JavaScript object "HTMLBodyElement".
 class HTMLBRElement
          The JavaScript object "HTMLBRElement".
 class HTMLButtonElement
          The JavaScript object that represents a HtmlButton (<button type=...>).
 class HTMLCanvasElement
          A JavaScript object for HtmlCanvas.
 class HTMLDataListElement
          The JavaScript object "HTMLDataListElement".
 class HTMLDefinitionDescriptionElement
          The JavaScript object "HTMLDefinitionDescriptionElement".
 class HTMLDefinitionTermElement
          The JavaScript object "HTMLDefinitionTermElement".
 class HTMLDirectoryElement
          The JavaScript object "HTMLDirectoryElement".
 class HTMLDivElement
          The JavaScript object "HTMLDivElement".
 class HTMLDListElement
          The JavaScript object "HTMLDListElement".
 class HTMLEmbedElement
          A JavaScript object for HtmlEmbed.
 class HTMLFieldSetElement
          The JavaScript object "HTMLFieldSetElement".
 class HTMLFontElement
          The JavaScript object "HTMLFontElement".
 class HTMLFormElement
          A JavaScript object for a Form.
 class HTMLFrameElement
          A JavaScript object for a HtmlFrame.
 class HTMLFrameSetElement
          Wrapper for the HTML element "frameset".
 class HTMLHeadElement
          The JavaScript object "HTMLHeadElement".
 class HTMLHeadingElement
          The JavaScript object "HTMLHeadingElement".
 class HTMLHRElement
          The JavaScript object "HTMLHRElement".
 class HTMLHtmlElement
          The JavaScript object "HTMLHtmlElement".
 class HTMLIFrameElement
          A JavaScript object for HtmlInlineFrame.
 class HTMLImageElement
          The JavaScript object that represents an "Image".
 class HTMLInlineQuotationElement
          The JavaScript object "HtmlInlineQuotation".
 class HTMLInputElement
          The JavaScript object for form input elements (html tag <input ...>).
 class HTMLIsIndexElement
          The JavaScript object "HTMLIsIndexElement".
 class HTMLKeygenElement
          The JavaScript object "HTMLSpanElement".
 class HTMLLabelElement
          A JavaScript object for a Label.
 class HTMLLegendElement
          The JavaScript object "HTMLLegendElement".
 class HTMLLIElement
          The JavaScript object "HTMLLIElement".
 class HTMLLinkElement
          The JavaScript object "HTMLLinkElement".
 class HTMLListElement
          Base class for list-type elements (ul, ol, dir, etc).
 class HTMLMapElement
          The JavaScript object "HTMLMapElement".
 class HTMLMarqueeElement
          The JavaScript object "HTMLMarqueeElement".
 class HTMLMediaElement
          The JavaScript object "HTMLMediaElement".
 class HTMLMenuElement
          The JavaScript object "HTMLMenuElement".
 class HTMLMetaElement
          The JavaScript object "HTMLMetaElement".
 class HTMLMeterElement
          The JavaScript object "HTMLMeterElement".
 class HTMLModElement
          The JavaScript object "HTMLModElement".
 class HTMLNextIdElement
          The JavaScript object "HTMLNextIdElement".
 class HTMLNoShowElement
          The JavaScript object "HTMLNoShowElement".
 class HTMLObjectElement
          The JavaScript object "HTMLObjectElement".
 class HTMLOListElement
          The JavaScript object "HTMLOListElement".
 class HTMLOptGroupElement
          The JavaScript object "HTMLOptGroupElement".
 class HTMLOptionElement
          The JavaScript object that represents an option.
 class HTMLOutputElement
          The JavaScript object "HTMLOutputElement".
 class HTMLParagraphElement
          The JavaScript object "HTMLParagraphElement".
 class HTMLParamElement
          The JavaScript object "HTMLParamElement".
 class HTMLPhraseElement
          The JavaScript object "HTMLSpanElement".
 class HTMLPreElement
          The JavaScript object "HTMLPreElement".
 class HTMLProgressElement
          The JavaScript object "HTMLProgressElement".
 class HTMLScriptElement
          The JavaScript object that represents an "HTMLScriptElement".
 class HTMLSelectElement
          The JavaScript object for HtmlSelect.
 class HTMLSourceElement
          The JavaScript object "HTMLSourceElement".
 class HTMLSpanElement
          The JavaScript object "HTMLSpanElement".
 class HTMLStyleElement
          The JavaScript object "HTMLStyleElement".
 class HTMLTableCaptionElement
          The JavaScript object "HTMLTableCaptionElement".
 class HTMLTableCellElement
          The JavaScript object representing a TD or TH.
 class HTMLTableColElement
          The JavaScript object "HTMLTableColElement".
 class HTMLTableComponent
          Contains attributes common to various table components.
 class HTMLTableDataCellElement
          The JavaScript object representing a TD.
 class HTMLTableElement
          A JavaScript object representing a Table.
 class HTMLTableHeaderCellElement
          The JavaScript object representing a TH.
 class HTMLTableRowElement
          A JavaScript object representing a TR.
 class HTMLTableSectionElement
          A JavaScript object representing "HTMLTableSectionElement", it is used by HtmlTableBody, HtmlTableHeader, and HtmlTableFooter.
 class HTMLTextAreaElement
          The JavaScript object that represents a textarea.
 class HTMLTextElement
          The JavaScript object "HTMLTextElement".
 class HTMLTimeElement
          The JavaScript object "HTMLTimeElement".
 class HTMLTitleElement
          The JavaScript object "HTMLTitleElement".
 class HTMLUListElement
          The JavaScript object "HTMLUListElement".
 class HTMLUnknownElement
          The JavaScript object "HTMLUnknownElement".
 class HTMLVideoElement
          The JavaScript object "HTMLVideoElement".
 class HTMLWBRElement
          A JavaScript object for HtmlWordBreak.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html that return HTMLElement
 HTMLElement HTMLDocument.getBody()
          Returns this document's body element.
 HTMLElement HTMLDocument.getHead()
          Returns this document's head element.
 HTMLElement HTMLBodyElement.getOffsetParent_js()
          Returns this element's offsetParent.
 HTMLElement HTMLElement.getParentHTMLElement()
          Gets the first ancestor instance of HTMLElement.
 HTMLElement HTMLElement.removeNode(boolean removeChildren)
          Removes this object from the document hierarchy.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html with parameters of type HTMLElement
 void HTMLElement.mergeAttributes(HTMLElement source, Object preserveIdentity)
          An IE-only method which copies all custom attributes from the specified source element to this element.
 void HTMLDocument.setActiveElement(HTMLElement element)
          Sets the specified element as the document's active element.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.