|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsxGetter | |
|---|---|
| com.gargoylesoftware.htmlunit.activex.javascript.msxml | Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.javascript | Classes in this package are specific to 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.javascript.host.arrays | Implementations of the JavaScript host objects for Typed Arrays - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.javascript.host.canvas | Implementations of the Canvas 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.dom | Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.javascript.host.geo | Implementations of the Geolocation 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. |
| com.gargoylesoftware.htmlunit.javascript.host.svg | Implementations of the SVG JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.javascript.host.xml | Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.activex.javascript.msxml |
|---|
| Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml with annotations of type JsxGetter | |
|---|---|
boolean |
XMLDOMDocument.getAsync()
Returns if asynchronous download is permitted. |
Object |
XMLDOMNode.getAttributes()
Returns the list of attributes for this node. |
String |
XMLDOMNode.getBaseName()
Returns the base name for the name qualified with the namespace. |
XMLDOMNodeList |
XMLDOMNode.getChildNodes()
Returns a node list containing the child nodes. |
String |
XMLDOMProcessingInstruction.getData()
Returns the content of the processing instruction, excluding the target. |
Object |
XMLDOMCharacterData.getData()
Returns the node data depending on the node type. |
String |
XMLDOMNode.getDataType()
Returns the data type for this node. |
String |
XMLDOMNode.getDefinition()
Returns the definition of the node in the document type definition (DTD) or schema. |
XMLDOMDocumentType |
XMLDOMDocument.getDoctype()
Returns the document type node that specifies the DTD for this document. |
XMLDOMElement |
XMLDOMDocument.getDocumentElement()
Returns the root element of the document. |
Object |
XMLDOMDocumentType.getEntities()
Returns a list of the entities declared in the DOCTYPE declaration. |
int |
XMLDOMParseError.getErrorCode()
Returns the error code of the last parse error. |
int |
XMLDOMParseError.getFilepos()
Returns the absolute file position where the error occurred. |
XMLDOMNode |
XMLDOMNode.getFirstChild()
Returns the first child of this node. |
XMLDOMImplementation |
XMLDOMDocument.getImplementation()
Returns the implementation object for the document. |
XMLDOMNode |
XSLProcessor.getInput()
Returns which XML input tree to transform. |
XMLDOMNode |
XMLDOMNode.getLastChild()
Returns the last child node. |
int |
XMLDOMNodeList.getLength()
|
int |
XMLDOMNamedNodeMap.getLength()
Returns the number of attributes in this named node map. |
int |
XMLDOMCharacterData.getLength()
Returns the length, in characters, of the data. |
int |
XMLDOMParseError.getLine()
Returns the line number that contains the error. |
int |
XMLDOMParseError.getLinepos()
Returns the character position within the line where the error occurred. |
String |
XMLDOMDocumentType.getName()
Returns the name of the document type. |
String |
XMLDOMAttribute.getName()
Returns the attribute name. |
String |
XMLDOMNode.getNamespaceURI()
Returns the Uniform Resource Identifier (URI) for the namespace. |
XMLDOMNode |
XMLDOMNode.getNextSibling()
Returns the next sibling of this node in the parent's child list. |
String |
XMLDOMNode.getNodeName()
Returns the qualified name for attribute, document type, element, entity, or notation nodes. |
short |
XMLDOMNode.getNodeType()
Returns the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes. |
String |
XMLDOMNode.getNodeValue()
Returns the text associated with the node. |
Object |
XMLDOMDocumentType.getNotations()
Returns a list of the XMLDOMNotation objects present in the document type declaration. |
Object |
XMLHTTPRequest.getOnreadystatechange()
Returns the event handler to be called when the readyState property changes. |
Object |
XSLProcessor.getOutput()
Gets a custom output to write the result of the transformation. |
Object |
XMLDOMNode.getOwnerDocument()
Returns the root of the document that contains the node. |
Object |
XMLDOMNode.getParentNode()
Returns the parent node. |
XMLDOMParseError |
XMLDOMDocument.getParseError()
Returns a parse error object that contains information about the last parsing error. |
String |
XMLDOMNode.getPrefix()
Returns the namespace prefix. |
boolean |
XMLDOMDocument.getPreserveWhiteSpace()
Returns the default white space handling. |
XMLDOMNode |
XMLDOMNode.getPreviousSibling()
Returns the previous sibling of the node in the parent's child list. |
int |
XMLHTTPRequest.getReadyState()
Returns the state of the request. |
String |
XMLDOMParseError.getReason()
Returns the reason for the error. |
String |
XMLHTTPRequest.getResponseText()
Returns the response entity body as a string. |
Object |
XMLHTTPRequest.getResponseXML()
Returns the parsed response entity body. |
boolean |
XMLDOMAttribute.getSpecified()
Indicates whether the attribute is explicitly specified or derived from a default value in the document type definition (DTD) or schema. |
String |
XMLDOMParseError.getSrcText()
Returns the full text of the line containing the error. |
int |
XMLHTTPRequest.getStatus()
Returns the HTTP status code returned by a request. |
String |
XMLHTTPRequest.getStatusText()
Returns the HTTP response line status. |
XMLDOMNode |
XSLTemplate.getStylesheet()
Returns the Extensible Stylesheet Language (XSL) style sheet to compile into an XSL template. |
String |
XMLDOMElement.getTagName()
Returns the element name. |
String |
XMLDOMProcessingInstruction.getTarget()
Returns the target for the processing instruction. |
Object |
XMLDOMNode.getText()
Returns the text content of the node or the concatenated text representing the node and its descendants. |
String |
XMLDOMParseError.getUrl()
Returns the URL of the XML document containing the last error. |
String |
XMLDOMDocument.getUrl()
Returns the URL for the last loaded XML document. |
String |
XMLDOMAttribute.getValue()
Returns the attribute value. |
Object |
XMLDOMNode.getXml()
Returns the XML representation of the node and all its descendants. |
String |
XMLDOMDocument.getXml()
Returns the XML representation of the node and all its descendants. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript with annotations of type JsxGetter | |
|---|---|
int |
NamedNodeMap.getLength()
Returns the number of attributes in this named node map. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host with annotations of type JsxGetter | |
|---|---|
String |
RowContainer.getAlign()
Returns the value of the "align" property. |
boolean |
UIEvent.getAltKey()
Overridden to modify browser configurations. |
boolean |
MouseEvent.getAltKey()
Overridden to modify browser configurations. |
boolean |
Event.getAltKey()
|
Node |
Selection.getAnchorNode()
Returns the node in which the selection begins. |
int |
Selection.getAnchorOffset()
Returns the number of characters that the selection's anchor is offset within the anchor node. |
String |
Navigator.getAppCodeName()
Returns the property "appCodeName". |
ApplicationCache |
Window.getApplicationCache()
Returns the application cache. |
String |
Navigator.getAppMinorVersion()
Returns the property "appMinorVersion". |
String |
Navigator.getAppName()
Returns the property "appName". |
String |
Navigator.getAppVersion()
Returns the property "appVersion". |
Object |
Node.getAttributes()
Returns the attributes of this XML element. |
Object |
Element.getAttributes()
Returns the attributes of this XML element. |
int |
Screen.getAvailHeight()
Returns the availHeight property. |
int |
Screen.getAvailLeft()
Returns the availLeft property. |
int |
Screen.getAvailTop()
Returns the availTop property. |
int |
Screen.getAvailWidth()
Returns the availWidth property. |
Object |
Node.getBaseName()
Returns the base name of this element. |
String |
Element.getBaseURI()
Returns the Base URI as a string. |
String |
Attr.getBaseURI()
Returns the Base URI as a string. |
boolean |
XPathResult.getBooleanValue()
Returns the value of this boolean result. |
int |
ClientRect.getBottom()
Returns the bottom coordinate of the rectangle surrounding the object content. |
String |
Navigator.getBrowserLanguage()
Returns the language of the browser (for IE). |
boolean |
Event.getBubbles()
|
int |
Screen.getBufferDepth()
Returns the bufferDepth property. |
String |
Navigator.getBuildID()
Returns the buildID. |
int |
MouseEvent.getButton()
Gets the button code. |
boolean |
Event.getCancelable()
|
boolean |
UIEvent.getCancelBubble()
|
boolean |
Event.getCancelBubble()
|
int |
KeyboardEvent.getCharCode()
Returns the char code associated with the event. |
int |
Element.getChildElementCount()
Returns the current number of child elements. |
NodeList |
Node.getChildNodes()
Returns the child nodes of the current element. |
HTMLCollection |
Element.getChildren()
Gets the children of the current node. |
DOMTokenList |
Element.getClassList()
Gets the token list of class attribute. |
Object |
Comment.getClassName_js()
Returns the class defined for this element. |
Navigator |
Window.getClientInformation()
Returns the JavaScript property "clientInformation". |
int |
MouseEvent.getClientX()
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area. |
int |
MouseEvent.getClientY()
The vertical coordinate at which the event occurred relative to the DOM implementation's client area. |
ClipboardData |
Window.getClipboardData()
Returns the JavaScript property "clipboardData". |
boolean |
Window.getClosed()
Indicates if this window is closed. |
boolean |
Range.getCollapsed()
Indicates if the range is collapsed. |
int |
Screen.getColorDepth()
Returns the colorDepth property. |
Object |
Range.getCommonAncestorContainer()
Returns the deepest common ancestor container of the Range's two boundary points. |
net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
Window.getConsole()
Returns the console property. |
Object |
Window.getControllers()
Gets the controllers. |
boolean |
Navigator.getCookieEnabled()
Returns the property "cookieEnabled". |
String |
Navigator.getCpuClass()
Returns the property "cpuClass". |
boolean |
UIEvent.getCtrlKey()
Overridden to modify browser configurations. |
boolean |
MouseEvent.getCtrlKey()
Overridden to modify browser configurations. |
boolean |
Event.getCtrlKey()
|
String |
History.getCurrent()
Returns the "current" property. |
Node |
TreeWalker.getCurrentNode()
Gets the node at which the TreeWalker is currently positioned. |
ComputedCSSStyleDeclaration |
Element.getCurrentStyle()
Returns the current (calculated) style object for this element. |
Object |
Event.getCurrentTarget()
Returns the event target whose event listeners are currently being processed. |
String |
ProcessingInstruction.getData()
Returns the "data" attribute. |
Object |
MessageEvent.getData()
Retrieves the data contained. |
Object |
CharacterDataImpl.getData()
Gets the JavaScript property "data" for this character data. |
boolean |
Event.getDefaultPrevented()
Returns true if both cancelable is true and preventDefault() has been called for this event. |
Object |
Document.getDefaultView()
Gets the window in which this document is contained. |
String |
Plugin.getDescription()
Gets the plugin's description. |
String |
MimeType.getDescription()
Returns the mime type's description. |
String |
Document.getDesignMode()
Returns a value which indicates whether or not the document can be edited. |
long |
UIEvent.getDetail()
Returns some detail information about the event, depending on the event type. |
int |
Screen.getDeviceXDPI()
Returns the deviceXDPI property. |
int |
Screen.getDeviceYDPI()
Returns the deviceYDPI property. |
boolean |
FormField.getDisabled()
Returns true if this element is disabled. |
SimpleScriptable |
Document.getDoctype()
Gets the JavaScript property "doctype" for the document. |
DocumentProxy |
Window.getDocument_js()
Returns the JavaScript property "document". |
Object |
Popup.getDocument()
Returns the HTML document element in the popup. |
Object |
Comment.getDocument()
Returns the document of this element. |
Element |
Document.getDocumentElement()
Gets the JavaScript property "documentElement" for the document. |
String |
Navigator.getDoNotTrack()
Returns the doNotTrack. |
HTMLElement |
BoxObject.getElement()
Returns the element to which this box object corresponds. |
Object |
MimeType.getEnabledPlugin()
Returns the mime type's associated plugin. |
Object |
Range.getEndContainer()
Gets the node within which the Range ends. |
int |
Range.getEndOffset()
Gets the offset within the end node of the Range. |
Object |
DocumentType.getEntities()
Returns entities. |
Object |
Window.getEvent()
Returns the current event (used by JavaScript only when emulating IE). |
int |
Event.getEventPhase()
|
boolean |
TreeWalker.getExpandEntityReferences()
Gets the flag specifying wherether or not to reject EntityReference nodes. |
boolean |
Attr.getExpando()
Returns true if the attribute is an custom property. |
External |
Window.getExternal()
Returns the "external" property. |
String |
Plugin.getFilename()
Gets the plugin's file name. |
NodeFilter |
TreeWalker.getFilter()
Gets the filter used to screen nodes. |
Node |
Node.getFirstChild()
Gets the JavaScript property "firstChild" for the node that contains the current node. |
Object |
BoxObject.getFirstChild()
Returns this box object's element's first child. |
Element |
Element.getFirstElementChild()
Returns the first element child. |
Node |
Selection.getFocusNode()
Returns the node in which the selection ends. |
int |
Selection.getFocusOffset()
Returns the number of characters that the selection's focus is offset within the focus node. |
boolean |
Screen.getFontSmoothingEnabled()
Returns the fontSmoothingEnabled property. |
HTMLFormElement |
FormChild.getForm()
Returns the value of the JavaScript form attribute. |
Object |
Window.getFrameElement()
Returns the (i)frame in which the window is contained. |
WindowProxy |
Window.getFrames_js()
Returns the value of the frames property. |
Geolocation |
Navigator.getGeolocation()
Returns the geolocation. |
StorageList |
Window.getGlobalStorage()
Returns the globalStorage property. |
String |
Location.getHash()
Returns the hash portion of the location URL (the portion following the '#'). |
int |
Screen.getHeight()
Returns the height property. |
long |
PointerEvent.getHeight()
|
int |
ClientRect.getHeight()
Returns the "height" property. |
int |
BoxObject.getHeight()
Returns the height of this box object's element, including padding, excluding margin and border. |
History |
Window.getHistory()
Returns the "history" property. |
String |
Location.getHost()
Returns the host portion of the location URL (the '[hostname]:[port]' portion). |
String |
Location.getHostname()
Returns the hostname portion of the location URL. |
String |
Location.getHref()
Returns the location URL. |
String |
TextRange.getHtmlText()
Retrieves the HTML fragment contained within the range. |
String |
Comment.getId()
Returns the element ID. |
DOMImplementation |
Document.getImplementation()
Returns the implementation object of the current document. |
int |
Window.getInnerHeight()
Returns the innerHeight. |
String |
Comment.getInnerText()
Gets the innerText attribute. |
int |
Window.getInnerWidth()
Returns the innerWidth. |
Node |
XSLTProcessor.getInput()
Returns which XML input tree to transform. |
String |
DocumentType.getInternalSubset()
Returns the internal subset. |
boolean |
Selection.getIsCollapsed()
Returns a boolean indicating whether the selection's start and end points are at the same position. |
boolean |
Attr.getIsId()
Returns true if this attribute is an ID. |
boolean |
Popup.getIsOpen()
Indicates if the popup is opened. |
Object |
KeyboardEvent.getKeyCode()
Returns the key code associated with the event. |
Object |
Event.getKeyCode()
Returns the key code associated with the event. |
String |
Navigator.getLanguage()
Returns the language of the browser (for Mozilla). |
Node |
Node.getLastChild()
Gets the JavaScript property "lastChild" for the node that contains the current node. |
Object |
BoxObject.getLastChild()
Returns this box object's element's last child. |
Element |
Element.getLastElementChild()
Returns the last element child. |
String |
MessageEvent.getLastEventId()
Retrieves the identifier of the last event. |
int |
Screen.getLeft()
Returns the left property. |
int |
ClientRect.getLeft()
Returns the left coordinate of the rectangle surrounding the object content. |
int |
Window.getLength()
Returns the number of frames contained by this window. |
int |
Storage.getLength()
Returns the length property. |
int |
StaticNodeList.getLength()
Returns the length of this element array. |
int |
SimpleArray.getLength()
Gets the array size. |
int |
NodeList.getLength()
|
int |
NamespaceCollection.getLength()
Returns the length of this namespace collection. |
int |
MediaList.getLength()
Returns the number of media in the list. |
int |
History.getLength()
Returns the "length" property. |
int |
CharacterDataImpl.getLength()
Gets the number of character in the character data. |
int |
ApplicationCache.getLength()
Returns the number of entries in the dynamically managed offline resource list. |
String |
Node.getLocalName()
Returns the local name of this element. |
Storage |
Window.getLocalStorage()
Returns the localStorage property. |
Location |
Window.getLocation()
Returns the location property. |
Location |
Document.getLocation()
Returns the value of the "location" property. |
int |
Screen.getLogicalXDPI()
Returns the logicalXDPI property. |
int |
Screen.getLogicalYDPI()
Returns the logicalYDPI property. |
String |
MediaList.getMediaText()
The parsable textual representation of the media list. |
boolean |
UIEvent.getMetaKey()
Returns whether or not the "meta" key was pressed during the event firing. |
Object |
Navigator.getMimeTypes()
Returns an empty array because HtmlUnit does not support embedded objects. |
int |
Window.getMozInnerScreenX()
Returns the value of "mozInnerScreenX" property. |
int |
Window.getMozInnerScreenY()
Returns the value of "mozInnerScreenY" property. |
int |
Window.getMozPaintCount()
Returns the value of "mozPaintCount" property. |
String |
Window.getName()
Returns the value of the window's name property. |
String |
Plugin.getName()
Gets the plugin's name. |
String |
Namespace.getName()
Retrieves the name of the namespace. |
String |
FormField.getName()
Returns the value of the JavaScript attribute "name". |
String |
DocumentType.getName()
Returns the name. |
String |
Attr.getName()
Returns the name of the attribute. |
String |
Node.getNamespaceURI()
Returns The URI that identifies an XML namespace. |
Navigator |
Window.getNavigator()
Returns the JavaScript property "navigator". |
Netscape |
Window.getNetscape()
Returns the value of "netscape" property. |
Object |
HashChangeEvent.getNewURL()
Returns the new URL. |
String |
History.getNext()
Returns the "next" property. |
Element |
Element.getNextElementSibling()
Returns the next element sibling. |
Node |
Node.getNextSibling()
Gets the JavaScript property "nextSibling" for the node that contains the current node. |
Object |
BoxObject.getNextSibling()
Returns this box object's element's next sibling. |
String |
Node.getNodeName()
Gets the JavaScript property "nodeName" for the current node. |
short |
Node.getNodeType()
Gets the JavaScript property "nodeType" for the current node. |
String |
Node.getNodeValue()
Gets the JavaScript property "nodeValue" for the current node. |
Object |
DocumentType.getNotations()
Returns notations. |
double |
XPathResult.getNumberValue()
Returns the value of this number result. |
Object |
HashChangeEvent.getOldURL()
Returns the old URL. |
Object |
Window.getOnbeforeunload()
Returns the value of the window's onbeforeunload property. |
Object |
EventNode.getOnblur()
Returns the onblur event handler for this element. |
Object |
ApplicationCache.getOncached()
Returns the event listener to be called when caching is complete. |
Object |
Window.getOnchange()
Getter for the onchange event handler. |
net.sourceforge.htmlunit.corejs.javascript.Function |
FormField.getOnchange()
Returns the onchange event handler for this element. |
Object |
ApplicationCache.getOnchecking()
Returns the event listener to be called when fetching the application cache manifest and checking for updates. |
Object |
Window.getOnclick()
Returns the onclick property (caution this is not necessary a function if something else has been set). |
Object |
EventNode.getOnclick()
Returns the onclick event handler for this element. |
net.sourceforge.htmlunit.corejs.javascript.Function |
WebSocket.getOnclose()
Returns the event handler that fires on close. |
Object |
EventNode.getOncontextmenu()
Returns the oncontextmenu event handler for this element. |
Object |
Window.getOndblclick()
Returns the ondblclick property (caution this is not necessary a function if something else has been set). |
Object |
EventNode.getOndblclick()
Returns the ondblclick event handler for this element. |
Object |
ApplicationCache.getOndownloading()
Returns the event listener to be called when resources are being downloaded into the cache. |
Object |
Window.getOnerror()
Returns the value of the window's onerror property. |
net.sourceforge.htmlunit.corejs.javascript.Function |
WebSocket.getOnerror()
Returns the event handler that fires on error. |
Object |
EventNode.getOnerror()
Returns the onerror event handler for this element. |
Object |
ApplicationCache.getOnerror()
Returns the event listener to be called when an error occurs during the caching process. |
Object |
EventNode.getOnfocus()
Returns the onfocus event handler for this element. |
Object |
EventNode.getOnfocusin()
Returns the onfocusin event handler for this element. |
Object |
EventNode.getOnfocusout()
Returns the onfocusout event handler for this element. |
Object |
Window.getOnhashchange()
Returns the onhashchange property (caution this is not necessary a function if something else has been set). |
Object |
EventNode.getOnkeydown()
Returns the onkeydown event handler for this element. |
Object |
EventNode.getOnkeypress()
Returns the onkeypress event handler for this element. |
Object |
EventNode.getOnkeyup()
Returns the onkeyup event handler for this element. |
boolean |
Navigator.getOnLine()
Returns the property "onLine". |
Object |
Window.getOnload()
Returns the onload property. |
net.sourceforge.htmlunit.corejs.javascript.Function |
WebSocket.getOnmessage()
Returns the event handler that fires on message. |
Object |
EventNode.getOnmousedown()
Returns the onmousedown event handler for this element. |
Object |
EventNode.getOnmousemove()
Returns the onmousemove event handler for this element. |
Object |
EventNode.getOnmouseout()
Returns the onmouseout event handler for this element. |
Object |
EventNode.getOnmouseover()
Returns the onmouseover event handler for this element. |
Object |
EventNode.getOnmouseup()
Returns the onmouseup event handler for this element. |
Object |
ApplicationCache.getOnnoupdate()
Returns the event listener to be called when there is no update to download. |
net.sourceforge.htmlunit.corejs.javascript.Function |
WebSocket.getOnopen()
Returns the event handler that fires on open. |
Object |
ApplicationCache.getOnprogress()
Returns the event listener to be called periodically throughout the download process. |
Object |
EventNode.getOnpropertychange()
Returns the onpropertychange event handler for this element. |
Object |
EventNode.getOnresize()
Returns the onresize event handler for this element. |
Object |
ApplicationCache.getOnupdateready()
Returns the event listener to be called when a resource update is ready. |
Object |
Window.getOpener()
Returns the value of the opener property. |
String |
MessageEvent.getOrigin()
Gets the URI of the document of origin. |
String |
Navigator.getOscpu()
Returns the oscpu. |
int |
Window.getOuterHeight()
Returns the outer height. |
int |
Window.getOuterWidth()
Returns the outerWidth. |
Object |
XSLTProcessor.getOutput()
Gets a custom output to write the result of the transformation. |
Object |
Node.getOwnerDocument()
Returns the owner document. |
Object |
Attr.getOwnerElement()
Returns the owner element. |
int |
MouseEvent.getPageX()
Returns the horizontal coordinate of the event relative to whole document.. |
int |
Window.getPageXOffset()
Returns the value of "pageXOffset" property. |
int |
MouseEvent.getPageY()
Returns the vertical coordinate of the event relative to the whole document. |
int |
Window.getPageYOffset()
Returns the value of "pageYOffset" property. |
WindowProxy |
Window.getParent()
Returns the value of the parent property. |
Element |
Node.getParentElement()
Gets the JavaScript property "parentElement". |
Object |
Node.getParentNode()
Gets the JavaScript property "parentNode" for the node that contains the current node. |
String |
Location.getPathname()
Returns the pathname portion of the location URL. |
int |
Screen.getPixelDepth()
Returns the pixelDepth property. |
String |
Navigator.getPlatform()
Returns the property "platform". |
Object |
Navigator.getPlugins()
Returns an empty array because HtmlUnit does not support embedded objects. |
long |
PointerEvent.getPointerId()
|
String |
PointerEvent.getPointerType()
|
String |
Location.getPort()
Returns the port portion of the location URL. |
String |
Node.getPrefix()
Returns the namespace prefix. |
double |
PointerEvent.getPressure()
|
String |
History.getPrevious()
Returns the "previous" property. |
Element |
Element.getPreviousElementSibling()
Returns the previous element sibling. |
Node |
Node.getPreviousSibling()
Gets the JavaScript property "previousSibling" for the node that contains the current node. |
Object |
BoxObject.getPreviousSibling()
Returns this box object's element's previous sibling. |
String |
Navigator.getProduct()
Returns the property "product". |
String |
Navigator.getProductSub()
Returns the build number of the current browser. |
String |
Event.getPropertyName()
Returns the property name associated with the event. |
String |
Location.getProtocol()
Returns the protocol portion of the location URL, including the trailing ':'. |
String |
DocumentType.getPublicId()
Returns the publicId. |
int |
Selection.getRangeCount()
Returns the number of ranges in the selection. |
int |
WebSocket.getReadyState()
Returns The current state of the connection. |
String |
Document.getReferrer()
Returns the value of the "referrer" property. |
int |
XPathResult.getResultType()
The code representing the type of this result, as defined by the type constants. |
Object |
Event.getReturnValue()
Returns the return value associated with the event. |
Object |
BeforeUnloadEvent.getReturnValue()
Returns the return value associated with the event. |
int |
ClientRect.getRight()
Returns the right coordinate of the rectangle surrounding the object content. |
Node |
TreeWalker.getRoot()
Gets the root node of the TreeWalker, as specified when it was created. |
Object |
RowContainer.getRows()
Returns the rows in the element. |
CSSStyleDeclaration |
Element.getRuntimeStyle()
Returns the runtime style object for this element. |
Screen |
Window.getScreen()
Returns the "screen" property. |
int |
MouseEvent.getScreenX()
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system. |
int |
BoxObject.getScreenX()
Returns the screenX property. |
int |
MouseEvent.getScreenY()
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system. |
int |
BoxObject.getScreenY()
Returns the screenY property. |
int |
Window.getScrollX()
Returns the value of "scrollX" property. |
int |
Window.getScrollY()
Returns the value of "scrollY" property. |
String |
Location.getSearch()
Returns the search portion of the location URL (the portion following the '?'). |
WindowProxy |
Window.getSelf()
Returns the "self" property. |
Storage |
Window.getSessionStorage()
Returns the sessionStorage property. |
boolean |
UIEvent.getShiftKey()
Overridden to modify browser configurations. |
boolean |
MouseEvent.getShiftKey()
Overridden to modify browser configurations. |
boolean |
Event.getShiftKey()
|
Node |
XPathResult.getSingleNodeValue()
The value of this single node result, which may be null. |
int |
XPathResult.getSnapshotLength()
The number of nodes in the result snapshot. |
Window |
MessageEvent.getSource()
Retrieves the data contained. |
boolean |
Attr.getSpecified()
Returns true if this attribute has been specified. |
Object |
Event.getSrcElement()
Returns the object that fired the event. |
Object |
Range.getStartContainer()
Gets the node within which the Range begins. |
int |
Range.getStartOffset()
Gets the offset within the starting node of the Range. |
String |
Window.getStatus()
Returns the text from the status line. |
short |
ApplicationCache.getStatus()
Returns the status of the application cache. |
String |
XPathResult.getStringValue()
Returns the value of this string result. |
CSSStyleDeclaration |
Element.getStyle()
Returns the style object for this element. |
Node |
XSLTemplate.getStylesheet()
Returns the Extensible Stylesheet Language (XSL) style sheet to compile into an XSL template. |
String |
MimeType.getSuffixes()
Returns the mime type's suffixes. |
String |
DocumentType.getSystemId()
Returns the systemId. |
String |
Navigator.getSystemLanguage()
Returns the property "systemLanguage". |
String |
Element.getTagName()
Returns the tag name of this element. |
Object |
Comment.getTagName()
Returns the tag name of this element. |
String |
ProcessingInstruction.getTarget()
Returns the "target" attribute. |
Object |
Event.getTarget()
Returns the event target to which the event was originally dispatched. |
String |
TextRange.getText()
Retrieves the text contained within the range. |
Object |
Text.getText()
Returns the value of the node. |
String |
Element.getText()
Represents the text content of the node or the concatenated text representing the node and its descendants. |
String |
Comment.getText()
Returns the text of this element. |
String |
Node.getTextContent()
Gets the textContent attribute. |
long |
PointerEvent.getTiltX()
|
long |
PointerEvent.getTiltY()
|
long |
Event.getTimeStamp()
Returns the time at which this event was created. |
Object |
Window.getTop()
Returns the value of the top property. |
int |
Screen.getTop()
Returns the top property. |
int |
ClientRect.getTop()
Returns the top coordinate of the rectangle surrounding the object content. |
String |
Selection.getType()
Returns the type of selection (IE only). |
String |
MimeType.getType()
Returns the mime type's suffixes. |
String |
FormField.getType()
Returns the value of the JavaScript attribute "type". |
String |
Event.getType()
Returns the event type. |
int |
Screen.getUpdateInterval()
Returns the updateInterval property. |
String |
Namespace.getUrn()
Gets a Uniform Resource Name (URN) for a target document. |
String |
Navigator.getUserAgent()
Returns the property "userAgent". |
String |
Navigator.getUserLanguage()
Returns the property "userLanguage". |
String |
FormField.getValue()
Returns the value of the JavaScript attribute "value". |
String |
Attr.getValue()
Returns the value of this attribute. |
String |
Navigator.getVendor()
Returns the vendor. |
String |
Navigator.getVendorSub()
Returns the vendorSub. |
Object |
UIEvent.getView()
Returns the view from which the event was generated. |
long |
TreeWalker.getWhatToShow()
Gets the whatToShow attribute of the TreeWalker. |
int |
MouseEvent.getWhich()
Special for FF (old stuff from Netscape time). |
Object |
KeyboardEvent.getWhich()
Returns the numeric keyCode of the key pressed, or the charCode for an alphanumeric key pressed. |
String |
Text.getWholeText()
Returns wholeText value. |
int |
Screen.getWidth()
Returns the width property. |
long |
PointerEvent.getWidth()
|
int |
ClientRect.getWidth()
Returns the "width" property. |
int |
BoxObject.getWidth()
Returns the width of this box object's element, including padding, excluding margin and border. |
WindowProxy |
Window.getWindow_js()
Returns the window property. |
int |
BoxObject.getX()
Returns the X position of this box object's element. |
Object |
Node.getXml()
Represents the xml content of the node and its descendants. |
int |
BoxObject.getY()
Returns the Y position of this box object's element. |
boolean |
PointerEvent.isPrimary()
|
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host.arrays |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.arrays with annotations of type JsxGetter | |
|---|---|
ArrayBuffer |
ArrayBufferView.getBuffer()
Returns the buffer this view references. |
int |
ArrayBufferView.getByteLength()
Returns the length, in bytes, of the view. |
int |
ArrayBuffer.getByteLength()
Returns the size, in bytes, of the array. |
int |
ArrayBufferView.getByteOffset()
Returns the offset, in bytes, to the first byte of the view within the ArrayBuffer. |
int |
ArrayBufferViewBase.getLength()
Returns the number of entries in the array. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host.canvas |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.canvas with annotations of type JsxGetter | |
|---|---|
Object |
CanvasRenderingContext2D.getFillStyle()
Returns the "fillStyle" property. |
double |
CanvasRenderingContext2D.getGlobalAlpha()
Returns the "globalAlpha" property. |
double |
CanvasRenderingContext2D.getLineWidth()
Returns the "lineWidth" property. |
Object |
CanvasRenderingContext2D.getStrokeStyle()
Returns the "strokeStyle" property. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host.css |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.css with annotations of type JsxGetter | |
|---|---|
String |
CSSStyleDeclaration.getAccelerator()
Gets the "accelerator" style attribute. |
String |
CSSStyleDeclaration.getBackground()
Gets the "background" style attribute. |
String |
CSSStyleDeclaration.getBackgroundAttachment()
Gets the "backgroundAttachment" style attribute. |
String |
CSSStyleDeclaration.getBackgroundColor()
Gets the "backgroundColor" style attribute. |
String |
CSSStyleDeclaration.getBackgroundImage()
Gets the "backgroundImage" style attribute. |
String |
CSSStyleDeclaration.getBackgroundPosition()
Gets the "backgroundPosition" style attribute. |
String |
CSSStyleDeclaration.getBackgroundPositionX()
Gets the "backgroundPositionX" style attribute. |
String |
CSSStyleDeclaration.getBackgroundPositionY()
Gets the "backgroundPositionY" style attribute. |
String |
CSSStyleDeclaration.getBackgroundRepeat()
Gets the "backgroundRepeat" style attribute. |
String |
CSSStyleDeclaration.getBehavior()
Gets the object's behavior (IE only). |
String |
CSSStyleDeclaration.getBorder()
Gets the "border" style attribute. |
String |
CSSStyleDeclaration.getBorderBottom()
Gets the "borderBottom" style attribute. |
String |
CSSStyleDeclaration.getBorderBottomColor()
Gets the "borderBottomColor" style attribute. |
String |
CSSStyleDeclaration.getBorderBottomStyle()
Gets the "borderBottomStyle" style attribute. |
String |
CSSStyleDeclaration.getBorderBottomWidth()
Gets the "borderBottomWidth" style attribute. |
String |
CSSStyleDeclaration.getBorderCollapse()
Gets the "borderCollapse" style attribute. |
String |
CSSStyleDeclaration.getBorderColor()
Gets the "borderColor" style attribute. |
String |
CSSStyleDeclaration.getBorderLeft()
Gets the "borderLeft" style attribute. |
String |
CSSStyleDeclaration.getBorderLeftColor()
Gets the "borderLeftColor" style attribute. |
String |
CSSStyleDeclaration.getBorderLeftStyle()
Gets the "borderLeftStyle" style attribute. |
String |
CSSStyleDeclaration.getBorderLeftWidth()
Gets the "borderLeftWidth" style attribute. |
String |
CSSStyleDeclaration.getBorderRight()
Gets the "borderRight" style attribute. |
String |
CSSStyleDeclaration.getBorderRightColor()
Gets the "borderRightColor" style attribute. |
String |
CSSStyleDeclaration.getBorderRightStyle()
Gets the "borderRightStyle" style attribute. |
String |
CSSStyleDeclaration.getBorderRightWidth()
Gets the "borderRightWidth" style attribute. |
String |
CSSStyleDeclaration.getBorderSpacing()
Gets the "borderSpacing" style attribute. |
String |
CSSStyleDeclaration.getBorderStyle()
Gets the "borderStyle" style attribute. |
String |
CSSStyleDeclaration.getBorderTop()
Gets the "borderTop" style attribute. |
String |
CSSStyleDeclaration.getBorderTopColor()
Gets the "borderTopColor" style attribute. |
String |
CSSStyleDeclaration.getBorderTopStyle()
Gets the "borderTopStyle" style attribute. |
String |
CSSStyleDeclaration.getBorderTopWidth()
Gets the "borderTopWidth" style attribute. |
String |
CSSStyleDeclaration.getBorderWidth()
Gets the "borderWidth" style attribute. |
String |
CSSStyleDeclaration.getBottom()
Gets the "bottom" style attribute. |
String |
CSSStyleDeclaration.getBoxSizing()
Gets the "boxSizing" style attribute. |
String |
CSSStyleDeclaration.getCaptionSide()
Gets the "captionSide" style attribute. |
String |
CSSStyleDeclaration.getClear()
Gets the "clear" style attribute. |
String |
CSSStyleDeclaration.getClip()
Gets the "clip" style attribute. |
String |
CSSStyleDeclaration.getColor()
Gets the "color" style attribute. |
String |
CSSStyleDeclaration.getContent()
Gets the "content" style attribute. |
String |
CSSStyleDeclaration.getCounterIncrement()
Gets the "counterIncrement" style attribute. |
String |
CSSStyleDeclaration.getCounterReset()
Gets the "counterReset" style attribute. |
String |
CSSStyleDeclaration.getCssFloat()
Gets the "cssFloat" style attribute. |
CSSRuleList |
CSSStyleSheet.getCssRules()
Returns the collection of rules defined in this style sheet. |
String |
CSSValue.getCssText()
A string representation of the current value. |
String |
CSSStyleDeclaration.getCssText()
Returns the actual text of the style. |
String |
CSSRule.getCssText()
Returns the parsable textual representation of the rule. |
String |
CSSFontFaceRule.getCssText()
|
String |
CSSStyleDeclaration.getCursor()
Gets the "cursor" style attribute. |
String |
CSSStyleDeclaration.getDirection()
Gets the "direction" style attribute. |
String |
CSSStyleDeclaration.getDisplay()
Gets the "display" style attribute. |
String |
CSSStyleDeclaration.getEmptyCells()
Gets the "emptyCells" style attribute. |
String |
CSSCharsetRule.getEncoding()
Returns the encoding of the charset rule. |
String |
CSSStyleDeclaration.getFont()
Gets the "font" style attribute. |
String |
CSSStyleDeclaration.getFontFamily()
Gets the "fontFamily" style attribute. |
String |
CSSStyleDeclaration.getFontSize()
Gets the "fontSize" style attribute. |
String |
CSSStyleDeclaration.getFontSizeAdjust()
Gets the "fontSizeAdjust" style attribute. |
String |
CSSStyleDeclaration.getFontStretch()
Gets the "fontStretch" style attribute. |
String |
CSSStyleDeclaration.getFontStyle()
Gets the "fontStyle" style attribute. |
String |
CSSStyleDeclaration.getFontVariant()
Gets the "fontVariant" style attribute. |
String |
CSSStyleDeclaration.getFontWeight()
Gets the "fontWeight" style attribute. |
String |
CSSStyleDeclaration.getHeight()
Gets the "height" style attribute. |
String |
CSSStyleSheet.getHref()
Returns the URL of the stylesheet. |
String |
CSSImportRule.getHref()
Returns the URL of the imported style sheet. |
String |
CSSStyleDeclaration.getImeMode()
Gets the "imeMode" style attribute. |
String |
CSSStyleDeclaration.getLayoutFlow()
Gets the "layoutFlow" style attribute. |
String |
CSSStyleDeclaration.getLayoutGrid()
Gets the "layoutGrid" style attribute. |
String |
CSSStyleDeclaration.getLayoutGridChar()
Gets the "layoutGridChar" style attribute. |
String |
CSSStyleDeclaration.getLayoutGridLine()
Gets the "layoutGridLine" style attribute. |
String |
CSSStyleDeclaration.getLayoutGridMode()
Gets the "layoutGridMode" style attribute. |
String |
CSSStyleDeclaration.getLayoutGridType()
Gets the "layoutGridType" style attribute. |
String |
CSSStyleDeclaration.getLeft()
Gets the "left" style attribute. |
int |
StyleSheetList.getLength()
Returns the list's length. |
int |
CSSStyleDeclaration.getLength()
Gets the "length", not yet implemented. |
int |
CSSRuleList.getLength()
Returns the length of this list. |
String |
CSSStyleDeclaration.getLetterSpacing()
Gets the "letterSpacing" style attribute. |
String |
CSSStyleDeclaration.getLineBreak()
Gets the "lineBreak" style attribute. |
String |
CSSStyleDeclaration.getListStyle()
Gets the "listStyle" style attribute. |
String |
CSSStyleDeclaration.getListStyleImage()
Gets the "listStyleImage" style attribute. |
String |
CSSStyleDeclaration.getListStylePosition()
Gets the "listStylePosition" style attribute. |
String |
CSSStyleDeclaration.getListStyleType()
Gets the "listStyleType" style attribute. |
String |
CSSStyleDeclaration.getMargin()
Gets the "margin" style attribute. |
String |
CSSStyleDeclaration.getMarginBottom()
Gets the "marginBottom" style attribute. |
String |
CSSStyleDeclaration.getMarginLeft()
Gets the "marginLeft" style attribute. |
String |
CSSStyleDeclaration.getMarginRight()
Gets the "marginRight" style attribute. |
String |
CSSStyleDeclaration.getMarginTop()
Gets the "marginTop" style attribute. |
String |
CSSStyleDeclaration.getMarkerOffset()
Gets the "markerOffset" style attribute. |
String |
CSSStyleDeclaration.getMarks()
Gets the "marks" style attribute. |
String |
CSSStyleDeclaration.getMaxHeight()
Gets the "maxHeight" style attribute. |
String |
CSSStyleDeclaration.getMaxWidth()
Gets the "maxWidth" style attribute. |
MediaList |
CSSMediaRule.getMedia()
Returns the media types that the imported CSS style sheet applies to. |
MediaList |
CSSImportRule.getMedia()
Returns the media types that the imported CSS style sheet applies to. |
String |
CSSStyleDeclaration.getMinHeight()
Gets the "minHeight" style attribute. |
String |
CSSStyleDeclaration.getMinWidth()
Gets the "minWidth" style attribute. |
String |
CSSStyleDeclaration.getMsBlockProgression()
Gets the "msBlockProgression" style attribute. |
String |
CSSStyleDeclaration.getMsInterpolationMode()
Gets the "msInterpolationMode" style attribute. |
String |
CSSStyleDeclaration.getOpacity()
Gets the "opacity" style attribute. |
String |
CSSStyleDeclaration.getOrphans()
Gets the "orphans" style attribute. |
String |
CSSStyleDeclaration.getOutline()
Gets the "outline" style attribute. |
String |
CSSStyleDeclaration.getOutlineColor()
Gets the "outlineColor" style attribute. |
String |
CSSStyleDeclaration.getOutlineOffset()
Gets the "outlineOffset" style attribute. |
String |
CSSStyleDeclaration.getOutlineStyle()
Gets the "outlineStyle" style attribute. |
String |
CSSStyleDeclaration.getOutlineWidth()
Gets the "outlineWidth" style attribute. |
String |
CSSStyleDeclaration.getOverflow()
Gets the "overflow" style attribute. |
String |
CSSStyleDeclaration.getOverflowX()
Gets the "overflowX" style attribute. |
String |
CSSStyleDeclaration.getOverflowY()
Gets the "overflowY" style attribute. |
HTMLElement |
CSSStyleSheet.getOwnerNode()
For Firefox. |
HTMLElement |
CSSStyleSheet.getOwningElement()
For Internet Explorer. |
String |
CSSStyleDeclaration.getPadding()
Gets the "padding" style attribute. |
String |
CSSStyleDeclaration.getPaddingBottom()
Gets the "paddingBottom" style attribute. |
String |
CSSStyleDeclaration.getPaddingLeft()
Gets the "paddingLeft" style attribute. |
String |
CSSStyleDeclaration.getPaddingRight()
Gets the "paddingRight" style attribute. |
String |
CSSStyleDeclaration.getPaddingTop()
Gets the "paddingTop" style attribute. |
String |
CSSStyleDeclaration.getPage()
Gets the "page" style attribute. |
String |
CSSStyleDeclaration.getPageBreakAfter()
Gets the "pageBreakAfter" style attribute. |
String |
CSSStyleDeclaration.getPageBreakBefore()
Gets the "pageBreakBefore" style attribute. |
String |
CSSStyleDeclaration.getPageBreakInside()
Gets the "pageBreakInside" style attribute. |
CSSRule |
CSSRule.getParentRule()
If this rule is contained inside another rule (e.g. |
CSSStyleSheet |
CSSRule.getParentStyleSheet()
Returns the style sheet that contains this rule. |
int |
CSSStyleDeclaration.getPixelBottom()
Gets the "pixelBottom" style attribute. |
int |
CSSStyleDeclaration.getPixelHeight()
Gets the "pixelHeight" style attribute. |
int |
CSSStyleDeclaration.getPixelLeft()
Gets the "pixelLeft" style attribute. |
int |
CSSStyleDeclaration.getPixelRight()
Gets the "pixelRight" style attribute. |
int |
CSSStyleDeclaration.getPixelTop()
Gets the "pixelTop" style attribute. |
int |
CSSStyleDeclaration.getPixelWidth()
Gets the "pixelWidth" style attribute. |
String |
CSSStyleDeclaration.getPointerEvents()
Gets the "pointerEvents" style attribute. |
int |
CSSStyleDeclaration.getPosBottom()
Gets the "posBottom" style attribute. |
int |
CSSStyleDeclaration.getPosHeight()
Gets the "posHeight" style attribute. |
String |
CSSStyleDeclaration.getPosition()
Gets the "position" style attribute. |
int |
CSSStyleDeclaration.getPosLeft()
Gets the "posLeft" style attribute. |
int |
CSSStyleDeclaration.getPosRight()
Gets the "posRight" style attribute. |
int |
CSSStyleDeclaration.getPosTop()
Gets the "posTop" style attribute. |
int |
CSSStyleDeclaration.getPosWidth()
Gets the "posWidth" style attribute. |
String |
CSSStyleDeclaration.getRight()
Gets the "right" style attribute. |
String |
CSSStyleDeclaration.getRubyAlign()
Gets the "rubyAlign" style attribute. |
String |
CSSStyleDeclaration.getRubyOverhang()
Gets the "rubyOverhang" style attribute. |
String |
CSSStyleDeclaration.getRubyPosition()
Gets the "rubyPosition" style attribute. |
CSSRuleList |
CSSStyleSheet.getRules()
Retrieves the collection of rules defined in this style sheet. |
String |
CSSStyleDeclaration.getScrollbar3dLightColor()
Gets the "scrollbar3dLightColor" style attribute. |
String |
CSSStyleDeclaration.getScrollbarArrowColor()
Gets the "scrollbarArrowColor" style attribute. |
String |
CSSStyleDeclaration.getScrollbarBaseColor()
Gets the "scrollbarBaseColor" style attribute. |
String |
CSSStyleDeclaration.getScrollbarDarkShadowColor()
Gets the "scrollbarDarkShadowColor" style attribute. |
String |
CSSStyleDeclaration.getScrollbarFaceColor()
Gets the "scrollbarFaceColor" style attribute. |
String |
CSSStyleDeclaration.getScrollbarHighlightColor()
Gets the "scrollbarHighlightColor" style attribute. |
String |
CSSStyleDeclaration.getScrollbarShadowColor()
Gets the "scrollbarShadowColor" style attribute. |
String |
CSSStyleDeclaration.getScrollbarTrackColor()
Gets the "scrollbarTrackColor" style attribute. |
String |
CSSStyleRule.getSelectorText()
Returns the textual representation of the selector for the rule set. |
String |
CSSStyleDeclaration.getSize()
Gets the "size" style attribute. |
CSSStyleDeclaration |
CSSStyleRule.getStyle()
Returns the declaration-block of this rule set. |
String |
CSSStyleDeclaration.getStyleFloat()
Gets the "styleFloat" style attribute. |
CSSStyleSheet |
CSSImportRule.getStyleSheet()
Returns the style sheet referred to by this rule. |
String |
CSSStyleDeclaration.getTableLayout()
Gets the "tableLayout" style attribute. |
String |
CSSStyleDeclaration.getTextAlign()
Gets the "textAlign" style attribute. |
String |
CSSStyleDeclaration.getTextAlignLast()
Gets the "textAlignLast" style attribute. |
String |
CSSStyleDeclaration.getTextAutospace()
Gets the "textAutospace" style attribute. |
String |
CSSStyleDeclaration.getTextDecoration()
Gets the "textDecoration" style attribute. |
boolean |
CSSStyleDeclaration.getTextDecorationBlink()
Gets the "textDecorationBlink" style attribute. |
boolean |
CSSStyleDeclaration.getTextDecorationLineThrough()
Gets the "textDecorationLineThrough" style attribute. |
boolean |
CSSStyleDeclaration.getTextDecorationNone()
Gets the "textDecorationNone" style attribute. |
boolean |
CSSStyleDeclaration.getTextDecorationOverline()
Gets the "textDecorationOverline" style attribute. |
boolean |
CSSStyleDeclaration.getTextDecorationUnderline()
Gets the "textDecorationUnderline" style attribute. |
String |
CSSStyleDeclaration.getTextIndent()
Gets the "textIndent" style attribute. |
String |
CSSStyleDeclaration.getTextJustify()
Gets the "textJustify" style attribute. |
String |
CSSStyleDeclaration.getTextJustifyTrim()
Gets the "textJustifyTrim" style attribute. |
String |
CSSStyleDeclaration.getTextKashida()
Gets the "textKashida" style attribute. |
String |
CSSStyleDeclaration.getTextKashidaSpace()
Gets the "textKashidaSpace" style attribute. |
String |
CSSStyleDeclaration.getTextOverflow()
Gets the "textOverflow" style attribute. |
String |
CSSStyleDeclaration.getTextShadow()
Gets the "textShadow" style attribute. |
String |
CSSStyleDeclaration.getTextTransform()
Gets the "textTransform" style attribute. |
String |
CSSStyleDeclaration.getTextUnderlinePosition()
Gets the "textUnderlinePosition" style attribute. |
String |
CSSStyleDeclaration.getTop()
Gets the "top" style attribute. |
short |
CSSRule.getType()
Returns the type of the rule. |
short |
CSSFontFaceRule.getType()
|
String |
CSSStyleDeclaration.getVerticalAlign()
Gets the "verticalAlign" style attribute. |
String |
CSSStyleDeclaration.getVisibility()
Gets the "visibility" style attribute. |
String |
CSSStyleDeclaration.getWhiteSpace()
Gets the "whiteSpace" style attribute. |
String |
CSSStyleDeclaration.getWidows()
Gets the "widows" style attribute. |
String |
CSSStyleDeclaration.getWidth()
Gets the "width" style attribute. |
String |
CSSStyleDeclaration.getWordSpacing()
Gets the "wordSpacing" style attribute. |
String |
CSSStyleDeclaration.getWordWrap()
Gets the "wordWrap" style attribute. |
String |
CSSStyleDeclaration.getWritingMode()
Gets the "writingMode" style attribute. |
Object |
CSSStyleDeclaration.getZIndex()
Gets the "zIndex" style attribute. |
String |
CSSStyleDeclaration.getZoom()
Gets the "zoom" style attribute. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host.dom |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.dom with annotations of type JsxGetter | |
|---|---|
Object |
DOMException.getCode()
Gets the exception code. |
Object |
DOMException.getFilename()
Gets the name of the in which the exception occurred. |
int |
DOMTokenList.getLength()
Returns the length property. |
Object |
DOMException.getLineNumber()
Gets the line at which the exception occurred. |
Object |
DOMException.getMessage()
Gets the exception message. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host.geo |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.geo with annotations of type JsxGetter | |
|---|---|
double |
Coordinates.getAccuracy()
Returns the accuracy. |
Coordinates |
Position.getCoords()
Returns the coordinates. |
double |
Coordinates.getLatitude()
Returns the latitude. |
double |
Coordinates.getLongitude()
Returns the longitude. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host.html |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.html with annotations of type JsxGetter | |
|---|---|
String |
HTMLTableCellElement.getAbbr()
Returns the value of the abbr attribute. |
String |
HTMLTextAreaElement.getAccessKey()
Returns the "accessKey" property. |
String |
HTMLLegendElement.getAccessKey()
Returns the "accessKey" property. |
String |
HTMLLabelElement.getAccessKey()
Returns the "accessKey" property. |
String |
HTMLInputElement.getAccessKey()
Returns the "accessKey" property. |
String |
HTMLElement.getAccessKey()
Returns the "accessKey" property. |
String |
HTMLButtonElement.getAccessKey()
Returns the "accessKey" property. |
String |
HTMLAreaElement.getAccessKey()
Returns the "accessKey" property. |
String |
HTMLAnchorElement.getAccessKey()
Returns the "accessKey" property. |
String |
HTMLFormElement.getAction()
Returns the value of the JavaScript attribute "action". |
Object |
HTMLDocument.getActiveElement()
Returns the value of the "activeElement" property. |
String |
HTMLTableComponent.getAlign()
Returns the value of the "align" property. |
String |
HTMLTableCaptionElement.getAlign()
Returns the value of the "align" property. |
String |
HTMLParagraphElement.getAlign()
Returns the value of the "align" property. |
String |
HTMLInputElement.getAlign()
Returns the value of the "align" property. |
String |
HTMLImageElement.getAlign()
Returns the value of the "align" property. |
String |
HTMLIFrameElement.getAlign()
Returns the value of the "align" property. |
String |
HTMLHeadingElement.getAlign()
Returns the value of the align property. |
String |
HTMLFieldSetElement.getAlign()
Returns the value of the align property. |
String |
HTMLEmbedElement.getAlign()
Returns the value of the "align" property. |
String |
HTMLDivElement.getAlign()
Returns the value of the "align" property. |
String |
HTMLAppletElement.getAlign()
Returns the value of the "align" property. |
String |
HTMLBodyElement.getALink()
Returns the value of the aLink attribute. |
String |
HTMLDocument.getAlinkColor()
Returns the value of the alinkColor attribute. |
HTMLCollection |
HTMLElement.getAll()
Returns the value of the "all" property. |
HTMLCollection |
HTMLDocument.getAll()
Returns the value of the "all" property. |
String |
HTMLObjectElement.getAlt()
Returns the value of the "alt" property. |
String |
HTMLInputElement.getAlt()
Returns the value of the "alt" property. |
String |
HTMLImageElement.getAlt()
Returns the value of the "alt" property. |
String |
HTMLAreaElement.getAlt()
Returns the value of the "alt" property. |
String |
HTMLAppletElement.getAlt()
Returns the value of the "alt" property. |
Object |
HTMLDocument.getAnchors()
Returns the value of the JavaScript attribute "anchors". |
Object |
HTMLDocument.getApplets()
Returns the value of the JavaScript attribute "applets". |
HTMLCollection |
HTMLMapElement.getAreas()
Returns the value of the JavaScript attribute "areas". |
String |
HTMLTableCellElement.getAxis()
Returns the value of the axis attribute. |
String |
HTMLBodyElement.getBackground()
Returns the value of the background attribute. |
String |
HTMLTableRowElement.getBgColor()
Returns the value of the bgColor attribute. |
String |
HTMLTableElement.getBgColor()
Returns the value of the bgColor attribute. |
String |
HTMLTableCellElement.getBgColor()
Returns the value of the bgColor attribute. |
String |
HTMLDocument.getBgColor()
Returns the value of the bgColor attribute. |
String |
HTMLBodyElement.getBgColor()
Returns the value of the bgColor attribute. |
HTMLElement |
HTMLDocument.getBody()
Returns this document's body element. |
String |
HTMLTableElement.getBorder()
Gets the border attribute. |
String |
HTMLObjectElement.getBorder()
Gets the "border" attribute. |
String |
HTMLInputElement.getBorder()
Gets the "border" attribute. |
String |
HTMLImageElement.getBorder()
Gets the "border" attribute. |
String |
HTMLIFrameElement.getBorder()
Gets the "border" attribute. |
String |
HTMLFrameSetElement.getBorder()
Gets the "border" attribute. |
String |
HTMLFrameElement.getBorder()
Gets the "border" attribute. |
String |
HTMLAppletElement.getBorder()
Gets the "border" attribute. |
Object |
HTMLTableElement.getCaption()
Returns the table's caption element, or null if none exists. |
Integer |
HTMLTableCellElement.getCellIndex()
Returns the index of this cell within the parent row. |
String |
HTMLTableElement.getCellPadding()
Returns the cellPadding attribute. |
Object |
HTMLTableRowElement.getCells()
Returns the cells in the row. |
String |
HTMLTableElement.getCellSpacing()
Returns the cellSpacing attribute. |
String |
HTMLTableSectionElement.getCh()
Returns the value of the "ch" property. |
String |
HTMLTableComponent.getCh()
Returns the value of the "ch" property. |
String |
HTMLDocument.getCharacterSet()
Returns the character encoding of the current document. |
String |
HTMLMetaElement.getCharset()
Returns "charset" attribute. |
String |
HTMLDocument.getCharset()
Retrieves the character set used to encode the document. |
boolean |
HTMLInputElement.getChecked()
Returns the value of the checked property. |
HTMLCollection |
HTMLElement.getChildren()
Gets the children of the current node. |
String |
HTMLTableSectionElement.getChOff()
Returns the value of the "chOff" property. |
String |
HTMLTableComponent.getChOff()
Returns the value of the "chOff" property. |
String |
HTMLPreElement.getCite()
Returns the value of the "cite" property. |
String |
HTMLModElement.getCite()
Returns the value of the "cite" property. |
String |
HTMLInlineQuotationElement.getCite()
Returns the value of the "cite" property. |
String |
HTMLBlockQuoteElement.getCite()
Returns the value of the "cite" property. |
String |
HTMLObjectElement.getClassid()
Gets the "classid" attribute. |
DOMTokenList |
HTMLElement.getClassList()
Gets the token list of class attribute. |
Object |
HTMLElement.getClassName_js()
Returns the class defined for this element. |
String |
HTMLBRElement.getClear()
Returns the value of the clear property. |
int |
HTMLElement.getClientHeight()
Returns "clientHeight" attribute. |
int |
HTMLElement.getClientLeft()
Returns "clientLeft" attribute. |
int |
HTMLElement.getClientTop()
Returns "clientTop" attribute. |
int |
HTMLElement.getClientWidth()
Returns "clientWidth" attribute. |
String |
HTMLFontElement.getColor()
Gets the "color" attribute. |
String |
HTMLBaseFontElement.getColor()
Gets the "color" attribute. |
int |
HTMLTextAreaElement.getCols()
Returns the number of columns in this text area. |
String |
HTMLFrameSetElement.getCols()
Gets the cols property. |
int |
HTMLTableCellElement.getColSpan()
Returns the value of the colSpan attribute. |
boolean |
HTMLListElement.getCompact()
Returns the value of the compact attribute. |
String |
HTMLDocument.getCompatMode()
Returns the "compatMode" attribute. |
String |
HTMLMetaElement.getContent()
Returns "content" attribute. |
DocumentProxy |
HTMLIFrameElement.getContentDocument()
Returns the document the frame contains, if any. |
DocumentProxy |
HTMLFrameElement.getContentDocument()
Returns the document the frame contains, if any. |
Window |
HTMLIFrameElement.getContentWindow()
Returns the window the frame contains, if any. |
WindowProxy |
HTMLFrameElement.getContentWindow()
Returns the window the frame contains, if any. |
String |
HTMLDocument.getCookie()
Returns the cookie attribute. |
DOMStringMap |
HTMLElement.getDataset()
Returns the "dataset" attribute. |
String |
HTMLModElement.getDateTime()
Returns the value of the "dateTime" property. |
String |
HTMLInlineQuotationElement.getDateTime()
Returns the value of the "dateTime" property. |
String |
HTMLDocument.getDefaultCharset()
Gets the default character set from the current regional language settings. |
boolean |
HTMLInputElement.getDefaultChecked()
Returns the input's default checked value, used if the containing form gets reset. |
boolean |
HTMLOptionElement.getDefaultSelected()
Returns the value of the "defaultSelected" property. |
String |
HTMLTextAreaElement.getDefaultValue()
Returns the textarea's default value, used if the containing form gets reset. |
String |
HTMLInputElement.getDefaultValue()
Returns the input's default value, used if the containing form gets reset. |
String |
HTMLElement.getDir()
Returns the "dir" property. |
boolean |
HTMLOptionElement.getDisabled()
Returns true if this element is disabled. |
boolean |
HTMLOptGroupElement.getDisabled()
Returns true if this element is disabled. |
boolean |
HTMLElement.getDisabled()
Returns true if this element is disabled. |
DocumentProxy |
HTMLElement.getDocument()
Returns the document. |
int |
HTMLDocument.getDocumentMode()
Returns the "documentMode" attribute. |
String |
HTMLDocument.getDomain()
Returns the domain name of the server that served the document, or null if the server cannot be identified by a domain name. |
HTMLCollection |
HTMLFormElement.getElements()
Returns the value of the JavaScript attribute "elements". |
String |
HTMLFormElement.getEncoding()
Returns the value of the JavaScript attribute "encoding". |
String |
HTMLFormElement.getEnctype()
Returns the value of the JavaScript attribute "enctype". |
String |
HTMLFontElement.getFace()
Gets the typeface family. |
String |
HTMLBaseFontElement.getFace()
Gets the typeface family. |
String |
HTMLDocument.getFgColor()
Returns the value of the fgColor attribute. |
Object |
HTMLElement.getFilters()
Gets the filters. |
Object |
HTMLDocument.getForms()
Returns the value of the JavaScript attribute "forms". |
Object |
HTMLDocument.getFrames()
Returns the value of the frames property. |
String |
HTMLAnchorElement.getHash()
Returns the hash portion of the link's URL (the portion following the '#', including the '#'). |
HTMLElement |
HTMLDocument.getHead()
Returns this document's head element. |
String |
HTMLTableCellElement.getHeight_js()
Returns the value of the "width" property. |
String |
HTMLIFrameElement.getHeight_js()
Returns the value of the "width" property. |
int |
HTMLImageElement.getHeight()
Returns the value of the "height" property. |
int |
HTMLCanvasElement.getHeight()
Returns the "height" property. |
String |
HTMLEmbedElement.getHeightString()
Returns the value of the "height" property. |
double |
HTMLMeterElement.getHigh()
The getter for the "high" property. |
String |
HTMLAnchorElement.getHost()
Returns the host portion of the link's URL (the '[hostname]:[port]' portion). |
String |
HTMLAnchorElement.getHostname()
Returns the hostname portion of the link's URL. |
String |
HTMLLinkElement.getHref()
Returns the value of the href property. |
String |
HTMLBaseElement.getHref()
Returns the value of the "href" property. |
String |
HTMLAnchorElement.getHref()
Returns the value of this link's href property. |
String |
HTMLLabelElement.getHtmlFor()
Retrieves the object to which the given label object is assigned. |
String |
HTMLMetaElement.getHttpEquiv()
Returns "http-equiv" attribute. |
String |
HTMLElement.getId()
Returns the element ID. |
Object |
HTMLDocument.getImages()
Returns the value of the "images" property. |
String |
HTMLElement.getInnerHTML()
Gets the innerHTML attribute. |
String |
HTMLElement.getInnerText()
Gets the innerText attribute. |
String |
HTMLDocument.getInputEncoding()
Returns a string representing the encoding under which the document was parsed. |
String |
HTMLOptionElement.getLabel()
Returns the value of the "label" property. |
String |
HTMLOptGroupElement.getLabel()
Returns the value of the "label" property. |
String |
HTMLElement.getLang()
Returns the "lang" property. |
String |
HTMLElement.getLanguage()
Returns the "language" property. |
String |
HTMLDocument.getLastModified()
Returns the last modification date of the document. |
int |
HTMLSelectElement.getLength()
Returns the value of the "length" property. |
int |
HTMLOptionsCollection.getLength()
Returns the number of elements in this array. |
int |
HTMLFormElement.getLength()
Returns the value of the JavaScript attribute "length". |
String |
HTMLBodyElement.getLink()
Returns the value of the link attribute. |
String |
HTMLDocument.getLinkColor()
Returns the value of the linkColor attribute. |
Object |
HTMLDocument.getLinks()
Returns the value of the JavaScript attribute "links". |
double |
HTMLMeterElement.getLow()
The getter for the "low" property. |
double |
HTMLProgressElement.getMax()
The getter for the "max" property. |
double |
HTMLMeterElement.getMax()
The getter for the "max" property. |
int |
HTMLInputElement.getMaxLength()
Gets the max length. |
String |
HTMLStyleElement.getMedia()
Returns the media of this style. |
String |
HTMLFormElement.getMethod()
Returns the value of the JavaScript attribute "method". |
double |
HTMLMeterElement.getMin()
The getter for the "min" property. |
boolean |
HTMLSelectElement.getMultiple()
Returns true if the multiple attribute is set. |
String |
HTMLMetaElement.getName()
Returns "name" attribute. |
String |
HTMLIFrameElement.getName()
Returns the value of the name attribute. |
String |
HTMLFrameElement.getName()
Returns the value of the name attribute. |
String |
HTMLFormElement.getName()
Returns the value of the JavaScript attribute "name". |
String |
HTMLAnchorElement.getName()
Returns the value of the name property of this link. |
Object |
HTMLDocument.getNamespaces()
Returns the value of the JavaScript attribute "namespaces". |
boolean |
HTMLTableCellElement.getNoWrap()
Returns the value of the noWrap attribute. |
int |
HTMLElement.getOffsetHeight()
Returns this element's offsetHeight, which is the element height plus the element's padding plus the element's border. |
int |
HTMLElement.getOffsetLeft()
Returns this element's offsetLeft, which is the calculated left position of this element relative to the offsetParent. |
Object |
HTMLElement.getOffsetParent_js()
Returns this element's offsetParent. |
int |
HTMLElement.getOffsetTop()
Returns this element's offsetTop, which is the calculated top position of this element relative to the offsetParent. |
int |
HTMLElement.getOffsetWidth()
Returns this element's offsetWidth, which is the element width plus the element's padding plus the element's border. |
net.sourceforge.htmlunit.corejs.javascript.Function |
HTMLElement.getOnchange()
Returns the onchange event handler for this element. |
Object |
HTMLScriptElement.getOnload()
Returns the event handler that fires on load. |
Object |
HTMLImageElement.getOnload()
Returns the onload event handler for this element. |
Object |
HTMLIFrameElement.getOnload()
Returns the onload event handler for this element. |
Object |
HTMLFrameElement.getOnload()
Returns the onload event handler for this element. |
Object |
HTMLScriptElement.getOnreadystatechange()
Returns the event handler that fires on every state change. |
Object |
HTMLFormElement.getOnsubmit()
Returns the onsubmit event handler for this element. |
Object |
HTMLElement.getOnsubmit()
Returns the onsubmit event handler for this element. |
double |
HTMLMeterElement.getOptimum()
The getter for the "optimum" property. |
HTMLOptionsCollection |
HTMLSelectElement.getOptions()
Returns the value of the "options" property. |
String |
HTMLElement.getOuterHTML()
Gets the outerHTML of the node. |
Element |
HTMLElement.getParentElement()
Gets the first ancestor instance of Element. |
Object |
HTMLDocument.getParentWindow()
Gets the window in which this document is contained. |
String |
HTMLAnchorElement.getPathname()
Returns the pathname portion of the link's URL. |
String |
HTMLAnchorElement.getPort()
Returns the port portion of the link's URL. |
String |
HTMLAnchorElement.getProtocol()
Returns the protocol portion of the link's URL, including the trailing ':'. |
boolean |
HTMLTextAreaElement.getReadOnly()
Gets the value of "readOnly" attribute. |
boolean |
HTMLInputElement.getReadOnly()
Gets the value of "readOnly" attribute. |
String |
HTMLScriptElement.getReadyState()
Returns the ready state of the script. |
String |
HTMLDocument.getReadyState()
Returns the ready state of the document. |
String |
HTMLLinkElement.getRel()
Returns the value of the rel property. |
String |
HTMLAnchorElement.getRel()
Returns the value of the rel property. |
String |
HTMLLinkElement.getRev()
Returns the value of the rev property. |
String |
HTMLAnchorElement.getRev()
Returns the value of the rev property. |
int |
HTMLTableRowElement.getRowIndex()
Returns the index of the row within the parent table. |
int |
HTMLTextAreaElement.getRows()
Returns the number of rows in this text area. |
String |
HTMLFrameSetElement.getRows()
Gets the rows property. |
int |
HTMLTableCellElement.getRowSpan()
Returns the value of the rowSpan attribute. |
String |
HTMLMetaElement.getScheme()
Returns "scheme" attribute. |
String |
HTMLElement.getScopeName()
Gets the namespace defined for the element. |
Object |
HTMLDocument.getScripts()
Returns the value of the JavaScript attribute scripts. |
int |
HTMLElement.getScrollHeight()
Gets the scrollHeight for this element. |
int |
HTMLElement.getScrollLeft()
Gets the scrollLeft value for this element. |
int |
HTMLElement.getScrollTop()
Gets the scrollTop value for this element. |
int |
HTMLElement.getScrollWidth()
Gets the scrollWidth for this element. |
String |
HTMLAnchorElement.getSearch()
Returns the search portion of the link's URL (the portion starting with '?' and up to but not including any '#'). |
int |
HTMLTableRowElement.getSectionRowIndex()
Returns the index of the row within the enclosing thead, tbody or tfoot. |
boolean |
HTMLOptionElement.getSelected()
Returns the value of the "selected" property. |
int |
HTMLSelectElement.getSelectedIndex()
Returns the value of the "selectedIndex" property. |
Selection |
HTMLDocument.getSelection_js()
Returns the value of the JavaScript attribute selection. |
int |
HTMLTextAreaElement.getSelectionEnd()
Gets the value of "selectionEnd" attribute. |
int |
HTMLInputElement.getSelectionEnd()
Gets the value of "selectionEnd" attribute. |
int |
HTMLTextAreaElement.getSelectionStart()
Gets the value of "selectionStart" attribute. |
int |
HTMLInputElement.getSelectionStart()
Gets the value of "selectionStart" attribute. |
CSSStyleSheet |
HTMLStyleElement.getSheet()
Gets the associated sheet. |
int |
HTMLSelectElement.getSize()
Returns the size attribute. |
int |
HTMLFontElement.getSize()
Gets the "size" attribute. |
int |
HTMLBaseFontElement.getSize()
Gets the "size" attribute. |
int |
HTMLTableColElement.getSpan()
Returns the value of the "span" property. |
boolean |
HTMLElement.getSpellcheck()
Returns the "spellcheck" property. |
String |
HTMLScriptElement.getSrc()
Returns the src attribute. |
String |
HTMLImageElement.getSrc()
Returns the value of the src attribute. |
String |
HTMLIFrameElement.getSrc()
Returns the value of URL loaded in the frame. |
String |
HTMLFrameElement.getSrc()
Returns the value of URL loaded in the frame. |
CSSStyleSheet |
HTMLStyleElement.getStyleSheet()
Gets the associated sheet (IE). |
StyleSheetList |
HTMLDocument.getStyleSheets()
Retrieves a collection of stylesheet objects representing the style sheets that correspond to each instance of a Link or CSSStyleDeclaration object in the document. |
int |
HTMLElement.getTabIndex()
Returns the value of the tabIndex attribute. |
String |
HTMLElement.getTagName()
Returns the tag name of this element. |
String |
HTMLElement.getTagUrn()
Gets the Uniform Resource Name (URN) specified in the namespace declaration. |
String |
HTMLFormElement.getTarget()
Returns the value of the JavaScript attribute "target". |
String |
HTMLBaseElement.getTarget()
Returns the value of the "target" property. |
String |
HTMLAnchorElement.getTarget()
Returns the value of the target property of this link. |
Object |
HTMLTableElement.getTBodies()
Returns the tbody's in the table. |
String |
HTMLTitleElement.getText()
Returns the text attribute. |
String |
HTMLTimeElement.getText()
Returns the text attribute. |
String |
HTMLTextElement.getText()
Returns the text attribute. |
String |
HTMLScriptElement.getText()
Returns the text attribute. |
String |
HTMLOptionElement.getText()
Returns the value of the "text" property. |
String |
HTMLBodyElement.getText()
Returns the value of the text attribute. |
int |
HTMLTextAreaElement.getTextLength()
Gets the value of "textLength" attribute. |
int |
HTMLInputElement.getTextLength()
Gets the value of "textLength" attribute. |
Object |
HTMLTableElement.getTFoot()
Returns the table's tfoot element, or null if none exists. |
Object |
HTMLTableElement.getTHead()
Returns the table's thead element, or null if none exists. |
String |
HTMLElement.getTitle()
Returns the element title. |
String |
HTMLDocument.getTitle()
Returns this document's title. |
String |
HTMLStyleElement.getType()
Returns the type of this style. |
String |
HTMLScriptElement.getType()
Returns the type attribute. |
String |
HTMLLinkElement.getType()
Returns the value of the type property. |
String |
HTMLInputElement.getType()
Returns the value of the JavaScript attribute "type". |
String |
HTMLButtonElement.getType()
Returns the value of the JavaScript attribute "type". |
String |
HTMLElement.getUniqueID()
Retrieves an auto-generated, unique identifier for the object. |
String |
HTMLDocument.getUniqueID()
Retrieves an auto-generated, unique identifier for the object. |
String |
HTMLMetaElement.getUrl()
Returns "url" attribute. |
String |
HTMLDocument.getURL()
Returns the value of the "URL" property. |
String |
HTMLTableSectionElement.getVAlign()
Returns the value of the "vAlign" property. |
String |
HTMLTableComponent.getVAlign()
Returns the value of the "vAlign" property. |
String |
HTMLTableCaptionElement.getVAlign()
Returns the value of the "vAlign" property. |
double |
HTMLProgressElement.getValue()
The getter for the "value" property. |
String |
HTMLOptionElement.getValue()
Returns the value of the "value" property. |
double |
HTMLMeterElement.getValue()
The getter for the "value" property. |
String |
HTMLBodyElement.getVLink()
Returns the value of the vLink attribute. |
String |
HTMLDocument.getVlinkColor()
Returns the value of the vlinkColor attribute. |
String |
HTMLTableElement.getWidth_js()
Returns the width attribute. |
String |
HTMLTableColElement.getWidth_js()
Returns the value of the "width" property. |
String |
HTMLTableCellElement.getWidth_js()
Returns the value of the "width" property. |
String |
HTMLIFrameElement.getWidth_js()
Returns the value of the "width" property. |
int |
HTMLImageElement.getWidth()
Returns the value of the "width" property. |
int |
HTMLCanvasElement.getWidth()
Returns the "width" property. |
String |
HTMLEmbedElement.getWidthString()
Returns the value of the "width" property. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host.svg |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.svg with annotations of type JsxGetter | |
|---|---|
double |
SVGMatrix.getA()
Gets the a entry of the matrix. |
double |
SVGMatrix.getB()
Gets the b entry of the matrix. |
double |
SVGMatrix.getC()
Gets the c entry of the matrix. |
double |
SVGMatrix.getD()
Gets the d entry of the matrix. |
double |
SVGMatrix.getE()
Gets the e entry of the matrix. |
double |
SVGMatrix.getF()
Gets the f entry of the matrix. |
double |
SVGRect.getHeight()
Gets height. |
double |
SVGRect.getWidth()
Gets width. |
double |
SVGRect.getX()
Gets x. |
double |
SVGRect.getY()
Gets y. |
| Uses of JsxGetter in com.gargoylesoftware.htmlunit.javascript.host.xml |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.xml with annotations of type JsxGetter | |
|---|---|
boolean |
XMLDocument.getAsync()
Returns Whether or not to send the request to the server asynchronously. |
net.sourceforge.htmlunit.corejs.javascript.Function |
XMLHttpRequest.getOnerror()
Returns the event handler that fires on error. |
net.sourceforge.htmlunit.corejs.javascript.Function |
XMLHttpRequest.getOnload()
Returns the event handler that fires on load. |
net.sourceforge.htmlunit.corejs.javascript.Function |
XMLHttpRequest.getOnreadystatechange()
Returns the event handler that fires on every state change. |
int |
XMLHttpRequest.getReadyState()
Returns the current state of the HTTP request. |
String |
XMLHttpRequest.getResponseText()
Returns a string version of the data retrieved from the server. |
Object |
XMLHttpRequest.getResponseXML()
Returns a DOM-compatible document object version of the data retrieved from the server. |
int |
XMLHttpRequest.getStatus()
Returns the numeric status returned by the server, such as 404 for "Not Found" or 200 for "OK". |
String |
XMLHttpRequest.getStatusText()
Returns the string message accompanying the status code, such as "Not Found" or "OK". |
boolean |
XMLHttpRequest.getWithCredentials()
Returns the "withCredentials" property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||