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.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.
|
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.
|
Object |
XMLDOMCharacterData.getData()
Returns the node data depending on the node type.
|
String |
XMLDOMProcessingInstruction.getData()
Returns the content of the processing instruction, excluding the target.
|
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 |
XMLDOMNamedNodeMap.getLength()
Returns the number of attributes in this named node map.
|
int |
XMLDOMCharacterData.getLength()
Returns the length, in characters, of the data.
|
int |
XMLDOMNodeList.getLength() |
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.
|
String |
XMLDOMDocument.getXml()
Returns the XML representation of the node and all its descendants.
|
Object |
XMLDOMNode.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 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 |
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.
|
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).
|
int |
Screen.getBufferDepth()
Returns the bufferDepth property.
|
String |
Navigator.getBuildID()
Returns the buildID.
|
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".
|
ClipboardData |
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 property "cookieEnabled".
|
String |
Navigator.getCpuClass()
Returns the property "cpuClass".
|
String |
History.getCurrent()
Returns the "current" property.
|
ComputedCSSStyleDeclaration |
Element.getCurrentStyle()
Returns the current (calculated) style object for this element.
|
String |
MimeType.getDescription()
Returns the mime type's description.
|
String |
Plugin.getDescription()
Gets the plugin'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".
|
Object |
Popup.getDocument()
Returns the HTML document element in the popup.
|
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 |
Window.getEvent()
Returns the current event (used by JavaScript only when emulating IE).
|
External |
Window.getExternal()
Returns the "external" property.
|
String |
Plugin.getFilename()
Gets the plugin's file name.
|
Object |
BoxObject.getFirstChild()
Returns this box object's element's first child.
|
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.
|
WindowProxy |
Window.getFrames_js()
Returns the value of the frames property.
|
Geolocation |
Navigator.getGeolocation()
Returns the geolocation.
|
String |
Location.getHash()
Returns the hash portion of the location URL (the portion following the '#').
|
int |
BoxObject.getHeight()
Returns the height of this box object's element, including padding, excluding margin and border.
|
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.
|
boolean |
Popup.getIsOpen()
Indicates if the popup is opened.
|
String |
Navigator.getLanguage()
Returns the language of the browser (for Mozilla).
|
Object |
BoxObject.getLastChild()
Returns this box object's element's last child.
|
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 |
Window.getLength()
Returns the number of frames contained by this window.
|
int |
NamespaceCollection.getLength()
Returns the length of this namespace collection.
|
int |
ApplicationCache.getLength()
Returns the number of entries in the dynamically managed offline resource list.
|
int |
SimpleArray.getLength()
Gets the array size.
|
int |
Storage.getLength()
Returns the length property.
|
int |
History.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 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 |
Namespace.getName()
Retrieves the name of the namespace.
|
String |
Plugin.getName()
Gets the plugin's name.
|
Navigator |
Window.getNavigator()
Returns the JavaScript property "navigator".
|
Netscape |
Window.getNetscape()
Returns the value of "netscape" property.
|
String |
History.getNext()
Returns the "next" property.
|
Element |
Element.getNextElementSibling()
Returns the next element sibling.
|
Object |
BoxObject.getNextSibling()
Returns this box object's element's next 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 (caution this is 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 (caution this is 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 |
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 |
ApplicationCache.getOnerror()
Returns the event listener to be called when an error occurs during the caching process.
|
Object |
Window.getOnhashchange()
Returns the onhashchange property (caution this is not necessary a function if something else has
been set).
|
boolean |
Navigator.getOnLine()
Returns the property "onLine".
|
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 |
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 |
Navigator.getOscpu()
Returns the oscpu.
|
int |
Window.getOuterHeight()
Returns the outer height.
|
int |
Window.getOuterWidth()
Returns the outerWidth.
|
int |
Window.getPageXOffset()
Returns the value of "pageXOffset" property.
|
int |
Window.getPageYOffset()
Returns the value of "pageYOffset" property.
|
WindowProxy |
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 property "platform".
|
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. |
String |
History.getPrevious()
Returns the "previous" property.
|
Element |
Element.getPreviousElementSibling()
Returns the previous element sibling.
|
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 |
Location.getProtocol()
Returns the protocol portion of the location URL, including the trailing ':'.
|
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.
|
int |
BoxObject.getScreenX()
Returns the screenX property.
|
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.
|
int |
Map.getSize()
Returns the size.
|
int |
Set.getSize()
Returns the size.
|
SpeechSynthesis |
Window.getSpeechSynthesis()
Returns the
speechSynthesis property. |
String |
Window.getStatus()
Returns the text from the status line.
|
short |
ApplicationCache.getStatus()
Returns the status of the application cache.
|
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.
|
String |
Element.getText()
Represents the text content of the node or the concatenated text representing the node and its descendants.
|
Object |
Window.getTop()
Returns the value of the top property.
|
int |
ClientRect.getTop()
Returns the top coordinate of the rectangle surrounding the object content.
|
int |
Screen.getTop()
Returns the top property.
|
String |
MimeType.getType()
Returns the mime type's suffixes.
|
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 |
Navigator.getVendor()
Returns the vendor.
|
String |
Navigator.getVendorSub()
Returns the vendorSub.
|
int |
BoxObject.getWidth()
Returns the width of this box object's element, including padding, excluding margin and border.
|
int |
ClientRect.getWidth()
Returns the "width" property.
|
int |
Screen.getWidth()
Returns the width property.
|
WindowProxy |
Window.getWindow_js()
Returns the window property.
|
int |
BoxObject.getX()
Returns the X position of this box object's element.
|
int |
BoxObject.getY()
Returns the Y position of this box object's element.
|
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.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 |
CSSFontFaceRule.getCssText() |
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.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 |
CSSImportRule.getHref()
Returns the URL of the imported style sheet.
|
String |
CSSStyleSheet.getHref()
Returns the URL of the stylesheet.
|
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 |
CSSStyleDeclaration.getLength()
Gets the "length", not yet implemented.
|
int |
CSSRuleList.getLength()
Returns the length of this list.
|
int |
StyleSheetList.getLength()
Returns the list's length.
|
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.
|
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.
|
MediaList |
CSSImportRule.getMedia()
Returns the media types that the imported CSS style sheet applies to.
|
MediaList |
CSSMediaRule.getMedia()
Returns the media types that the imported CSS style sheet applies to.
|
String |
MediaQueryList.getMedia()
Returns the
media property. |
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.getMsContentZoomChaining()
Returns the
msContentZoomChaining style attribute. |
String |
CSSStyleDeclaration.getMsContentZooming()
Returns the
msContentZooming style attribute. |
String |
CSSStyleDeclaration.getMsContentZoomLimit()
Returns the
msContentZoomLimit style attribute. |
String |
CSSStyleDeclaration.getMsContentZoomLimitMax()
Returns the
msContentZoomLimitMax style attribute. |
String |
CSSStyleDeclaration.getMsContentZoomLimitMin()
Returns the
msContentZoomLimitMin style attribute. |
String |
CSSStyleDeclaration.getMsContentZoomSnap()
Returns the
msContentZoomSnap style attribute. |
String |
CSSStyleDeclaration.getMsContentZoomSnapPoints()
Returns the
msContentZoomSnapPoints style attribute. |
String |
CSSStyleDeclaration.getMsContentZoomSnapType()
Returns the
msContentZoomSnapType style attribute. |
String |
CSSStyleDeclaration.getMsFlex()
Returns the
msFlex style attribute. |
String |
CSSStyleDeclaration.getMsFlexAlign()
Returns the
msFlexAlign style attribute. |
String |
CSSStyleDeclaration.getMsFlexDirection()
Returns the
msFlexDirection style attribute. |
String |
CSSStyleDeclaration.getMsFlexFlow()
Returns the
msFlexFlow style attribute. |
String |
CSSStyleDeclaration.getMsFlexItemAlign()
Returns the
msFlexItemAlign style attribute. |
String |
CSSStyleDeclaration.getMsFlexLinePack()
Returns the
msFlexLinePack style attribute. |
String |
CSSStyleDeclaration.getMsFlexNegative()
Returns the
msFlexNegative style attribute. |
String |
CSSStyleDeclaration.getMsFlexOrder()
Returns the
msFlexOrder style attribute. |
String |
CSSStyleDeclaration.getMsFlexPack()
Returns the
msFlexPack style attribute. |
String |
CSSStyleDeclaration.getMsFlexPositive()
Returns the
msFlexPositive style attribute. |
String |
CSSStyleDeclaration.getMsFlexPreferredSize()
Returns the
msFlexPreferredSize style attribute. |
String |
CSSStyleDeclaration.getMsFlexWrap()
Returns the
msFlexWrap style attribute. |
String |
CSSStyleDeclaration.getMsFlowFrom()
Returns the
msFlowFrom style attribute. |
String |
CSSStyleDeclaration.getMsFlowInto()
Returns the
msFlowInto style attribute. |
String |
CSSStyleDeclaration.getMsFontFeatureSettings()
Returns the
msFontFeatureSettings style attribute. |
String |
CSSStyleDeclaration.getMsGridColumn()
Returns the
msGridColumn style attribute. |
String |
CSSStyleDeclaration.getMsGridColumnAlign()
Returns the
msGridColumnAlign style attribute. |
String |
CSSStyleDeclaration.getMsGridColumns()
Returns the
msGridColumns style attribute. |
String |
CSSStyleDeclaration.getMsGridColumnSpan()
Returns the
msGridColumnSpan style attribute. |
String |
CSSStyleDeclaration.getMsGridRow()
Returns the
msGridRow style attribute. |
String |
CSSStyleDeclaration.getMsGridRowAlign()
Returns the
msGridRowAlign style attribute. |
String |
CSSStyleDeclaration.getMsGridRows()
Returns the
msGridRows style attribute. |
String |
CSSStyleDeclaration.getMsGridRowSpan()
Returns the
msGridRowSpan style attribute. |
String |
CSSStyleDeclaration.getMsHighContrastAdjust()
Returns the
msHighContrastAdjust style attribute. |
String |
CSSStyleDeclaration.getMsHyphenateLimitChars()
Returns the
msHyphenateLimitChars style attribute. |
String |
CSSStyleDeclaration.getMsHyphenateLimitLines()
Returns the
msHyphenateLimitLines style attribute. |
String |
CSSStyleDeclaration.getMsHyphenateLimitZone()
Returns the
msHyphenateLimitZone style attribute. |
String |
CSSStyleDeclaration.getMsHyphens()
Returns the
msHyphens style attribute. |
String |
CSSStyleDeclaration.getMsImeAlign()
Returns the
msImeAlign style attribute. |
String |
CSSStyleDeclaration.getMsInterpolationMode()
Gets the "msInterpolationMode" style attribute.
|
String |
CSSStyleDeclaration.getMsOverflowStyle()
Returns the
msOverflowStyle style attribute. |
String |
CSSStyleDeclaration.getMsPerspective()
Returns the
msPerspective style attribute. |
String |
CSSStyleDeclaration.getMsPerspectiveOrigin()
Returns the
msPerspectiveOrigin style attribute. |
String |
CSSStyleDeclaration.getMsScrollChaining()
Returns the
msScrollChaining style attribute. |
String |
CSSStyleDeclaration.getMsScrollLimit()
Returns the
msScrollLimit style attribute. |
String |
CSSStyleDeclaration.getMsScrollLimitXMax()
Returns the
msScrollLimitXMax style attribute. |
String |
CSSStyleDeclaration.getMsScrollLimitXMin()
Returns the
msScrollLimitXMin style attribute. |
String |
CSSStyleDeclaration.getMsScrollLimitYMax()
Returns the
msScrollLimitYMax style attribute. |
String |
CSSStyleDeclaration.getMsScrollLimitYMin()
Returns the
msScrollLimitYMin style attribute. |
String |
CSSStyleDeclaration.getMsScrollRails()
Returns the
msScrollRails style attribute. |
String |
CSSStyleDeclaration.getMsScrollSnapPointsX()
Returns the
msScrollSnapPointsX style attribute. |
String |
CSSStyleDeclaration.getMsScrollSnapPointsY()
Returns the
msScrollSnapPointsY style attribute. |
String |
CSSStyleDeclaration.getMsScrollSnapType()
Returns the
msScrollSnapType style attribute. |
String |
CSSStyleDeclaration.getMsScrollSnapX()
Returns the
msScrollSnapX style attribute. |
String |
CSSStyleDeclaration.getMsScrollSnapY()
Returns the
msScrollSnapY style attribute. |
String |
CSSStyleDeclaration.getMsScrollTranslation()
Returns the
msScrollTranslation style attribute. |
String |
CSSStyleDeclaration.getMsTextCombineHorizontal()
Returns the
msTextCombineHorizontal style attribute. |
String |
CSSStyleDeclaration.getMsTouchAction()
Returns the
msTouchAction style attribute. |
String |
CSSStyleDeclaration.getMsTouchSelect()
Returns the
msTouchSelect style attribute. |
String |
CSSStyleDeclaration.getMsTransform()
Returns the
msTransform style attribute. |
String |
CSSStyleDeclaration.getMsTransformOrigin()
Returns the
msTransformOrigin style attribute. |
String |
CSSStyleDeclaration.getMsTransformStyle()
Returns the
msTransformStyle style attribute. |
String |
CSSStyleDeclaration.getMsTransition()
Returns the
msTransition style attribute. |
String |
CSSStyleDeclaration.getMsTransitionDelay()
Returns the
msTransitionDelay style attribute. |
String |
CSSStyleDeclaration.getMsTransitionDuration()
Returns the
msTransitionDuration style attribute. |
String |
CSSStyleDeclaration.getMsTransitionProperty()
Returns the
msTransitionProperty style attribute. |
String |
CSSStyleDeclaration.getMsTransitionTimingFunction()
Returns the
msTransitionTimingFunction style attribute. |
String |
CSSStyleDeclaration.getMsUserSelect()
Returns the
msUserSelect style attribute. |
String |
CSSStyleDeclaration.getMsWrapFlow()
Returns the
msWrapFlow style attribute. |
String |
CSSStyleDeclaration.getMsWrapMargin()
Returns the
msWrapMargin style attribute. |
String |
CSSStyleDeclaration.getMsWrapThrough()
Returns the
msWrapThrough 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 |
CSSFontFaceRule.getType() |
String |
StyleMedia.getType()
Returns the
type property. |
short |
CSSRule.getType()
Returns the type of the rule.
|
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.
|
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.
|
Object |
Node.getBaseName()
Returns the base name of this 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 |
Comment.getClassName_js()
Returns the class defined for this 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.
|
Object |
CharacterData.getData()
Gets the JavaScript property "data" for this character data.
|
String |
ProcessingInstruction.getData()
Returns the "data" attribute.
|
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.
|
Object |
Comment.getDocument()
Returns the document of this element.
|
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.
|
String |
Comment.getId()
Returns the element ID.
|
DOMImplementation |
Document.getImplementation()
Returns the implementation object of the current document.
|
String |
Comment.getInnerText()
Gets the innerText attribute.
|
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 |
MediaList.getLength()
Returns the number of media in the list.
|
int |
AbstractList.getLength() |
int |
CharacterData.getLength()
Gets the number of character in the character data.
|
int |
StaticNodeList.getLength()
Returns the length of this element array.
|
int |
DOMTokenList.getLength()
Returns the length property.
|
Object |
DOMException.getLineNumber()
Gets the line at which the exception occurred.
|
String |
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 |
Attr.getName()
Returns the name of the attribute.
|
String |
DocumentType.getName()
Returns the name.
|
String |
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.
|
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.
|
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 |
TreeWalker.getRoot()
Gets the root node of the TreeWalker, as specified when it was created.
|
Node |
NodeIterator.getRoot()
Returns the root node.
|
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.
|
Object |
Comment.getTagName()
Returns the tag name of this element.
|
String |
ProcessingInstruction.getTarget()
Returns the "target" attribute.
|
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 |
Attr.getValue()
Returns the value of this attribute.
|
long |
TreeWalker.getWhatToShow()
Gets the whatToShow attribute of the TreeWalker.
|
String |
Text.getWholeText()
Returns wholeText value.
|
Object |
Node.getXml()
Represents the xml content of the node and its descendants.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Event.getAltKey() |
boolean |
UIEvent.getAltKey()
Overridden to modify browser configurations.
|
boolean |
MouseEvent.getAltKey()
Overridden to modify browser configurations.
|
boolean |
KeyboardEvent.getAltKey() |
boolean |
Event.getBubbles() |
int |
MouseEvent.getButton()
Gets the button code.
|
boolean |
Event.getCancelable() |
boolean |
Event.getCancelBubble() |
boolean |
UIEvent.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.
|
boolean |
Event.getCtrlKey() |
boolean |
UIEvent.getCtrlKey()
Overridden to modify browser configurations.
|
boolean |
MouseEvent.getCtrlKey()
Overridden to modify browser configurations.
|
boolean |
KeyboardEvent.getCtrlKey() |
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.
|
Object |
CustomEvent.getDetail()
Returns any data passed when initializing the event.
|
long |
UIEvent.getDetail()
Returns some detail information about the event, depending on the event type.
|
int |
Event.getEventPhase() |
long |
PointerEvent.getHeight() |
Object |
Event.getKeyCode()
Returns the key code associated with the event.
|
Object |
MouseEvent.getKeyCode()
Returns the key code associated with the event.
|
Object |
KeyboardEvent.getKeyCode()
Returns the key code associated with the event.
|
String |
MessageEvent.getLastEventId()
Retrieves the identifier of the last 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 |
Event.getPropertyName()
Returns the property name associated with the event.
|
Object |
Event.getReturnValue()
Returns the return value associated with the event.
|
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 |
Event.getShiftKey() |
boolean |
UIEvent.getShiftKey()
Overridden to modify browser configurations.
|
boolean |
MouseEvent.getShiftKey()
Overridden to modify browser configurations.
|
boolean |
KeyboardEvent.getShiftKey() |
Window |
MessageEvent.getSource()
Retrieves the data contained.
|
Object |
Event.getSrcElement()
Returns the object that fired the event.
|
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.
|
String |
Event.getType()
Returns the event type.
|
Object |
UIEvent.getView()
Returns the view from which the event was generated.
|
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.
|
long |
PointerEvent.getWidth() |
boolean |
PointerEvent.isPrimary() |
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 JavaScript attribute "action".
|
Object |
HTMLDocument.getActiveElement()
Returns the value of the "activeElement" property.
|
String |
HTMLDivElement.getAlign()
Returns the value of the "align" property.
|
String |
HTMLParagraphElement.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 |
HTMLIFrameElement.getAlign()
Returns the value of the "align" property.
|
String |
HTMLImageElement.getAlign()
Returns the value of the "align" property.
|
String |
HTMLHeadingElement.getAlign()
Returns the value of the align property.
|
String |
HTMLAppletElement.getAlign()
Returns the value of the "align" property.
|
String |
HTMLTableComponent.getAlign()
Returns the value of the "align" property.
|
String |
HTMLTableCaptionElement.getAlign()
Returns the value of the "align" property.
|
String |
HTMLInputElement.getAlign()
Returns the value of the "align" property.
|
String |
RowContainer.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 |
HTMLDocument.getAll()
Returns the value of the "all" property.
|
HTMLCollection |
HTMLElement.getAll()
Returns the value of the "all" 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.
|
String |
HTMLObjectElement.getAlt()
Returns the value of the "alt" property.
|
String |
HTMLInputElement.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 |
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 |
HTMLTableRowElement.getBgColor()
Returns the value of the bgColor attribute.
|
String |
HTMLTableCellElement.getBgColor()
Returns the value of the bgColor attribute.
|
String |
HTMLBodyElement.getBgColor()
Returns the value of the bgColor attribute.
|
String |
HTMLTableElement.getBgColor()
Returns the value of the bgColor attribute.
|
String |
HTMLDocument.getBgColor()
Returns the value of the bgColor attribute.
|
String |
HTMLTableSectionElement.getBgColor()
Returns the value of the bgColor attribute.
|
HTMLElement |
HTMLDocument.getBody()
Returns this document's body element.
|
String |
HTMLIFrameElement.getBorder()
Gets the "border" attribute.
|
String |
HTMLImageElement.getBorder()
Gets the "border" attribute.
|
String |
HTMLAppletElement.getBorder()
Gets the "border" attribute.
|
String |
HTMLObjectElement.getBorder()
Gets the "border" attribute.
|
String |
HTMLTableElement.getBorder()
Gets the border attribute.
|
String |
HTMLInputElement.getBorder()
Gets the "border" attribute.
|
String |
HTMLFrameElement.getBorder()
Gets the "border" attribute.
|
String |
HTMLFrameSetElement.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 |
HTMLMetaElement.getCharset()
Returns "charset" attribute.
|
String |
HTMLDocument.getCharset()
Retrieves the character set used to encode the document.
|
String |
HTMLAnchorElement.getCharset()
Returns the
charset attribute. |
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 |
HTMLQuoteElement.getCite()
Returns the value of the "cite" property.
|
String |
HTMLInlineQuotationElement.getCite()
Returns the value of the "cite" property.
|
String |
HTMLPreElement.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.
|
Object |
HTMLCommentElement.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.
|
boolean |
HTMLImageElement.getComplete()
Support for the image.complete property.
|
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.
|
WindowProxy |
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.
|
String |
HTMLAnchorElement.getCoords()
Returns the
coords attribute. |
String |
HTMLSpanElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLDivElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLTextAreaElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLLegendElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLButtonElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLIFrameElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLImageElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLOptionElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLOptGroupElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLAppletElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLSelectElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLObjectElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLTableElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLFrameElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLMarqueeElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLLabelElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLAnchorElement.getDataFld()
Returns the
dataFld attribute. |
String |
HTMLSpanElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLDivElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLTextAreaElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLLegendElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLButtonElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLIFrameElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLImageElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLOptionElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLOptGroupElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLAppletElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLSelectElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLObjectElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLTableElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLFrameElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLMarqueeElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLLabelElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
String |
HTMLAnchorElement.getDataFormatAs()
Returns the
dataFormatAs attribute. |
DOMStringMap |
HTMLElement.getDataset()
Returns the "dataset" attribute.
|
String |
HTMLSpanElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLDivElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLTextAreaElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLLegendElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLButtonElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLIFrameElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLImageElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLOptionElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLOptGroupElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLAppletElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLSelectElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLObjectElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLTableElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLFrameElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLMarqueeElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLLabelElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLAnchorElement.getDataSrc()
Returns the
dataSrc attribute. |
String |
HTMLInlineQuotationElement.getDateTime()
Returns the value of the "dateTime" property.
|
String |
HTMLModElement.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 |
FormField.getDisabled()
Returns true if this element is disabled.
|
boolean |
HTMLElement.getDisabled()
Returns true if this element is disabled.
|
DocumentProxy |
HTMLElement.getDocument()
Returns the document.
|
Object |
HTMLCommentElement.getDocument()
Returns the document of this element.
|
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.
|
String |
HTMLAnchorElement.getDownload()
Returns the
download attribute. |
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.
|
HTMLFormElement |
FormChild.getForm()
Returns the value of the JavaScript form attribute.
|
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 |
HTMLCanvasElement.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 |
HTMLBaseElement.getHref()
Returns the value of the "href" property.
|
String |
HTMLLinkElement.getHref()
Returns the value of the href property.
|
String |
HTMLAnchorElement.getHref()
Returns the value of this link's 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 "http-equiv" attribute.
|
String |
HTMLElement.getId()
Returns the element ID.
|
String |
HTMLCommentElement.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 |
HTMLCommentElement.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 |
HTMLFormElement.getLength()
Returns the value of the JavaScript attribute "length".
|
int |
HTMLSelectElement.getLength()
Returns the value of the "length" property.
|
int |
HTMLOptionsCollection.getLength()
Returns the number of elements in this array.
|
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.
|
String |
HTMLInputElement.getMax()
Gets the
max property. |
double |
HTMLProgressElement.getMax()
The getter for the "max" property.
|
double |
HTMLMeterElement.getMax()
The getter for the "max" property.
|
Object |
HTMLTextAreaElement.getMaxLength()
Returns the maximum number of characters in this text area.
|
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".
|
String |
HTMLAnchorElement.getMethods()
Returns the
Methods attribute. |
String |
HTMLAnchorElement.getMimeType()
Returns the
mimeType attribute. |
String |
HTMLInputElement.getMin()
Gets the
min property. |
double |
HTMLMeterElement.getMin()
The getter for 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 JavaScript attribute "name".
|
String |
HTMLIFrameElement.getName()
Returns the value of the name attribute.
|
String |
HTMLMetaElement.getName()
Returns "name" attribute.
|
String |
HTMLFrameElement.getName()
Returns the value of the name attribute.
|
String |
FormField.getName()
Returns the value of the JavaScript attribute "name".
|
String |
HTMLAnchorElement.getName()
Returns the value of the name property of this link.
|
String |
HTMLAnchorElement.getNameProp()
Returns the
nameProp attribute. |
Object |
HTMLDocument.getNamespaces()
Returns the value of the JavaScript attribute "namespaces".
|
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 |
FormField.getOnchange()
Returns the onchange event handler for this element.
|
net.sourceforge.htmlunit.corejs.javascript.Function |
HTMLElement.getOnchange()
Returns the onchange 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 |
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.
|
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 |
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 |
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.
|
DOMTokenList |
HTMLAreaElement.getRelList()
Returns the
relList attribute. |
DOMTokenList |
HTMLLinkElement.getRelList()
Returns the
relList attribute. |
DOMTokenList |
HTMLAnchorElement.getRelList()
Returns the
relList attribute. |
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.
|
Object |
RowContainer.getRows()
Returns the rows in the element.
|
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 '#').
|
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.
|
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.
|
String |
HTMLAnchorElement.getShape()
Returns the
shape attribute. |
CSSStyleSheet |
HTMLStyleElement.getSheet()
Gets the associated sheet.
|
int |
HTMLFontElement.getSize()
Gets the "size" attribute.
|
int |
HTMLBaseFontElement.getSize()
Gets the "size" attribute.
|
int |
HTMLSelectElement.getSize()
Returns the size attribute.
|
String |
HTMLInputElement.getSize()
Returns the
size attribute. |
int |
HTMLTableColElement.getSpan()
Returns the value of the "span" property.
|
boolean |
HTMLElement.getSpellcheck()
Returns the "spellcheck" property.
|
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 attribute.
|
String |
HTMLInputElement.getSrc()
Returns the value of the src attribute.
|
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.
|
Object |
HTMLCommentElement.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 |
HTMLOptionElement.getText()
Returns the value of the "text" property.
|
String |
HTMLBodyElement.getText()
Returns the value of the text attribute.
|
String |
HTMLTextElement.getText()
Returns the text attribute.
|
String |
HTMLScriptElement.getText()
Returns the text attribute.
|
String |
HTMLTimeElement.getText()
Returns the text attribute.
|
String |
HTMLTitleElement.getText()
Returns the text attribute.
|
String |
HTMLCommentElement.getText()
Returns the text of this element.
|
String |
HTMLAnchorElement.getText()
Returns 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 |
HTMLDocument.getTitle()
Returns this document's title.
|
String |
HTMLElement.getTitle()
Returns the element title.
|
String |
HTMLStyleElement.getType()
Returns the type of this style.
|
String |
HTMLButtonElement.getType()
Returns the value of the JavaScript attribute "type".
|
String |
HTMLScriptElement.getType()
Returns the type attribute.
|
String |
HTMLOListElement.getType()
Returns the value of the type attribute.
|
String |
HTMLInputElement.getType()
Returns the value of the JavaScript attribute "type".
|
String |
FormField.getType()
Returns the value of the JavaScript attribute "type".
|
String |
HTMLLinkElement.getType()
Returns the value of the type property.
|
String |
HTMLUListElement.getType()
Returns the value of the type attribute.
|
String |
HTMLAnchorElement.getType()
Returns the
type attribute. |
String |
HTMLDocument.getUniqueID()
Retrieves an auto-generated, unique identifier for the object.
|
String |
HTMLElement.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 |
HTMLAnchorElement.getUrn()
Returns the
urn attribute. |
String |
HTMLAnchorElement.getUsername()
Returns the
username attribute. |
String |
HTMLTableComponent.getVAlign()
Returns the value of the "vAlign" property.
|
String |
HTMLTableCaptionElement.getVAlign()
Returns the value of the "vAlign" property.
|
String |
HTMLTableSectionElement.getVAlign()
Returns the value of the "vAlign" property.
|
String |
HTMLOptionElement.getValue()
Returns the value of the "value" property.
|
double |
HTMLProgressElement.getValue()
The getter for the "value" property.
|
String |
FormField.getValue()
Returns the value of the JavaScript attribute "value".
|
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 |
HTMLTableCellElement.getWidth_js()
Returns the value of the "width" property.
|
String |
HTMLIFrameElement.getWidth_js()
Returns the value of the "width" property.
|
String |
HTMLTableElement.getWidth_js()
Returns the width attribute.
|
String |
HTMLTableColElement.getWidth_js()
Returns the value of the "width" property.
|
int |
HTMLCanvasElement.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 |
HTMLInputElement.isRequired()
Returns the
required attribute. |
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.
|
double |
SVGRect.getWidth()
Gets width.
|
double |
SVGRect.getX()
Gets x.
|
double |
SVGRect.getY()
Gets y.
|
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".
|
Node |
XSLTemplate.getStylesheet()
Returns the Extensible Stylesheet Language (XSL) style sheet to compile into an XSL template.
|
boolean |
XMLHttpRequest.getWithCredentials()
Returns the "withCredentials" property.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.