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.jsxGet_element()
          Returns the element to which this box object corresponds.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host with parameters of type HTMLElement
 BoxObject Document.jsxFunction_getBoxObjectFor(HTMLElement element)
          Returns the BoxObject for the specific element.
 ComputedCSSStyleDeclaration Window.jsxFunction_getComputedStyle(HTMLElement element, String pseudo)
          Returns computed style of the element.
 void TextRange.jsxFunction_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
protected  HTMLElement CSSStyleDeclaration.getElement()
          Returns the element to which this style belongs.
 HTMLElement CSSStyleSheet.jsxGet_ownerNode()
          For Firefox.
 HTMLElement CSSStyleSheet.jsxGet_owningElement()
          For Internet Explorer.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.css with parameters of type HTMLElement
 String CSSStyleDeclaration.CssValue.get(HTMLElement element)
          Returns the CSS attribute value for the specified element.
static CSSStyleSheet CSSStyleSheet.loadStylesheet(Window window, HTMLElement element, HtmlLink link, String url)
          Loads the stylesheet at the specified link or href.
 void CSSStyleSheet.modifyIfNecessary(ComputedCSSStyleDeclaration style, HTMLElement element)
          Modifies the specified style object by adding any style rules which apply to the specified element.
protected  String ComputedCSSStyleDeclaration.pixelString(HTMLElement element, CSSStyleDeclaration.CssValue value)
          Returns the specified length CSS attribute value value as a pixel length value, as long as we're not emulating IE.
protected static int CSSStyleDeclaration.pixelValue(HTMLElement element, CSSStyleDeclaration.CssValue value)
          Converts the specified length CSS attribute value into an integer number of pixels.
 

Constructors in com.gargoylesoftware.htmlunit.javascript.host.css with parameters of type HTMLElement
CSSStyleDeclaration(HTMLElement element)
          Creates an instance and sets its parent scope to the one of the provided element.
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 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 HTMLDelElement
          The JavaScript object "HTMLDelElement".
 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 HTMLInputElement
          The JavaScript object for form input elements (html tag <input ...>).
 class HTMLInsElement
          The JavaScript object "HTMLInsElement".
 class HTMLIsIndexElement
          The JavaScript object "HTMLIsIndexElement".
 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 HTMLMenuElement
          The JavaScript object "HTMLMenuElement".
 class HTMLMetaElement
          The JavaScript object "HTMLMetaElement".
 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 HTMLParagraphElement
          The JavaScript object "HTMLParagraphElement".
 class HTMLParamElement
          The JavaScript object "HTMLParamElement".
 class HTMLPreElement
          The JavaScript object "HTMLPreElement".
 class HTMLQuoteElement
          The JavaScript object "HTMLQuoteElement".
 class HTMLScriptElement
          The JavaScript object that represents an "HTMLScriptElement".
 class HTMLSelectElement
          The JavaScript object for HtmlSelect.
 class HTMLSourceElement
          The JavaScript object "HTMLSourceElement".
 class HTMLSpacerElement
          The JavaScript object "HTMLSpacerElement".
 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 HTMLTableElement
          A JavaScript object representing a Table.
 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 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 HTMLElement.getParentHTMLElement()
          Gets the first ancestor instance of HTMLElement.
 HTMLElement HTMLElement.jsxFunction_removeNode(boolean removeChildren)
          Removes this object from the document hierarchy.
 HTMLElement HTMLDocument.jsxGet_body()
          Returns this document's body element.
 HTMLElement HTMLBodyElement.jsxGet_offsetParent()
          Returns this element's offsetParent.
 HTMLElement HTMLElement.jsxGet_parentElement()
          Gets the JavaScript property "parentElement".
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html with parameters of type HTMLElement
 boolean HTMLElement.jsxFunction_contains(HTMLElement element)
          Checks whether the given element is contained within this object.
 void HTMLElement.jsxFunction_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-2011 Gargoyle Software Inc.. All Rights Reserved.