Package | Description |
---|---|
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.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
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.event |
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.file |
Implementations of the File 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.performance |
Implementations of the Performance 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.worker |
Implementations of the Web Workers 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.
|
Modifier and Type | Method and Description |
---|---|
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 |
XMLDOMCharacterData.getLength()
Returns the length, in characters, of the data.
|
int |
XMLDOMNamedNodeMap.getLength()
Returns the number of attributes in this named node map.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HtmlInput.isRequired()
Returns the
required attribute. |
Modifier and Type | Method and Description |
---|---|
int |
NamedNodeMap.getLength()
Returns the number of attributes in this named node map.
|
Modifier and Type | Method and Description |
---|---|
String |
Navigator.getAppCodeName()
Returns the
appCodeName property. |
ApplicationCache |
Window.getApplicationCache()
Returns the application cache.
|
String |
Navigator.getAppMinorVersion()
Returns the
appMinorVersion property. |
String |
Navigator.getAppName()
Returns the
appName property. |
String |
Navigator.getAppVersion()
Returns the
appVersion property. |
NamedNodeMap |
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. |
String |
Element.getBaseURI()
Returns the Base URI as a string.
|
String |
WebSocket.getBinaryType() |
int |
ClientRect.getBottom()
Returns the bottom coordinate of the rectangle surrounding the object content.
|
String |
Navigator.getBrowserLanguage()
Returns the language of the browser.
|
int |
Screen.getBufferDepth()
Returns the
bufferDepth property. |
long |
WebSocket.getBufferedAmount() |
String |
Navigator.getBuildID()
Returns the
buildID property. |
int |
Element.getChildElementCount()
Returns the current number of child elements.
|
HTMLCollection |
Element.getChildren()
Gets the children of the current node.
|
DOMTokenList |
Element.getClassList()
Gets the token list of class attribute.
|
Navigator |
Window.getClientInformation()
Returns the JavaScript property
clientInformation . |
DataTransfer |
Window.getClipboardData()
Returns the JavaScript property
clipboardData . |
boolean |
Window.getClosed()
Indicates if this window is closed.
|
int |
Screen.getColorDepth()
Returns the
colorDepth property. |
net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
Window.getConsole()
Returns the
console property. |
Object |
Window.getControllers()
Gets the
controllers . |
boolean |
Navigator.getCookieEnabled()
Returns the
cookieEnabled property. |
String |
Navigator.getCpuClass()
Returns the
cpuClass property. |
Crypto |
Window.getCrypto()
Returns the
crypto property. |
ComputedCSSStyleDeclaration |
Element.getCurrentStyle()
Returns the current (calculated) style object for this element.
|
String |
Plugin.getDescription()
Gets the plugin's description.
|
String |
MimeType.getDescription()
Returns the mime type's description.
|
int |
Window.getDevicePixelRatio()
Returns the
devicePixelRatio property. |
int |
Screen.getDeviceXDPI()
Returns the
deviceXDPI property. |
int |
Screen.getDeviceYDPI()
Returns the
deviceYDPI property. |
DocumentProxy |
Window.getDocument_js()
Returns the JavaScript property
document . |
String |
Navigator.getDoNotTrack()
Returns the
doNotTrack property. |
Object |
MimeType.getEnabledPlugin()
Returns the mime type's associated plugin.
|
Object |
Window.getEvent()
Returns the current event.
|
External |
Window.getExternal()
Returns the
external property. |
String |
Plugin.getFilename()
Gets the plugin's file name.
|
Element |
Element.getFirstElementChild()
Returns the first element child.
|
boolean |
Screen.getFontSmoothingEnabled()
Returns the
fontSmoothingEnabled property. |
Object |
Window.getFrameElement()
Returns the (i)frame in which the window is contained.
|
Window |
Window.getFrames_js()
Returns the value of the
frames property. |
Geolocation |
Navigator.getGeolocation()
Returns the
geolocation property. |
String |
Location.getHash()
Returns the hash portion of the location URL (the portion following the '#').
|
int |
ClientRect.getHeight()
Returns the
height property. |
int |
Screen.getHeight()
Returns the
height property. |
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.
|
int |
Window.getInnerHeight()
Returns the
innerHeight . |
int |
Window.getInnerWidth()
Returns the
innerWidth . |
String |
Navigator.getLanguage()
Returns the language of the browser.
|
Element |
Element.getLastElementChild()
Returns the last element child.
|
int |
ClientRect.getLeft()
Returns the left coordinate of the rectangle surrounding the object content.
|
int |
Screen.getLeft()
Returns the
left property. |
int |
ApplicationCache.getLength()
Returns the number of entries in the dynamically managed offline resource list.
|
int |
NamespaceCollection.getLength()
Returns the length of this namespace collection.
|
int |
Storage.getLength()
Returns the length property.
|
int |
Window.getLength()
Returns the number of frames contained by this window.
|
int |
SimpleArray.getLength()
Gets the array size.
|
int |
History.getLength()
Returns the
length property. |
int |
ClientRectList.getLength()
Returns the length property.
|
Storage |
Window.getLocalStorage()
Returns the
localStorage property. |
Location |
Window.getLocation()
Returns the
location property. |
int |
Screen.getLogicalXDPI()
Returns the
logicalXDPI property. |
int |
Screen.getLogicalYDPI()
Returns the
logicalYDPI property. |
Object |
Navigator.getMimeTypes()
Returns the
mimeTypes property. |
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 |
Plugin.getName()
Gets the plugin's name.
|
String |
Window.getName()
Returns the value of the window's
name property. |
String |
Namespace.getName()
Retrieves the name of the namespace.
|
Navigator |
Window.getNavigator()
Returns the JavaScript property
navigator . |
Netscape |
Window.getNetscape()
Returns the value of
netscape property. |
Element |
Element.getNextElementSibling()
Returns the next element sibling.
|
Object |
Window.getOffscreenBuffering()
Returns the
offscreenBuffering property. |
Object |
Window.getOnbeforeunload()
Returns the value of the window's
onbeforeunload property. |
Object |
ApplicationCache.getOncached()
Returns the event listener to be called when caching is complete.
|
Object |
Window.getOnchange()
Getter for the
onchange event handler. |
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 (not necessary a function if something else has been set). |
net.sourceforge.htmlunit.corejs.javascript.Function |
WebSocket.getOnclose()
Returns the event handler that fires on close.
|
Object |
Window.getOndblclick()
Returns the
ondblclick property (not necessary a function if something else has been set). |
Object |
ApplicationCache.getOndownloading()
Returns the event listener to be called when resources are being downloaded into the cache.
|
Object |
ApplicationCache.getOnerror()
Returns the event listener to be called when an error occurs during the caching process.
|
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 |
Window.getOnhashchange()
Returns the
onhashchange property (not necessary a function if something else has been set). |
boolean |
Navigator.getOnLine()
Returns the
onLine property. |
Object |
Window.getOnload()
Returns the
onload property. |
Object |
Window.getOnmessage()
Returns the value of the window's
onmessage property. |
net.sourceforge.htmlunit.corejs.javascript.Function |
WebSocket.getOnmessage()
Returns the event handler that fires on message.
|
Object |
MessagePort.getOnmessage()
Returns the value of the window's
onmessage property. |
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 |
Window.getOnsubmit()
Getter for the
onsubmit event handler. |
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 |
Location.getOrigin()
Returns the
origin property. |
String |
Navigator.getOscpu()
Returns the
oscpu property. |
int |
Window.getOuterHeight()
Returns the
outerHeight . |
int |
Window.getOuterWidth()
Returns the
outerWidth . |
int |
Window.getPageXOffset()
Returns the value of
pageXOffset property. |
int |
Window.getPageYOffset()
Returns the value of
pageYOffset property. |
net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
Window.getParent()
Returns the value of the
parent property. |
String |
Location.getPathname()
Returns the pathname portion of the location URL.
|
Performance |
Window.getPerformance()
Returns the
performance property. |
int |
Screen.getPixelDepth()
Returns the
pixelDepth property. |
String |
Navigator.getPlatform()
Returns the
platform property. |
Object |
Navigator.getPlugins()
Returns an empty array because HtmlUnit does not support embedded objects.
|
String |
Location.getPort()
Returns the port portion of the location URL.
|
MessagePort |
MessageChannel.getPort1()
Returns
port1 property. |
MessagePort |
MessageChannel.getPort2()
Returns
port2 property. |
Element |
Element.getPreviousElementSibling()
Returns the previous element sibling.
|
String |
Navigator.getProduct()
Returns the
product property. |
String |
Navigator.getProductSub()
Returns the build number of the current browser.
|
String |
Location.getProtocol()
Returns the protocol portion of the location URL, including the trailing ':'.
|
String |
WebSocket.getProtocol() |
int |
WebSocket.getReadyState()
Returns The current state of the connection.
|
int |
ClientRect.getRight()
Returns the right coordinate of the rectangle surrounding the object content.
|
CSSStyleDeclaration |
Element.getRuntimeStyle()
Returns the runtime style object for this element.
|
Screen |
Window.getScreen()
Returns the
screen property. |
String |
History.getScrollRestoration()
Returns the
scrollRestoration 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 '?').
|
Window |
Window.getSelf()
Returns the
self property. |
Storage |
Window.getSessionStorage()
Returns the
sessionStorage property. |
int |
Set.getSize()
Returns the size.
|
int |
Map.getSize()
Returns the size.
|
SpeechSynthesis |
Window.getSpeechSynthesis()
Returns the
speechSynthesis property. |
Object |
History.getState()
Returns the
state property. |
short |
ApplicationCache.getStatus()
Returns the status of the application cache.
|
String |
Window.getStatus()
Returns the text from the status line.
|
CSSStyleDeclaration |
Element.getStyle()
Returns the style object for this element.
|
StyleMedia |
Window.getStyleMedia()
Returns the
styleMedia property. |
String |
MimeType.getSuffixes()
Returns the mime type's suffixes.
|
String |
Navigator.getSystemLanguage()
Returns the property
systemLanguage . |
int |
Screen.getSystemXDPI()
Returns the
systemXDPI property. |
int |
Screen.getSystemYDPI()
Returns the
systemYDPI property. |
String |
Element.getTagName()
Returns the tag name of this element.
|
int |
ClientRect.getTop()
Returns the top coordinate of the rectangle surrounding the object content.
|
Object |
Window.getTop()
Returns the value of the
top property. |
int |
Screen.getTop()
Returns the
top property. |
String |
MimeType.getType()
Returns the mime type's suffixes.
|
String |
WebSocket.getUrl() |
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 |
Navigator.getVendor()
Returns the
vendor property. |
String |
Navigator.getVendorSub()
Returns the
vendorSub property. |
String |
Plugin.getVersion()
Gets the plugin's version.
|
int |
ClientRect.getWidth()
Returns the
width property. |
int |
Screen.getWidth()
Returns the
width property. |
Window |
Window.getWindow_js()
Returns the window property.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
HTMLCanvasElement |
CanvasRenderingContext2D.getCanvas()
Returns the associated
HTMLCanvasElement . |
Uint8ClampedArray |
ImageData.getData()
Returns a
Uint8ClampedArray representing a one-dimensional array containing
the data in the RGBA order, with integer values between 0 and 255 (included). |
Object |
CanvasRenderingContext2D.getFillStyle()
Returns the
fillStyle property. |
double |
CanvasRenderingContext2D.getGlobalAlpha()
Returns the
globalAlpha property. |
int |
ImageData.getHeight()
Returns the
height property. |
double |
CanvasRenderingContext2D.getLineWidth()
Returns the
lineWidth property. |
Object |
CanvasRenderingContext2D.getStrokeStyle()
Returns the
strokeStyle property. |
int |
ImageData.getWidth()
Returns the
width property. |
Modifier and Type | Method and Description |
---|---|
String |
CSSStyleDeclaration.getAccelerator()
Gets the
accelerator 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.getBackgroundRepeat()
Gets the
backgroundRepeat 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.getBorderLeftColor()
Gets the
borderLeftColor style attribute. |
String |
CSSStyleDeclaration.getBorderLeftStyle()
Gets the
borderLeftStyle style attribute. |
String |
CSSStyleDeclaration.getBorderLeftWidth()
Gets the
borderLeftWidth 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.getBorderTopColor()
Gets the
borderTopColor style attribute. |
String |
CSSStyleDeclaration.getBorderTopStyle()
Gets the
borderTopStyle style attribute. |
String |
CSSStyleDeclaration.getBorderTopWidth()
Gets the
borderTopWidth style attribute. |
String |
CSSStyleDeclaration.getBottom()
Gets the
bottom style attribute. |
String |
CSSStyleDeclaration.getColor()
Gets the
color style attribute. |
String |
CSSStyleDeclaration.getCssFloat()
Gets the
cssFloat style attribute. |
CSSRuleList |
CSSStyleSheet.getCssRules()
Returns the collection of rules defined in this style sheet.
|
String |
CSSStyleDeclaration.getCssText()
Returns the actual text of the style.
|
String |
CSSValue.getCssText()
A string representation of the current value.
|
String |
CSSRule.getCssText()
Returns the parsable textual representation of the rule.
|
String |
CSSStyleDeclaration.getDisplay()
Gets the
display 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.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.getLeft()
Gets the
left style attribute. |
int |
CSSStyleDeclaration.getLength()
Returns the
length property. |
int |
StyleSheetList.getLength()
Returns the list's length.
|
int |
CSSRuleList.getLength()
Returns the length of this list.
|
String |
CSSStyleDeclaration.getLetterSpacing()
Gets the
letterSpacing style attribute. |
String |
CSSStyleDeclaration.getLineHeight()
Gets the
lineHeight 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. |
boolean |
MediaQueryList.getMatches()
Returns whether the document currently matches the media query list or not.
|
String |
CSSStyleDeclaration.getMaxHeight()
Gets the
maxHeight style attribute. |
String |
CSSStyleDeclaration.getMaxWidth()
Gets the
maxWidth style attribute. |
String |
MediaQueryList.getMedia()
Returns the
media property. |
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.getOpacity()
Gets the
opacity style attribute. |
String |
CSSStyleDeclaration.getOrphans()
Gets the
orphans style attribute. |
String |
CSSStyleDeclaration.getOutline()
Gets the
outline style attribute. |
String |
CSSStyleDeclaration.getOutlineWidth()
Gets the
outlineWidth style attribute. |
HTMLElement |
CSSStyleSheet.getOwnerNode()
Returns the owner node.
|
HTMLElement |
CSSStyleSheet.getOwningElement()
Returns the owner element, same as
CSSStyleSheet.getOwnerNode() . |
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. |
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. |
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. |
boolean |
CSSStyleRule.getReadOnly()
Returns the readonly property.
|
String |
CSSStyleDeclaration.getRight()
Gets the
right style attribute. |
String |
CSSStyleDeclaration.getRubyAlign()
Gets the
rubyAlign style attribute. |
CSSRuleList |
CSSStyleSheet.getRules()
Retrieves the collection of rules defined in this style sheet.
|
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.
|
CSSStyleSheet |
CSSImportRule.getStyleSheet()
Returns the style sheet referred to by this rule.
|
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.getTop()
Gets the
top style attribute. |
short |
CSSRule.getType()
Returns the type of the rule.
|
String |
StyleMedia.getType()
Returns the
type property. |
short |
CSSKeyframesRule.getType()
Returns the type of the rule.
|
String |
CSSStyleDeclaration.getVerticalAlign()
Gets the
verticalAlign 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. |
Object |
CSSStyleDeclaration.getZIndex()
Gets the
zIndex style attribute. |
Modifier and Type | Method and Description |
---|---|
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.
|
Object |
Node.getAttributes()
Returns the attributes of this XML element.
|
String |
Attr.getBaseURI()
Returns the Base URI as a string.
|
boolean |
XPathResult.getBooleanValue()
Returns the value of this boolean result.
|
NodeList |
Node.getChildNodes()
Returns the child nodes of the current element.
|
Object |
DOMException.getCode()
Gets the exception code.
|
boolean |
Range.getCollapsed()
Indicates if the range is collapsed.
|
Object |
Range.getCommonAncestorContainer()
Returns the deepest common ancestor container of the Range's two boundary points.
|
Node |
TreeWalker.getCurrentNode()
Gets the node at which the TreeWalker is currently positioned.
|
String |
ProcessingInstruction.getData()
Returns the
data attribute. |
Object |
CharacterData.getData()
Gets the JavaScript property
data for this character data. |
Object |
Document.getDefaultView()
Gets the window in which this document is contained.
|
String |
Document.getDesignMode()
Returns a value which indicates whether or not the document can be edited.
|
SimpleScriptable |
Document.getDoctype()
Gets the JavaScript property
doctype for the document. |
Element |
Document.getDocumentElement()
Gets the JavaScript property
documentElement for the document. |
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.
|
boolean |
TreeWalker.getExpandEntityReferences()
Gets the flag specifying whether or not to reject EntityReference nodes.
|
boolean |
Attr.getExpando()
Returns
true if the attribute is an custom property. |
Object |
DOMException.getFilename()
Gets the name of the in which the exception occurred.
|
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. |
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.
|
String |
TextRange.getHtmlText()
Retrieves the HTML fragment contained within the range.
|
DOMImplementation |
Document.getImplementation()
Returns the implementation object of the current document.
|
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. |
Node |
Node.getLastChild()
Gets the JavaScript property
lastChild for the node that
contains the current node. |
int |
AbstractList.getLength()
Returns the length.
|
int |
MediaList.getLength()
Returns the number of media in the list.
|
int |
DOMTokenList.getLength()
Returns the length property.
|
int |
CharacterData.getLength()
Gets the number of character in the character data.
|
Object |
DOMException.getLineNumber()
Gets the line at which the exception occurred.
|
Object |
Node.getLocalName()
Returns the local name of this element.
|
Location |
Document.getLocation()
Returns the value of the
location property. |
String |
MediaList.getMediaText()
The parsable textual representation of the media list.
|
Object |
DOMException.getMessage()
Gets the exception message.
|
String |
DocumentType.getName()
Returns the name.
|
String |
Attr.getName()
Returns the name of the attribute.
|
Object |
Node.getNamespaceURI()
Returns The URI that identifies an XML namespace.
|
Node |
Node.getNextSibling()
Gets the JavaScript property
nextSibling for the node that
contains the current node. |
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.
|
String |
MutationRecord.getOldValue()
Returns the
oldValue property. |
Object |
EventNode.getOnblur()
Returns the
onblur event handler for this element. |
Object |
EventNode.getOnclick()
Returns the
onclick event handler for this element. |
Object |
EventNode.getOncontextmenu()
Returns the
oncontextmenu event handler for this element. |
Object |
EventNode.getOndblclick()
Returns the
ondblclick event handler for this element. |
Object |
EventNode.getOnerror()
Returns the
onerror event handler for this element. |
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. |
net.sourceforge.htmlunit.corejs.javascript.Function |
EventNode.getOninput()
Returns the
oninput event handler for this element. |
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. |
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 |
EventNode.getOnpropertychange()
Returns the
onpropertychange event handler for this element. |
Object |
EventNode.getOnresize()
Returns the
onresize event handler for this element. |
Object |
Node.getOwnerDocument()
Returns the owner document.
|
Object |
Attr.getOwnerElement()
Returns the owner element.
|
Element |
Node.getParentElement()
Gets the JavaScript property
parentElement . |
Object |
Node.getParentNode()
Gets the JavaScript property
parentNode for the node that
contains the current node. |
Object |
Node.getPrefix()
Returns the namespace prefix.
|
Node |
Node.getPreviousSibling()
Gets the JavaScript property
previousSibling for the node that
contains the current node. |
String |
DocumentType.getPublicId()
Returns the publicId.
|
int |
Selection.getRangeCount()
Returns the number of ranges in the selection.
|
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.
|
Node |
NodeIterator.getRoot()
Returns the root node.
|
Node |
TreeWalker.getRoot()
Gets the root node of the TreeWalker, as specified when it was created.
|
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.
|
boolean |
Attr.getSpecified()
Returns
true if this attribute has been specified. |
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 |
XPathResult.getStringValue()
Returns the value of this string result.
|
String |
DocumentType.getSystemId()
Returns the systemId.
|
String |
ProcessingInstruction.getTarget()
Returns the
target attribute. |
net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
MutationRecord.getTarget()
Returns the
target property. |
String |
TextRange.getText()
Retrieves the text contained within the range.
|
String |
Comment.getText()
Returns the text of this element.
|
Object |
Text.getText()
Returns the value of the node.
|
String |
Node.getTextContent()
Gets the textContent attribute.
|
String |
Selection.getType()
Returns the type of selection (IE only).
|
String |
MutationRecord.getType()
Returns the
type property. |
String |
Attr.getValue()
Returns the value of this attribute.
|
long |
TreeWalker.getWhatToShow()
Gets the whatToShow attribute of the TreeWalker.
|
String |
Text.getWholeText()
Returns wholeText value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
KeyboardEvent.getAltKey()
Returns whether
ALT has been pressed during this event or not. |
boolean |
MouseEvent.getAltKey()
Returns whether
ALT has been pressed during this event or not. |
boolean |
Event.getBubbles() |
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 |
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.
|
int |
CloseEvent.getCode() |
boolean |
KeyboardEvent.getCtrlKey()
Returns whether
CTRL has been pressed during this event or not. |
boolean |
MouseEvent.getCtrlKey()
Returns whether
CTRL has been pressed during this event or not. |
net.sourceforge.htmlunit.corejs.javascript.Scriptable |
Event.getCurrentTarget()
Returns the event target whose event listeners are currently being processed.
|
Object |
MessageEvent.getData()
Retrieves the data contained.
|
boolean |
Event.getDefaultPrevented()
Returns
true if both cancelable is true and preventDefault() has been
called for this event. |
long |
UIEvent.getDetail()
Returns some detail information about the event, depending on the event type.
|
Object |
CustomEvent.getDetail()
Returns any data passed when initializing the event.
|
int |
Event.getEventPhase()
Returns the current event phase for the event.
|
long |
PointerEvent.getHeight() |
Object |
KeyboardEvent.getKeyCode()
Returns the key code associated with the event.
|
String |
MessageEvent.getLastEventId()
Retrieves the identifier of the last event.
|
boolean |
ProgressEvent.getLengthComputable()
Returns the lengthComputable property from the event.
|
long |
ProgressEvent.getLoaded()
Returns the loaded property from the event.
|
boolean |
UIEvent.getMetaKey()
Returns whether or not the "meta" key was pressed during the event firing.
|
Object |
HashChangeEvent.getNewURL()
Returns the new URL.
|
Object |
HashChangeEvent.getOldURL()
Returns the old URL.
|
String |
MessageEvent.getOrigin()
Gets the URI of the document of origin.
|
int |
MouseEvent.getPageX()
Returns the horizontal coordinate of the event relative to whole document..
|
int |
MouseEvent.getPageY()
Returns the vertical coordinate of the event relative to the whole document.
|
long |
PointerEvent.getPointerId() |
String |
PointerEvent.getPointerType() |
Object |
MessageEvent.getPorts()
Returns the
ports property. |
double |
PointerEvent.getPressure() |
String |
CloseEvent.getReason() |
Object |
BeforeUnloadEvent.getReturnValue()
Returns the return value associated with the event.
|
int |
MouseEvent.getScreenX()
The horizontal coordinate at which the event occurred relative to the origin of the screen
coordinate system.
|
int |
MouseEvent.getScreenY()
The vertical coordinate at which the event occurred relative to the origin of the screen
coordinate system.
|
boolean |
KeyboardEvent.getShiftKey()
Returns whether
SHIFT has been pressed during this event or not. |
boolean |
MouseEvent.getShiftKey()
Returns whether
SHIFT has been pressed during this event or not. |
Window |
MessageEvent.getSource()
Retrieves the data contained.
|
Object |
Event.getSrcElement()
Returns the object that fired the event.
|
Object |
PopStateEvent.getState()
Return the state object.
|
Object |
Event.getTarget()
Returns the event target to which the event was originally dispatched.
|
long |
PointerEvent.getTiltX() |
long |
PointerEvent.getTiltY() |
long |
Event.getTimeStamp()
Returns the time at which this event was created.
|
long |
ProgressEvent.getTotal()
Returns the total property from the event.
|
String |
Event.getType()
Returns the event type.
|
Object |
UIEvent.getView()
Returns the view from which the event was generated.
|
boolean |
CloseEvent.getWasClean() |
Object |
KeyboardEvent.getWhich()
Returns the numeric keyCode of the key pressed, or the charCode for an alphanumeric key pressed.
|
int |
MouseEvent.getWhich()
Special for FF (old stuff from Netscape time).
|
long |
PointerEvent.getWidth() |
boolean |
PointerEvent.isPrimary() |
Modifier and Type | Method and Description |
---|---|
long |
File.getLastModified()
Returns the
lastModified property. |
String |
File.getLastModifiedDate()
Returns the
lastModifiedDate property. |
int |
FileList.getLength()
Returns the
length property. |
String |
File.getName()
Returns the
name property. |
long |
File.getSize()
Returns the
size property. |
String |
File.getType()
Returns the
type property. |
String |
File.getWebkitRelativePath()
Returns the
webkitRelativePath property. |
Modifier and Type | Method and Description |
---|---|
double |
Coordinates.getAccuracy()
Returns the accuracy.
|
Coordinates |
Position.getCoords()
Returns the coordinates.
|
double |
Coordinates.getLatitude()
Returns the latitude.
|
double |
Coordinates.getLongitude()
Returns the longitude.
|
Modifier and Type | Method and Description |
---|---|
String |
HTMLTableCellElement.getAbbr()
Returns the value of the
abbr attribute. |
String |
HTMLInputElement.getAccept()
Returns the
accept attribute. |
String |
HTMLElement.getAccessKey()
Returns the
accessKey property. |
String |
HTMLFormElement.getAction()
Returns the value of the property
action . |
HTMLElement |
HTMLDocument.getActiveElement()
Returns the value of the
activeElement property. |
String |
HTMLFieldSetElement.getAlign()
Returns the value of the
align property. |
String |
HTMLTableComponent.getAlign()
Returns the value of the
align property. |
String |
HTMLLegendElement.getAlign()
Returns the value of the
align property. |
String |
HTMLAppletElement.getAlign()
Returns the value of the
align property. |
String |
HTMLParagraphElement.getAlign()
Returns the value of the
align property. |
String |
HTMLHeadingElement.getAlign()
Returns the value of the
align property. |
String |
RowContainer.getAlign()
Returns the value of the
align property. |
String |
HTMLInputElement.getAlign()
Returns the value of the
align property. |
String |
HTMLEmbedElement.getAlign()
Returns the value of the
align property. |
String |
HTMLObjectElement.getAlign()
Returns the value of the
align property. |
String |
HTMLTableCaptionElement.getAlign()
Returns the value of the
align property. |
String |
HTMLIFrameElement.getAlign()
Returns the value of the
align property. |
String |
HTMLHRElement.getAlign()
Returns the value of the
align property. |
String |
HTMLImageElement.getAlign()
Returns the value of the
align property. |
String |
HTMLDivElement.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 property. |
HTMLCollection |
HTMLDocument.getAll()
Returns the value of the
all property. |
String |
HTMLAppletElement.getAlt()
Returns the value of the
alt property. |
String |
HTMLAreaElement.getAlt()
Returns the value of the
alt property. |
String |
HTMLInputElement.getAlt()
Returns the value of the
alt property. |
String |
HTMLObjectElement.getAlt()
Returns the value of the
alt property. |
String |
HTMLImageElement.getAlt()
Returns the value of the
alt property. |
Object |
HTMLDocument.getAnchors()
Returns the value of the JavaScript property
anchors . |
Object |
HTMLDocument.getApplets()
Returns the value of the JavaScript property
applets . |
HTMLCollection |
HTMLMapElement.getAreas()
Returns the value of the JavaScript attribute
areas . |
boolean |
HTMLScriptElement.getAsync()
Returns the
async property. |
String |
HTMLInputElement.getAutocomplete()
Returns the
autocomplete attribute. |
String |
HTMLTableCellElement.getAxis()
Returns the value of the
axis attribute. |
String |
HTMLBodyElement.getBackground()
Returns the value of the
background attribute. |
String |
HTMLDocument.getBaseURI()
Returns the base URL to resolve relative URLs.
|
String |
HTMLTableSectionElement.getBgColor()
Returns the value of the
bgColor attribute. |
String |
HTMLTableRowElement.getBgColor()
Returns the value of the
bgColor attribute. |
String |
HTMLTableCellElement.getBgColor()
Returns the value of the
bgColor attribute. |
String |
HTMLTableElement.getBgColor()
Returns the value of the
bgColor attribute. |
String |
HTMLBodyElement.getBgColor()
Returns the value of the
bgColor attribute. |
String |
HTMLDocument.getBgColor()
Returns the value of the
bgColor property. |
HTMLElement |
HTMLDocument.getBody()
Returns this document's
body element. |
String |
HTMLFrameElement.getBorder()
Gets the
border attribute. |
String |
HTMLAppletElement.getBorder()
Gets the
border attribute. |
String |
HTMLTableElement.getBorder()
Gets the
border attribute. |
String |
HTMLFrameSetElement.getBorder()
Gets the
border attribute. |
String |
HTMLInputElement.getBorder()
Gets the
border attribute. |
String |
HTMLObjectElement.getBorder()
Gets the
border attribute. |
String |
HTMLIFrameElement.getBorder()
Gets the
border attribute. |
String |
HTMLImageElement.getBorder()
Gets the
border attribute. |
String |
HTMLTableRowElement.getBorderColor()
Gets the
borderColor attribute. |
String |
HTMLTableCellElement.getBorderColor()
Gets the
borderColor attribute. |
String |
HTMLTableElement.getBorderColor()
Gets the
borderColor attribute. |
String |
HTMLTableRowElement.getBorderColorDark()
Gets the
borderColor attribute. |
String |
HTMLTableCellElement.getBorderColorDark()
Gets the
borderColor attribute. |
String |
HTMLTableElement.getBorderColorDark()
Gets the
borderColor attribute. |
String |
HTMLTableRowElement.getBorderColorLight()
Gets the
borderColor attribute. |
String |
HTMLTableCellElement.getBorderColorLight()
Gets the
borderColor attribute. |
String |
HTMLTableElement.getBorderColorLight()
Gets the
borderColor 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 |
HTMLTableComponent.getCh()
Returns the value of the
ch property. |
String |
HTMLTableSectionElement.getCh()
Returns the value of the
ch property. |
String |
HTMLDocument.getCharacterSet()
Returns the character encoding of the current document.
|
String |
HTMLAnchorElement.getCharset()
Returns the
charset attribute. |
String |
HTMLMetaElement.getCharset()
Returns the
charset attributee. |
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 |
HTMLTableComponent.getChOff()
Returns the value of the
chOff property. |
String |
HTMLTableSectionElement.getChOff()
Returns the value of the
chOff property. |
String |
HTMLInlineQuotationElement.getCite()
Returns the value of the
cite property. |
String |
HTMLPreElement.getCite()
Returns the value of the
cite property. |
String |
HTMLQuoteElement.getCite()
Returns the value of the
cite property. |
String |
HTMLModElement.getCite()
Returns the value of the
cite property. |
String |
HTMLAppletElement.getClassid()
Gets the
classid attribute. |
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. |
String |
HTMLBlockElement.getClear()
Returns the value of the
clear property. |
int |
HTMLElement.getClientHeight()
Returns the
clientHeight attribute. |
int |
HTMLElement.getClientLeft()
Returns the
clientLeft attribute. |
int |
HTMLElement.getClientTop()
Returns
clientTop attribute. |
int |
HTMLElement.getClientWidth()
Returns the
clientWidth attribute. |
String |
HTMLBaseFontElement.getColor()
Gets the
color attribute. |
String |
HTMLFontElement.getColor()
Gets the
color attribute. |
String |
HTMLFrameSetElement.getCols()
Gets the cols property.
|
int |
HTMLTextAreaElement.getCols()
Returns the number of columns in this text area.
|
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 property. |
boolean |
HTMLImageElement.getComplete()
Support for the image.complete property.
|
String |
HTMLMetaElement.getContent()
Returns the
content attribute. |
DocumentProxy |
HTMLFrameElement.getContentDocument()
Returns the document the frame contains, if any.
|
DocumentProxy |
HTMLIFrameElement.getContentDocument()
Returns the document the frame contains, if any.
|
String |
HTMLElement.getContentEditable()
Returns the
contentEditable property. |
WindowProxy |
HTMLFrameElement.getContentWindow()
Returns the window the frame contains, if any.
|
WindowProxy |
HTMLIFrameElement.getContentWindow()
Returns the window the frame contains, if any.
|
HTMLElement |
HTMLLabelElement.getControl() |
String |
HTMLDocument.getCookie()
Returns the
cookie property. |
String |
HTMLAnchorElement.getCoords()
Returns the
coords attribute. |
DOMStringMap |
HTMLElement.getDataset()
Returns the
dataset attribute. |
String |
HTMLInlineQuotationElement.getDateTime()
Returns the value of the
dateTime property. |
String |
HTMLModElement.getDateTime()
Returns the value of the
dateTime property. |
String |
HTMLTimeElement.getDateTime()
Returns the dateTime.
|
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 |
HTMLInputElement.getDefaultValue()
Returns the input's default value, used if the containing form gets reset.
|
String |
HTMLTextAreaElement.getDefaultValue()
Returns the textarea'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 |
HTMLElement.getDisabled()
Returns true if this element is disabled.
|
boolean |
FormField.getDisabled()
Returns true if this element is disabled.
|
boolean |
HTMLOptGroupElement.getDisabled()
Returns true if this element is disabled.
|
int |
HTMLDocument.getDocumentMode()
Returns the
documentMode property. |
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. |
String |
HTMLAnchorElement.getDownload()
Returns the
download attribute. |
HTMLCollection |
HTMLFormElement.getElements()
Returns the value of the property
elements . |
String |
HTMLFormElement.getEncoding()
Returns the value of the property
encoding . |
String |
HTMLFormElement.getEnctype()
Returns the value of the property
enctype . |
String |
HTMLBaseFontElement.getFace()
Gets the typeface family.
|
String |
HTMLFontElement.getFace()
Gets the typeface family.
|
String |
HTMLDocument.getFgColor()
Returns the value of the
fgColor property. |
Object |
HTMLInputElement.getFiles()
Returns the
files property. |
HTMLFormElement |
FormChild.getForm()
Returns the value of the JavaScript
form attribute. |
Object |
HTMLDocument.getForms()
Returns the value of the JavaScript property
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 |
HTMLAppletElement.getHeight_js()
Returns the value of the
height property. |
String |
HTMLObjectElement.getHeight_js()
Returns the value of the
height property. |
String |
HTMLIFrameElement.getHeight_js()
Returns the value of the
width property. |
int |
HTMLCanvasElement.getHeight()
Returns the
height property. |
int |
HTMLMarqueeElement.getHeight()
Returns the
height property. |
int |
HTMLInputElement.getHeight()
Returns the
height property. |
int |
HTMLVideoElement.getHeight()
Returns the
height property. |
int |
HTMLImageElement.getHeight()
Returns the value of 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 |
HTMLAnchorElement.getHref()
Returns the value of this link's
href property. |
String |
HTMLLinkElement.getHref()
Returns the value of the href property.
|
String |
HTMLBaseElement.getHref()
Returns the value of the
href property. |
String |
HTMLAnchorElement.getHreflang()
Returns the
hreflang attribute. |
String |
HTMLLabelElement.getHtmlFor()
Retrieves the object to which the given label object is assigned.
|
String |
HTMLMetaElement.getHttpEquiv()
Returns the
http-equiv attribute. |
String |
HTMLElement.getId()
Returns the element ID.
|
Object |
HTMLDocument.getImages()
Returns the value of the
images property. |
int |
HTMLOptionElement.getIndex()
Returns the
index 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.
|
boolean |
HTMLElement.getIsContentEditable()
Returns the
isContentEditable property. |
String |
HTMLOptionElement.getLabel()
Returns the value of the
label property. |
String |
HTMLMenuElement.getLabel()
Returns the value of the
label property. |
String |
HTMLOptGroupElement.getLabel()
Returns the value of the
label property. |
AbstractList |
HTMLKeygenElement.getLabels()
Returns the labels associated with the element.
|
AbstractList |
HTMLButtonElement.getLabels()
Returns the labels associated with the element.
|
AbstractList |
HTMLOutputElement.getLabels()
Returns the labels associated with the element.
|
AbstractList |
HTMLMeterElement.getLabels()
Returns the labels associated with the element.
|
AbstractList |
HTMLInputElement.getLabels()
Returns the labels associated with the element.
|
AbstractList |
HTMLProgressElement.getLabels()
Returns the labels associated with the element.
|
AbstractList |
HTMLSelectElement.getLabels()
Returns the labels associated with the element.
|
AbstractList |
HTMLTextAreaElement.getLabels()
Returns the labels associated with the element.
|
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 |
HTMLFormElement.getLength()
Returns the value of the property
length . |
int |
HTMLOptionsCollection.getLength()
Returns the number of elements in this array.
|
int |
HTMLSelectElement.getLength()
Returns the value of the
length property. |
String |
HTMLBodyElement.getLink()
Returns the value of the
link attribute. |
String |
HTMLDocument.getLinkColor()
Returns the value of the
linkColor property. |
Object |
HTMLDocument.getLinks()
Returns the value of the JavaScript property
links . |
double |
HTMLMeterElement.getLow()
The getter for the "low" property.
|
double |
HTMLMeterElement.getMax()
The getter for the "max" property.
|
String |
HTMLInputElement.getMax()
Gets the
max property. |
double |
HTMLProgressElement.getMax()
The getter for the "max" property.
|
int |
HTMLInputElement.getMaxLength()
Gets the max length.
|
Object |
HTMLTextAreaElement.getMaxLength()
Returns the maximum number of characters in this text area.
|
String |
HTMLStyleElement.getMedia()
Returns the media of this style.
|
String |
HTMLFormElement.getMethod()
Returns the value of the property
method . |
String |
HTMLAnchorElement.getMethods()
Returns the
Methods attribute. |
String |
HTMLAnchorElement.getMimeType()
Returns the
mimeType attribute. |
double |
HTMLMeterElement.getMin()
The getter for the "min" property.
|
String |
HTMLInputElement.getMin()
Gets the
min property. |
int |
HTMLInputElement.getMinLength()
Gets the
minLength . |
boolean |
HTMLSelectElement.getMultiple()
Returns
true if the multiple attribute is set. |
String |
HTMLFormElement.getName()
Returns the value of the property
name . |
String |
HTMLKeygenElement.getName()
Returns the
name attribute. |
String |
HTMLFrameElement.getName()
Returns the value of the name attribute.
|
String |
HTMLAnchorElement.getName()
Returns the value of the name property of this link.
|
String |
HTMLFieldSetElement.getName()
Returns the
name attribute. |
String |
HTMLOutputElement.getName()
Returns the
name attribute. |
String |
HTMLEmbedElement.getName()
Returns the
name attribute. |
String |
HTMLMapElement.getName()
Returns the
name attribute. |
String |
HTMLObjectElement.getName()
Returns the
name attribute. |
String |
FormField.getName()
Returns the value of the JavaScript attribute
name . |
String |
HTMLMetaElement.getName()
Returns the
name attribute. |
String |
HTMLIFrameElement.getName()
Returns the value of the name attribute.
|
String |
HTMLParamElement.getName()
Returns the
name attribute. |
String |
HTMLImageElement.getName()
Returns the
name attribute. |
String |
HTMLAnchorElement.getNameProp()
Returns the
nameProp attribute. |
int |
HTMLImageElement.getNaturalHeight()
Returns the value of the
naturalHeight property. |
int |
HTMLImageElement.getNaturalWidth()
Returns the value of the
naturalWidth property. |
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 |
HTMLFrameElement.getOnload()
Returns the
onload event handler for this element. |
Object |
HTMLIFrameElement.getOnload()
Returns the
onload event handler for this element. |
Object |
HTMLImageElement.getOnload()
Returns the
onload event handler for this element. |
Object |
HTMLScriptElement.getOnload()
Returns the event handler that fires on load.
|
Object |
HTMLScriptElement.getOnreadystatechange()
Returns the event handler that fires on every state change.
|
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. |
Object |
HTMLDataListElement.getOptions()
Returns the
options attribute. |
String |
HTMLAnchorElement.getOrigin()
Returns the
origin attribute. |
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.getPassword()
Returns the
password attribute. |
String |
HTMLAnchorElement.getPathname()
Returns the pathname portion of the link's URL.
|
String |
HTMLAnchorElement.getPing()
Returns the
ping attribute. |
String |
HTMLInputElement.getPlaceholder()
Returns the
placeholder attribute. |
String |
HTMLTextAreaElement.getPlaceholder()
Returns the
placeholder attribute. |
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 ':'.
|
String |
HTMLAnchorElement.getProtocolLong()
Returns the
protocolLong attribute. |
boolean |
HTMLInputElement.getReadOnly()
Gets the value of
readOnly attribute. |
boolean |
HTMLTextAreaElement.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 |
HTMLAnchorElement.getRel()
Returns the value of the rel property.
|
String |
HTMLLinkElement.getRel()
Returns the value of the rel property.
|
DOMTokenList |
HTMLAnchorElement.getRelList()
Returns the
relList attribute. |
DOMTokenList |
HTMLLinkElement.getRelList()
Returns the
relList attribute. |
DOMTokenList |
HTMLAreaElement.getRelList()
Returns the
relList attribute. |
String |
HTMLAnchorElement.getRev()
Returns the value of the rev property.
|
String |
HTMLLinkElement.getRev()
Returns the value of the rev property.
|
int |
HTMLTableRowElement.getRowIndex()
Returns the index of the row within the parent table.
|
String |
HTMLFrameSetElement.getRows()
Gets the rows property.
|
Object |
RowContainer.getRows()
Returns the rows in the element.
|
int |
HTMLTextAreaElement.getRows()
Returns the number of rows in this text area.
|
int |
HTMLTableCellElement.getRowSpan()
Returns the value of the
rowSpan attribute. |
String |
HTMLMetaElement.getScheme()
Returns the
scheme attribute. |
boolean |
HTMLStyleElement.getScoped()
Returns the scoped of this style.
|
Object |
HTMLDocument.getScripts()
Returns the value of the
scripts property. |
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 '#').
|
String |
HTMLAnchorElement.getSearchParams()
Returns the
searchParams attribute. |
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. |
int |
HTMLInputElement.getSelectionEnd()
Gets the value of
selectionEnd attribute. |
int |
HTMLTextAreaElement.getSelectionEnd()
Gets the value of
selectionEnd attribute. |
int |
HTMLInputElement.getSelectionStart()
Gets the value of
selectionStart attribute. |
int |
HTMLTextAreaElement.getSelectionStart()
Gets the value of
selectionStart attribute. |
String |
HTMLAnchorElement.getShape()
Returns the
shape attribute. |
CSSStyleSheet |
HTMLStyleElement.getSheet()
Gets the associated sheet.
|
String |
HTMLInputElement.getSize()
Returns the
size attribute. |
int |
HTMLBaseFontElement.getSize()
Gets the
size attribute. |
int |
HTMLSelectElement.getSize()
Returns the
size attribute. |
int |
HTMLFontElement.getSize()
Gets the
size attribute. |
int |
HTMLTableColElement.getSpan()
Returns the value of the
span property. |
boolean |
HTMLElement.getSpellcheck()
Returns the
spellcheck property. |
String |
HTMLFrameElement.getSrc()
Returns the value of URL loaded in the frame.
|
String |
HTMLInputElement.getSrc()
Returns the value of the
src attribute. |
String |
HTMLIFrameElement.getSrc()
Returns the value of URL loaded in the frame.
|
String |
HTMLImageElement.getSrc()
Returns the value of the
src attribute. |
String |
HTMLScriptElement.getSrc()
Returns the
src property. |
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 |
HTMLFormElement.getTarget()
Returns the value of the property
target . |
String |
HTMLAnchorElement.getTarget()
Returns the value of the target property of this link.
|
String |
HTMLBaseElement.getTarget()
Returns the value of the
target property. |
Object |
HTMLTableElement.getTBodies()
Returns the tbody's in the table.
|
String |
HTMLAnchorElement.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. |
Object |
HTMLTitleElement.getText()
Returns the
text attribute. |
String |
HTMLScriptElement.getText()
Returns the
text property. |
int |
HTMLInputElement.getTextLength()
Gets the value of
textLength attribute. |
int |
HTMLTextAreaElement.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 |
HTMLButtonElement.getType()
Returns the
type property. |
String |
HTMLAnchorElement.getType()
Returns the
type attribute. |
String |
HTMLUListElement.getType()
Returns the value of the
type attribute. |
String |
HTMLLinkElement.getType()
Returns the value of the type property.
|
String |
HTMLMenuElement.getType()
Returns the value of the
type property. |
String |
HTMLInputElement.getType()
Returns the
type property. |
String |
HTMLSelectElement.getType()
Returns the type of this input.
|
String |
HTMLOListElement.getType()
Returns the value of the
type attribute. |
String |
HTMLParamElement.getType()
Returns the
type attribute. |
String |
HTMLTextAreaElement.getType()
Returns the type of this input.
|
String |
HTMLStyleElement.getType()
Returns the type of this style.
|
String |
HTMLScriptElement.getType()
Returns the
type property. |
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 the
url attribute. |
String |
HTMLDocument.getURL()
Returns the value of the
URL property. |
String |
HTMLAnchorElement.getUrn()
Returns the
urn attribute. |
String |
HTMLAnchorElement.getUsername()
Returns the
username attribute. |
String |
HTMLTableComponent.getVAlign()
Returns the value of the
vAlign property. |
String |
HTMLTableSectionElement.getVAlign()
Returns the value of the
vAlign property. |
String |
HTMLTableCaptionElement.getVAlign()
Returns the value of the
vAlign property. |
String |
HTMLOptionElement.getValue()
Returns the value of the
value property. |
double |
HTMLMeterElement.getValue()
The getter for the "value" property.
|
double |
HTMLProgressElement.getValue()
The getter for the "value" property.
|
String |
FormField.getValue()
Returns the value of the JavaScript attribute
value . |
String |
HTMLParamElement.getValue()
Returns the
value attribute. |
String |
HTMLDataElement.getValue()
Returns the
value property. |
String |
HTMLParamElement.getValueType()
Returns the
valuetype attribute. |
String |
HTMLHtmlElement.getVersion()
Returns
version property. |
String |
HTMLBodyElement.getVLink()
Returns the value of the
vLink attribute. |
String |
HTMLDocument.getVlinkColor()
Returns the value of the
vlinkColor property. |
String |
HTMLTableColElement.getWidth_js()
Returns the value of the
width property. |
Object |
HTMLPreElement.getWidth_js()
Returns the
width property. |
String |
HTMLTableCellElement.getWidth_js()
Returns the value of the
width property. |
String |
HTMLAppletElement.getWidth_js()
Returns the value of the
width property. |
String |
HTMLTableElement.getWidth_js()
Returns the
width attribute. |
String |
HTMLObjectElement.getWidth_js()
Returns the value of the
width property. |
String |
HTMLIFrameElement.getWidth_js()
Returns the value of the
width property. |
String |
HTMLHRElement.getWidth_js()
Returns the value of the
width property. |
String |
HTMLBlockElement.getWidth_js()
Returns the value of the
width property. |
int |
HTMLCanvasElement.getWidth()
Returns the
width property. |
int |
HTMLMarqueeElement.getWidth()
Returns the
width property. |
int |
HTMLInputElement.getWidth()
Returns the
width property. |
int |
HTMLVideoElement.getWidth()
Returns the
width property. |
int |
HTMLImageElement.getWidth()
Returns the value of the
width property. |
String |
HTMLEmbedElement.getWidthString()
Returns the value of the
width property. |
boolean |
HTMLStyleElement.isDisabled()
Returns the
disabled property. |
boolean |
HTMLDetailsElement.isOpen()
Returns the
open property. |
boolean |
HTMLInputElement.isRequired()
Returns the
required attribute. |
Modifier and Type | Method and Description |
---|---|
long |
PerformanceTiming.getConnectEnd() |
long |
PerformanceTiming.getConnectStart() |
long |
PerformanceTiming.getDomainLookupEnd() |
long |
PerformanceTiming.getDomainLookupStart() |
long |
PerformanceTiming.getDomComplete() |
long |
PerformanceTiming.getDomContentLoadedEventEnd() |
long |
PerformanceTiming.getDomContentLoadedEventStart() |
long |
PerformanceTiming.getDomInteractive() |
long |
PerformanceTiming.getDomLoading() |
long |
PerformanceTiming.getFetchStart() |
long |
PerformanceTiming.getLoadEventEnd() |
long |
PerformanceTiming.getLoadEventStart() |
PerformanceNavigation |
Performance.getNavigation()
Returns the
navigation property. |
long |
PerformanceTiming.getNavigationStart() |
int |
PerformanceNavigation.getRedirectCount()
Returns the
redirectCount property. |
long |
PerformanceTiming.getRedirectEnd() |
long |
PerformanceTiming.getRedirectStart() |
long |
PerformanceTiming.getResponseEnd() |
long |
PerformanceTiming.getResponseStart() |
long |
PerformanceTiming.getSecureConnectionStart() |
PerformanceTiming |
Performance.getTiming()
Returns the
timing property. |
int |
PerformanceNavigation.getType()
Returns the
type property. |
long |
PerformanceTiming.getUnloadEventEnd() |
long |
PerformanceTiming.getUnloadEventStart() |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
SVGElement.getId()
Returns the element ID.
|
double |
SVGRect.getWidth()
Gets width.
|
double |
SVGRect.getX()
Gets x.
|
double |
SVGRect.getY()
Gets y.
|
Modifier and Type | Method and Description |
---|---|
Object |
Worker.getOnmessage()
Gets the value of the onmessage event handler.
|
Object |
DedicatedWorkerGlobalScope.getSelf()
Get the scope itself.
|
Modifier and Type | Method and Description |
---|---|
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".
|
XMLHttpRequestUpload |
XMLHttpRequest.getUpload()
Returns the
upload property. |
XMLHttpRequestEventTarget |
XMLHttpRequest.getUploadIE()
Returns the
upload property - IE version. |
boolean |
XMLHttpRequest.getWithCredentials()
Returns the
withCredentials property. |
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.