Uses of Annotation Interface
org.htmlunit.javascript.configuration.JsxGetter
Packages that use JsxGetter
Package
Description
Implementations of the various JavaScript host objects — users of HtmlUnit should not
need anything in this package.
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Canvas JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Crypto JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the various JavaScript objects from the HTML Drag and Drop API.
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the File JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Geolocation JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Internationalization JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the JavaScript host media objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the NetworkInformation JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Performance JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Scalable Vector Graphics JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Web Workers JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of JsxGetter in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host with annotations of type JsxGetterModifier and TypeMethodDescriptionintScreenOrientation.getAngle()Returns theangleproperty.Navigator.getAppCodeName()Returns theappCodeNameproperty.Navigator.getAppName()Returns theappNameproperty.Navigator.getAppVersion()Returns theappVersionproperty.Element.getAttributes()Returns the attributes of this XML element.intScreen.getAvailHeight()Returns theavailHeightproperty.intScreen.getAvailLeft()Returns theavailLeftproperty.intScreen.getAvailTop()Returns theavailTopproperty.intScreen.getAvailWidth()Returns theavailWidthproperty.WebSocket.getBinaryType()Returns the binary data type used when receiving binary messages.longWebSocket.getBufferedAmount()Returns the number of bytes of data that have been queued but not yet transmitted.Navigator.getBuildID()Returns thebuildIDproperty.intElement.getChildElementCount()Returns the current number of child elements.Element.getChildren()Returns the child elements of this node.Element.getClassList()Returns the token list of theclassattribute.Element.getClassName_js()Returns the value of theclassattribute.intElement.getClientHeight()Returns theclientHeightproperty.Window.getClientInformation()Returns the JavaScript propertyclientInformation.intElement.getClientLeft()Returns theclientLeftproperty.intElement.getClientTop()Returns theclientTopproperty.intElement.getClientWidth()Returns theclientWidthproperty.intScreen.getColorDepth()Returns thecolorDepthproperty.Navigator.getConnection()Returns theconnectionproperty.Window.getControllers()Gets thecontrollers.Window.getCrypto()Returns thecryptoproperty.MimeType.getDescription()Returns the MIME type's description.Plugin.getDescription()Returns the plugin description.intWindow.getDevicePixelRatio()Returns thedevicePixelRatioproperty.Window.getDocument_js()Returns the JavaScript propertydocument.Navigator.getDoNotTrack()Returns thedoNotTrackproperty.MimeType.getEnabledPlugin()Returns the plugin that handles this MIME type.TextDecoder.getEncoding()Returns the encoding label used by this decoder.TextEncoder.getEncoding()Returns the encoding used by this encoder, which is always"utf-8".Window.getEvent()Returns the current event.Window.getExternal()Returns theexternalproperty.Plugin.getFilename()Returns the plugin filename.Element.getFirstElementChild()Returns the first element child.Window.getFrameElement()Returns the (i)frame in which the window is contained.Window.getFrames_js()Returns the value of theframesproperty.Navigator.getGeolocation()Returns thegeolocationproperty.URL.getHash()Returns the hash portion of the URL, containing a#followed by the fragment identifier.doubleDOMRect.getHeight()Returns theheight.intScreen.getHeight()Returns theheightproperty.Window.getHistory()Returns thehistoryproperty.URL.getHost()Returns the host portion of the URL, consisting of the hostname and, if the port is non-empty, a:followed by the port.URL.getHostname()Returns the hostname portion of the URL.URL.getHref()Returns the full URL as a string.Element.getId()Returns the element ID.intWindow.getInnerHeight()Returns theinnerHeight.Element.getInnerHTML()Returns theinnerHTMLof this element.intWindow.getInnerWidth()Returns theinnerWidth.Navigator.getLanguage()Returns the language of the browser.org.htmlunit.corejs.javascript.ScriptableNavigator.getLanguages()Returns the preferred languages of the browser as an array.Element.getLastElementChild()Returns the last element child.intScreen.getLeft()Returns theleftproperty.intDOMRectList.getLength()Returns the number ofDOMRectobjects in the list.intHistory.getLength()Returns thelengthproperty.intMimeTypeArray.getLength()Returns the number of MIME types in this array.intNamedNodeMap.getLength()Returns the number of attributes in this map.intPlugin.getLength()Returns the number of MIME types supported by this plugin.intPluginArray.getLength()Returns the number of plugins in this array.intStorage.getLength()Returns the number of items in the storage.Window.getLength()Returns the number of frames contained by this window.Element.getLocalName()Returns the local name of this attribute.Window.getLocalStorage()Returns thelocalStorageproperty.Window.getLocation()Returns thelocationproperty.Navigator.getMediaDevices()Returns themediaDevicesproperty.Navigator.getMimeTypes()Returns themimeTypesproperty.intWindow.getMozInnerScreenX()Returns the value ofmozInnerScreenXproperty.intWindow.getMozInnerScreenY()Returns the value ofmozInnerScreenYproperty.Screen.getMozOrientation()Returns themozOrientationproperty.BroadcastChannel.getName()Returns the channel name.Plugin.getName()Returns the plugin name.Window.getName()Returns the value of the window'snameproperty.Element.getNamespaceURI()Returns the URI that identifies an XML namespace.Window.getNavigator()Returns the JavaScript propertynavigator.Window.getNetscape()Returns thenetscapeproperty.Element.getNextElementSibling()Returns the next sibling that is an element.org.htmlunit.corejs.javascript.FunctionWindow.getOnabort()Returns theonabortevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnafterprint()Returns theonafterprintevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnanimationend()Returns theonanimationendevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnanimationiteration()Returns theonanimationiterationevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnanimationstart()Returns theonanimationstartevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnauxclick()Returns theonauxclickevent handler.org.htmlunit.corejs.javascript.FunctionElement.getOnbeforecopy()Returns theonbeforecopyevent handler for this element.org.htmlunit.corejs.javascript.FunctionElement.getOnbeforecut()Returns theonbeforecutevent handler for this element.org.htmlunit.corejs.javascript.FunctionElement.getOnbeforepaste()Returns theonbeforepasteevent handler for this element.org.htmlunit.corejs.javascript.FunctionWindow.getOnbeforeprint()Returns theonbeforeprintevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnbeforeunload()Returns the value of the window'sonbeforeunloadproperty.org.htmlunit.corejs.javascript.FunctionWindow.getOnblur()Returns theonblurproperty (not necessary a function if something else has been set).org.htmlunit.corejs.javascript.FunctionWindow.getOncancel()Returns theoncancelevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOncanplay()Returns theoncanplayevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOncanplaythrough()Returns theoncanplaythroughevent handler.org.htmlunit.corejs.javascript.FunctionScreen.getOnchange()Returns theonchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionScreenOrientation.getOnchange()Returns theonchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionWindow.getOnchange()Getter for theonchangeevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnclick()Returns theonclickproperty (not necessary a function if something else has been set).org.htmlunit.corejs.javascript.FunctionWebSocket.getOnclose()Returns the event handler that fires on close.org.htmlunit.corejs.javascript.FunctionWindow.getOnclose()Returns theoncloseevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOncontextmenu()Returns theoncontextmenuevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOncuechange()Returns theoncuechangeevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndblclick()Returns theondblclickproperty (not necessary a function if something else has been set).org.htmlunit.corejs.javascript.FunctionWindow.getOndevicemotion()Returns theondevicemotionevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndeviceorientation()Returns theondeviceorientationevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndeviceorientationabsolute()Returns theondeviceorientationabsoluteevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndrag()Returns theondragevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndragend()Returns theondragendevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndragenter()Returns theondragenterevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndragleave()Returns theondragleaveevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndragover()Returns theondragoverevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndragstart()Returns theondragstartevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndrop()Returns theondropevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOndurationchange()Returns theondurationchangeevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnemptied()Returns theonemptiedevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnended()Returns theonendedevent handler.org.htmlunit.corejs.javascript.FunctionWebSocket.getOnerror()Returns the event handler that fires on error.org.htmlunit.corejs.javascript.FunctionWindow.getOnerror()Returns the value of the window'sonerrorproperty.org.htmlunit.corejs.javascript.FunctionWindow.getOnfocus()Returns theonfocusevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOngotpointercapture()Returns theongotpointercaptureevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnhashchange()Returns theonhashchangeproperty (not necessary a function if something else has been set).org.htmlunit.corejs.javascript.FunctionWindow.getOninput()Returns theoninputevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOninvalid()Returns theoninvalidevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnkeydown()Returns theonkeydownevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnkeypress()Returns theonkeypressevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnkeyup()Returns theonkeyupevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnlanguagechange()Returns theonlanguagechangeevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnload()Returns theonloadproperty.org.htmlunit.corejs.javascript.FunctionWindow.getOnloadeddata()Returns theonloadeddataevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnloadedmetadata()Returns theonloadedmetadataevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnloadstart()Returns theonloadstartevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnlostpointercapture()Returns theonlostpointercaptureevent handler.org.htmlunit.corejs.javascript.FunctionBroadcastChannel.getOnmessage()Returns theonmessageevent handler.org.htmlunit.corejs.javascript.FunctionMessagePort.getOnmessage()Returns theonmessageevent handler.org.htmlunit.corejs.javascript.FunctionWebSocket.getOnmessage()Returns the event handler that fires on message.org.htmlunit.corejs.javascript.FunctionWindow.getOnmessage()Returns the value of the window'sonmessageproperty.org.htmlunit.corejs.javascript.FunctionBroadcastChannel.getOnmessageerror()Returns theonmessageerrorevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmousedown()Returns theonmousedownevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmouseenter()Returns theonmouseenterevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmouseleave()Returns theonmouseleaveevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmousemove()Returns theonmousemoveevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmouseout()Returns theonmouseoutevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmouseover()Returns theonmouseoverevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmouseup()Returns theonmouseupevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmousewheel()Returns theonmousewheelevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmozfullscreenchange()Returns theonmozfullscreenchangeevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnmozfullscreenerror()Returns theonmozfullscreenerrorevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnoffline()Returns theonofflineevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnonline()Returns theononlineevent handler.org.htmlunit.corejs.javascript.FunctionWebSocket.getOnopen()Returns the event handler that fires on open.org.htmlunit.corejs.javascript.FunctionWindow.getOnpagehide()Returns theonpagehideevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpageshow()Returns theonpageshowevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpause()Returns theonpauseevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnplay()Returns theonplayevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnplaying()Returns theonplayingevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpointercancel()Returns theonpointercancelevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpointerdown()Returns theonpointerdownevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpointerenter()Returns theonpointerenterevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpointerleave()Returns theonpointerleaveevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpointermove()Returns theonpointermoveevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpointerout()Returns theonpointeroutevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpointerover()Returns theonpointeroverevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpointerup()Returns theonpointerupevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnpopstate()Returns theonpopstateevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnprogress()Returns theonprogressevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnratechange()Returns theonratechangeevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnrejectionhandled()Returns theonrejectionhandledevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnreset()Returns theonresetevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnresize()Returns theonresizeevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnscroll()Returns theonscrollevent handler.org.htmlunit.corejs.javascript.FunctionElement.getOnsearch()Returns theonsearchevent handler for this element.org.htmlunit.corejs.javascript.FunctionWindow.getOnsearch()Returns theonsearchevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnseeked()Returns theonseekedevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnseeking()Returns theonseekingevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnselect()Returns theonselectevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnstalled()Returns theonstalledevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnstorage()Returns theonstorageevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnsubmit()Getter for theonsubmitevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnsuspend()Returns theonsuspendevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOntimeupdate()Returns theontimeupdateevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOntoggle()Returns theontoggleevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOntransitionend()Returns theontransitionendevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnunhandledrejection()Returns theonunhandledrejectionevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnunload()Returns theonunloadevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnvolumechange()Returns theonvolumechangeevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnwaiting()Returns theonwaitingevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnwebkitanimationend()Returns theonwebkitanimationendevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnwebkitanimationiteration()Returns theonwebkitanimationiterationevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnwebkitanimationstart()Returns theonwebkitanimationstartevent handler.org.htmlunit.corejs.javascript.FunctionElement.getOnwebkitfullscreenchange()Returns theonwebkitfullscreenchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionElement.getOnwebkitfullscreenerror()Returns theonwebkitfullscreenerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionWindow.getOnwebkittransitionend()Returns theonwebkittransitionendevent handler.org.htmlunit.corejs.javascript.FunctionWindow.getOnwheel()Returns theonwheelevent handler.Window.getOpener()Returns the value of theopenerproperty.Screen.getOrientation()Returns theorientationproperty.URL.getOrigin()Returns the origin of the URL.Navigator.getOscpu()Returns theoscpuproperty.intWindow.getOuterHeight()Returns theouterHeight.Element.getOuterHTML()Returns theouterHTMLof this element, including the element's own tags.intWindow.getOuterWidth()Returns theouterWidth.intWindow.getPageXOffset()Returns the value ofpageXOffsetproperty.intWindow.getPageYOffset()Returns the value ofpageYOffsetproperty.Window.getParent()Returns the value of theparentproperty.URL.getPassword()Returns the password specified before the domain name.URL.getPathname()Returns the pathname portion of the URL.org.htmlunit.corejs.javascript.ScriptableWindow.getPerformance()The performance attribute is defined as replacable (https://w3c.github.io/hr-time/#the-performance-attribute) but not implemented as that.intScreen.getPixelDepth()Returns thepixelDepthproperty.Navigator.getPlatform()Returns theplatformproperty.Navigator.getPlugins()Returns the list of browser plugins.URL.getPort()Returns the port number of the URL, or an empty string if no explicit port is specified.MessageChannel.getPort1()Returns theport1property.MessageChannel.getPort2()Returns theport2property.Element.getPrefix()Returns the namespace prefix.Element.getPreviousElementSibling()Returns the previous sibling that is an element.Navigator.getProduct()Returns theproductproperty.Navigator.getProductSub()Returns the build number of the current browser.URL.getProtocol()Returns the protocol scheme of the URL, including the trailing:.WebSocket.getProtocol()Returns the sub-protocol in use, or an empty string if no sub-protocol was selected.intWebSocket.getReadyState()Returns the current state of the connection.Window.getScreen()Returns thescreenproperty.intElement.getScrollHeight()Returns thescrollHeightfor this element.intElement.getScrollLeft()Returns thescrollLeftvalue for this element.History.getScrollRestoration()Returns thescrollRestorationproperty.intElement.getScrollTop()Returns thescrollTopvalue for this element.intElement.getScrollWidth()Returns thescrollWidthfor this element.intWindow.getScrollX()Returns the value ofscrollXproperty.intWindow.getScrollY()Returns the value ofscrollYproperty.URL.getSearch()Returns the query string, containing a?followed by the URL's parameters.URL.getSearchParams()Returns aURLSearchParamsobject providing access to the decoded query arguments of the URL.Window.getSelf()Returns theselfproperty.Window.getSessionStorage()Returns thesessionStorageproperty.intURLSearchParams.getSize()Returns the total number of search parameter entries.Window.getSpeechSynthesis()Returns thespeechSynthesisproperty.History.getState()Returns thestateproperty.Window.getStatus()Returns the text from the status line.Window.getStyleMedia()Returns thestyleMediaproperty.MimeType.getSuffixes()Returns the file suffixes associated with this MIME type.Element.getTagName()Returns the tag name of this element.intScreen.getTop()Returns thetopproperty.Window.getTop()Returns the value of thetopproperty.MimeType.getType()Returns the MIME type string.ScreenOrientation.getType()Returns thetypeproperty.WebSocket.getUrl()Returns the URL of the WebSocket connection.Navigator.getUserAgent()Returns theuserAgentproperty.URL.getUsername()Returns the username specified before the domain name.Navigator.getVendor()Returns thevendorproperty.Navigator.getVendorSub()Returns thevendorSubproperty.doubleDOMRect.getWidth()Returns thewidth.intScreen.getWidth()Returns thewidthproperty.Window.getWindow_js()Returns the window property.doubleDOMRect.getX()Returns thexcoordinate.doubleDOMRect.getY()Returns theycoordinate.booleanWindow.isClosed()Indicates if this window is closed.booleanNavigator.isCookieEnabled()Returns thecookieEnabledproperty.booleanScreen.isIsExtended()Returns theisExtendedproperty.booleanWindow.isIsSecureContext()Returns a boolean indicating whether the current context is secure (true) or not (false).booleanWindow.isOffscreenBuffering()Returns theoffscreenBufferingproperty.booleanNavigator.isOnLine()Returns theonLineproperty.booleanNavigator.isPdfViewerEnabled()Returns whether the browser supports inline display of PDF files when navigating to them. -
Uses of JsxGetter in org.htmlunit.javascript.host.abort
Methods in org.htmlunit.javascript.host.abort with annotations of type JsxGetterModifier and TypeMethodDescriptionAbortController.getSignal()Returns theAbortSignalassociated with this controller. -
Uses of JsxGetter in org.htmlunit.javascript.host.canvas
Methods in org.htmlunit.javascript.host.canvas with annotations of type JsxGetterModifier and TypeMethodDescriptionCanvasRenderingContext2D.getCanvas()Returns the associatedHTMLCanvasElement.org.htmlunit.corejs.javascript.typedarrays.NativeUint8ClampedArrayImageData.getData()Returns aNativeUint8ClampedArrayrepresenting a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (included).CanvasRenderingContext2D.getFillStyle()Returns thefillStyleproperty.doubleCanvasRenderingContext2D.getGlobalAlpha()Specifies the alpha (transparency) value that is applied to shapes and images before they are drawn onto the canvas.intImageData.getHeight()Returns theheightproperty.CanvasRenderingContext2D.getLineCap()Returns the the shape used to join two line segments where they meet.CanvasRenderingContext2D.getLineJoin()Returns the the shape used to join two line segments where they meet.doubleCanvasRenderingContext2D.getLineWidth()Returns thelineWidthproperty.CanvasRenderingContext2D.getStrokeStyle()Returns thestrokeStyleproperty.intImageData.getWidth()Returns thewidthproperty.intTextMetrics.getWidth()Returns thewidthproperty. -
Uses of JsxGetter in org.htmlunit.javascript.host.crypto
Methods in org.htmlunit.javascript.host.crypto with annotations of type JsxGetterModifier and TypeMethodDescriptionorg.htmlunit.corejs.javascript.ScriptableCryptoKey.getAlgorithm()Returns the algorithm descriptor object.booleanCryptoKey.getExtractable()Returns whether the key material may be exported.Crypto.getSubtle()Returns thesubtleproperty.CryptoKey.getType()Returns the type of key this represents.org.htmlunit.corejs.javascript.ScriptableCryptoKey.getUsages()Returns the permitted key usages. -
Uses of JsxGetter in org.htmlunit.javascript.host.css
Methods in org.htmlunit.javascript.host.css with annotations of type JsxGetterModifier and TypeMethodDescriptionCSSStyleDeclaration.getBackgroundAttachment()Gets thebackgroundAttachmentstyle attribute.CSSStyleDeclaration.getBackgroundColor()Gets thebackgroundColorstyle attribute.CSSStyleDeclaration.getBackgroundImage()Gets thebackgroundImagestyle attribute.CSSStyleDeclaration.getBackgroundPosition()Gets thebackgroundPositionstyle attribute.CSSStyleDeclaration.getBackgroundRepeat()Gets thebackgroundRepeatstyle attribute.CSSStyleDeclaration.getBlockSize()Gets theblockSizestyle attribute.CSSStyleDeclaration.getBorderBottomColor()Gets theborderBottomColorstyle attribute.CSSStyleDeclaration.getBorderBottomStyle()Gets theborderBottomStylestyle attribute.CSSStyleDeclaration.getBorderBottomWidth()Gets theborderBottomWidthstyle attribute.CSSStyleDeclaration.getBorderLeftColor()Gets theborderLeftColorstyle attribute.CSSStyleDeclaration.getBorderLeftStyle()Gets theborderLeftStylestyle attribute.CSSStyleDeclaration.getBorderLeftWidth()Gets theborderLeftWidthstyle attribute.CSSStyleDeclaration.getBorderRightColor()Gets theborderRightColorstyle attribute.CSSStyleDeclaration.getBorderRightStyle()Gets theborderRightStylestyle attribute.CSSStyleDeclaration.getBorderRightWidth()Gets theborderRightWidthstyle attribute.CSSStyleDeclaration.getBorderTop()Gets theborderTopstyle attribute.CSSStyleDeclaration.getBorderTopColor()Gets theborderTopColorstyle attribute.CSSStyleDeclaration.getBorderTopStyle()Gets theborderTopStylestyle attribute.CSSStyleDeclaration.getBorderTopWidth()Gets theborderTopWidthstyle attribute.CSSStyleDeclaration.getBottom()Gets thebottomstyle attribute.CSSStyleDeclaration.getColor()Gets thecolorstyle attribute.CSSConditionRule.getConditionText()Returns the text of the condition of the rule.CSSStyleDeclaration.getCssFloat()Gets thecssFloatstyle attribute.CSSGroupingRule.getCssRules()Returns the collection of rules defined in this rule.CSSStyleSheet.getCssRules()Returns the collection of rules defined in this style sheet.CSSRule.getCssText()Returns the parsable textual representation of the rule.CSSStyleDeclaration.getCssText()Returns the actual text of the style.CSSStyleDeclaration.getDisplay()Gets thedisplaystyle attribute.CSSStyleDeclaration.getFont()Gets thefontstyle attribute.CSSStyleDeclaration.getFontFamily()Gets thefontFamilystyle attribute.CSSStyleDeclaration.getFontSize()Gets thefontSizestyle attribute.CSSStyleDeclaration.getHeight()Gets theheightstyle attribute.CSSImportRule.getHref()Returns the URL of the imported style sheet.StyleSheet.getHref()Returns the URL of the stylesheet.CSSStyleDeclaration.getLeft()Gets theleftstyle attribute.intCSSRuleList.getLength()Returns the length of this list.intCSSStyleDeclaration.getLength()Returns thelengthproperty.intMediaList.getLength()Returns the number of media in the list.intStyleSheetList.getLength()Returns the list's length.CSSStyleDeclaration.getLetterSpacing()Gets theletterSpacingstyle attribute.CSSStyleDeclaration.getLineHeight()Gets thelineHeightstyle attribute.CSSStyleDeclaration.getMargin()Gets themarginstyle attribute.CSSStyleDeclaration.getMarginBottom()Gets themarginBottomstyle attribute.CSSStyleDeclaration.getMarginLeft()Gets themarginLeftstyle attribute.CSSStyleDeclaration.getMarginRight()Gets themarginRightstyle attribute.CSSStyleDeclaration.getMarginTop()Gets themarginTopstyle attribute.CSSStyleDeclaration.getMaxHeight()Gets themaxHeightstyle attribute.CSSStyleDeclaration.getMaxWidth()Gets themaxWidthstyle attribute.CSSImportRule.getMedia()Returns the media types that the imported CSS style sheet applies to.CSSMediaRule.getMedia()Returns the media types that this rule applies to.MediaQueryList.getMedia()Returns themediaproperty.MediaList.getMediaText()The parsable textual representation of the media list.CSSStyleDeclaration.getMinHeight()Gets theminHeightstyle attribute.CSSStyleDeclaration.getMinWidth()Gets theminWidthstyle attribute.CSSStyleDeclaration.getOpacity()Gets theopacitystyle attribute.CSSStyleDeclaration.getOrphans()Gets theorphansstyle attribute.CSSStyleDeclaration.getOutline()Gets theoutlinestyle attribute.CSSStyleDeclaration.getOutlineWidth()Gets theoutlineWidthstyle attribute.StyleSheet.getOwnerNode()Returns the owner node.CSSStyleDeclaration.getPadding()Gets thepaddingstyle attribute.CSSStyleDeclaration.getPaddingBottom()Gets thepaddingBottomstyle attribute.CSSStyleDeclaration.getPaddingLeft()Gets thepaddingLeftstyle attribute.CSSStyleDeclaration.getPaddingRight()Gets thepaddingRightstyle attribute.CSSStyleDeclaration.getPaddingTop()Gets thepaddingTopstyle attribute.CSSRule.getParentRule()If this rule is contained inside another rule (e.g. a style rule inside a @media block), this is the containing rule.CSSStyleDeclaration.getParentRule()Returns the CSSRule that is the parent of this style block ornullif this CSSStyleDeclaration is not attached to a CSSRule.CSSRule.getParentStyleSheet()Returns the style sheet that contains this rule.CSSStyleDeclaration.getPosition()Gets thepositionstyle attribute.CSSStyleDeclaration.getRight()Gets therightstyle attribute.CSSStyleDeclaration.getRubyAlign()Gets therubyAlignstyle attribute.CSSStyleSheet.getRules()Retrieves the collection of rules defined in this style sheet.CSSPageRule.getSelectorText()Returns the textual representation of the selector for the rule set.CSSStyleRule.getSelectorText()Returns the textual representation of the selector for the rule set.CSSStyleDeclaration.getSize()Gets thesizestyle attribute.CSSPageRule.getStyle()Returns the declaration-block of this rule set.CSSStyleRule.getStyle()Returns the declaration-block of this rule set.CSSImportRule.getStyleSheet()Returns the style sheet referred to by this rule.CSSStyleDeclaration.getTextIndent()Gets thetextIndentstyle attribute.CSSStyleDeclaration.getTop()Gets thetopstyle attribute.intCSSKeyframesRule.getType()Returns the type of the rule.intCSSRule.getType()Returns the type of the rule.StyleMedia.getType()Returns thetypeproperty.CSSStyleDeclaration.getVerticalAlign()Gets theverticalAlignstyle attribute.CSSStyleDeclaration.getWidows()Gets thewidowsstyle attribute.CSSStyleDeclaration.getWidth()Gets thewidthstyle attribute.CSSStyleDeclaration.getWordSpacing()Gets thewordSpacingstyle attribute.CSSStyleDeclaration.getZIndex()Gets thezIndexstyle attribute.booleanMediaQueryList.isMatches()Returns whether the document currently matches the media query list or not. -
Uses of JsxGetter in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom with annotations of type JsxGetterModifier and TypeMethodDescriptiondoubleDOMMatrix.getA()Returns theaproperty.doubleDOMMatrixReadOnly.getA()Returns theaproperty.Document.getActiveElement()Returns the value of theactiveElementproperty.MutationRecord.getAddedNodes()Returns theaddedNodesproperty.Document.getAlinkColor()Returns the value of thealinkColorproperty.Document.getAll()Returns the value of theallproperty.Selection.getAnchorNode()Returns the node in which the selection begins.intSelection.getAnchorOffset()Returns the number of characters that the selection's anchor is offset within the anchor node.Document.getAnchors()Returns the value of the JavaScript propertyanchors.Document.getApplets()Returns the value of the JavaScript propertyapplets.MutationRecord.getAttributeName()Returns theattributeNameproperty.doubleDOMMatrix.getB()Returns thebproperty.doubleDOMMatrixReadOnly.getB()Returns thebproperty.Node.getBaseURI()Returns the Base URI as a string.Document.getBgColor()Returns the value of thebgColorproperty.Document.getBody()Returns this document'sbodyelement.booleanXPathResult.getBooleanValue()Returns the value of this boolean result.doubleDOMRectReadOnly.getBottom()Returns thebottomcoordinate.doubleDOMMatrix.getC()Returns thecproperty.doubleDOMMatrixReadOnly.getC()Returns thecproperty.Document.getCharacterSet()Returns the character encoding of the current document.Document.getCharset()Retrieves the character set used to encode the document.intDocument.getChildElementCount()Returns the current number of child elements.intDocumentFragment.getChildElementCount()Returns the current number of child elements.Node.getChildNodes()Returns the child nodes of the current element.Document.getChildren()Returns the child elements of this node.DocumentFragment.getChildren()Returns the child elements of this node.DOMException.getCode()Gets the exception code.Range.getCommonAncestorContainer()Returns the deepest common ancestor container of the Range's two boundary points.Document.getCompatMode()Returns thecompatModeproperty.Document.getContentType()Returns thecontentTypeproperty.Document.getCookie()Returns thecookieproperty.TreeWalker.getCurrentNode()Gets the node at which the TreeWalker is currently positioned.org.htmlunit.corejs.javascript.ScriptableObjectDocument.getCurrentScript()Returns thecurrentScriptproperty.doubleDOMMatrix.getD()Returns thedproperty.doubleDOMMatrixReadOnly.getD()Returns thedproperty.CharacterData.getData()Gets the JavaScript propertydatafor this character data.ProcessingInstruction.getData()Returns thedataattribute.Document.getDefaultView()Gets the window in which this document is contained.Document.getDesignMode()Returns a value which indicates whether or not the document can be edited.Document.getDoctype()Gets the JavaScript propertydoctypefor the document.Document.getDocumentElement()Gets the JavaScript propertydocumentElementfor the document.Document.getDocumentURI()Returns the value of thedocumentURIproperty.Document.getDomain()Returns the domain name of the server that served the document, ornullif the server cannot be identified by a domain name.doubleDOMMatrix.getE()Returns theeproperty.doubleDOMMatrixReadOnly.getE()Returns theeproperty.Document.getEmbeds()Returns the value of theembedsproperty.AbstractRange.getEndContainer()Gets the node within which the Range ends.intAbstractRange.getEndOffset()Gets the offset within the end node of the Range.doubleDOMMatrix.getF()Returns thefproperty.doubleDOMMatrixReadOnly.getF()Returns thefproperty.Document.getFgColor()Returns the value of thefgColorproperty.DOMException.getFilename()Gets the name of the file in which the exception occurred.NodeIterator.getFilter()Returns the filter.TreeWalker.getFilter()Gets the filter used to screen nodes.Node.getFirstChild()Gets the JavaScript propertyfirstChildfor the node that contains the current node.Document.getFirstElementChild()Returns the first element child.DocumentFragment.getFirstElementChild()Returns the first element child.Selection.getFocusNode()Returns the node in which the selection ends.intSelection.getFocusOffset()Returns the number of characters that the selection's focus is offset within the focus node.org.htmlunit.corejs.javascript.ScriptableObjectDocument.getFonts()Returns theFontFaceSetproperty.Document.getForms()Returns the value of theformsproperty.Document.getHead()Returns this document'sheadelement.doubleDOMRectReadOnly.getHeight()Returns theheight.Document.getImages()Returns the value of theembedsproperty.Document.getImplementation()Returns the implementation object of the current document.Document.getInputEncoding()Returns a string representing the encoding under which the document was parsed.booleanDOMMatrixReadOnly.getIsIdentity()Returns whether this matrix is the identity matrix.Node.getLastChild()Gets the JavaScript propertylastChildfor the node that contains the current node.Document.getLastElementChild()Returns the last element child.DocumentFragment.getLastElementChild()Returns the last element child.Document.getLastModified()Returns the last modification date of the document.doubleDOMRectReadOnly.getLeft()Returns theleftcoordinate.intCharacterData.getLength()Gets the number of character in the character data.intDOMTokenList.getLength()Returns the length property.final intNodeList.getLength()Returns the length.DOMException.getLineNumber()Gets the line at which the exception occurred.Document.getLinkColor()Returns the value of thelinkColorproperty.Document.getLinks()Returns the value of the JavaScript propertylinks.Attr.getLocalName()Returns the local name of this attribute.Document.getLocation()Returns the value of thelocationproperty.doubleDOMMatrix.getM11()Returns them11property.doubleDOMMatrixReadOnly.getM11()Returns them11property.doubleDOMMatrix.getM12()Returns them12property.doubleDOMMatrixReadOnly.getM12()Returns them12property.doubleDOMMatrix.getM13()Returns them13property.doubleDOMMatrixReadOnly.getM13()Returns them13property.doubleDOMMatrix.getM14()Returns them14property.doubleDOMMatrixReadOnly.getM14()Returns them14property.doubleDOMMatrix.getM21()Returns them21property.doubleDOMMatrixReadOnly.getM21()Returns them21property.doubleDOMMatrix.getM22()Returns them22property.doubleDOMMatrixReadOnly.getM22()Returns them22property.doubleDOMMatrix.getM23()Returns them23property.doubleDOMMatrixReadOnly.getM23()Returns them23property.doubleDOMMatrix.getM24()Returns them24property.doubleDOMMatrixReadOnly.getM24()Returns them24property.doubleDOMMatrix.getM31()Returns them31property.doubleDOMMatrixReadOnly.getM31()Returns them31property.doubleDOMMatrix.getM32()Returns them32property.doubleDOMMatrixReadOnly.getM32()Returns them32property.doubleDOMMatrix.getM33()Returns them33property.doubleDOMMatrixReadOnly.getM33()Returns them33property.doubleDOMMatrix.getM34()Returns them34property.doubleDOMMatrixReadOnly.getM34()Returns them34property.doubleDOMMatrix.getM41()Returns them41property.doubleDOMMatrixReadOnly.getM41()Returns them41property.doubleDOMMatrix.getM42()Returns them42property.doubleDOMMatrixReadOnly.getM42()Returns them42property.doubleDOMMatrix.getM43()Returns them43property.doubleDOMMatrixReadOnly.getM43()Returns them43property.doubleDOMMatrix.getM44()Returns them44property.doubleDOMMatrixReadOnly.getM44()Returns them44property.DOMException.getMessage()Gets the exception message.Attr.getName()Returns the name of the attribute.DocumentType.getName()Returns thenameproperty.DOMException.getName()Gets the exception name.Attr.getNamespaceURI()Returns the URI that identifies an XML namespace.CharacterData.getNextElementSibling()Returns the next element sibling.MutationRecord.getNextSibling()Returns thenextSiblingproperty.Node.getNextSibling()Gets the JavaScript propertynextSiblingfor the node that contains the current node.Node.getNodeName()Gets the JavaScript propertynodeNamefor the current node.intNode.getNodeType()Gets the JavaScript propertynodeTypefor the current node.Node.getNodeValue()Gets the JavaScript propertynodeValuefor the current node.doubleXPathResult.getNumberValue()Returns the value of this numeric result.MutationRecord.getOldValue()Returns theoldValueproperty.org.htmlunit.corejs.javascript.FunctionDocument.getOnabort()Returns theonabortevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnafterscriptexecute()Returns theonafterscriptexecuteevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnauxclick()Returns theonauxclickevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnbeforecopy()Returns theonbeforecopyevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnbeforecut()Returns theonbeforecutevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnbeforepaste()Returns theonbeforepasteevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnbeforescriptexecute()Returns theonbeforescriptexecuteevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnblur()Returns theonblurevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOncancel()Returns theoncancelevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOncanplay()Returns theoncanplayevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOncanplaythrough()Returns theoncanplaythroughevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnchange()Returns theonchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnclick()Returns theonclickevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnclose()Returns theoncloseevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOncontextmenu()Returns theoncontextmenuevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOncopy()Returns theoncopyevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOncuechange()Returns theoncuechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOncut()Returns theoncutevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndblclick()Returns theondblclickevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndrag()Returns theondragevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndragend()Returns theondragendevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndragenter()Returns theondragenterevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndragleave()Returns theondragleaveevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndragover()Returns theondragoverevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndragstart()Returns theondragstartevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndrop()Returns theondropevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOndurationchange()Returns theondurationchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnemptied()Returns theonemptiedevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnended()Returns theonendedevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnerror()Returns theonerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnfocus()Returns theonfocusevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOngotpointercapture()Returns theongotpointercaptureevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOninput()Returns theoninputevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOninvalid()Returns theoninvalidevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnkeydown()Returns theonkeydownevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnkeypress()Returns theonkeypressevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnkeyup()Returns theonkeyupevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnload()Returns theonloadevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnloadeddata()Returns theonloadeddataevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnloadedmetadata()Returns theonloadedmetadataevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnloadstart()Returns theonloadstartevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnlostpointercapture()Returns theonlostpointercaptureevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmousedown()Returns theonmousedownevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmouseenter()Returns theonmouseenterevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmouseleave()Returns theonmouseleaveevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmousemove()Returns theonmousemoveevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmouseout()Returns theonmouseoutevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmouseover()Returns theonmouseoverevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmouseup()Returns theonmouseupevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmousewheel()Returns theonmousewheelevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmozfullscreenchange()Returns theonmozfullscreenchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnmozfullscreenerror()Returns theonmozfullscreenerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpaste()Returns theonpasteevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpause()Returns theonpauseevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnplay()Returns theonplayevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnplaying()Returns theonplayingevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointercancel()Returns theonpointercancelevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointerdown()Returns theonpointerdownevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointerenter()Returns theonpointerenterevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointerleave()Returns theonpointerleaveevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointerlockchange()Returns theonpointerlockchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointerlockerror()Returns theonpointerlockerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointermove()Returns theonpointermoveevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointerout()Returns theonpointeroutevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointerover()Returns theonpointeroverevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnpointerup()Returns theonpointerupevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnprogress()Returns theonprogressevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnratechange()Returns theonratechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnreadystatechange()Returns theonreadystatechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnreset()Returns theonresetevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnresize()Returns theonresizeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnscroll()Returns theonscrollevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnsearch()Returns theonsearchevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnseeked()Returns theonseekedevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnseeking()Returns theonseekingevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnselect()Returns theonselectevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnselectionchange()Returns theonselectionchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnselectstart()Returns theonselectstartevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnstalled()Returns theonstalledevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnsubmit()Returns theonsubmitevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnsuspend()Returns theonsuspendevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOntimeupdate()Returns theontimeupdateevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOntoggle()Returns theontoggleevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnvolumechange()Returns theonvolumechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnwaiting()Returns theonwaitingevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnwebkitfullscreenchange()Returns theonwebkitfullscreenchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnwebkitfullscreenerror()Returns theonwebkitfullscreenerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionDocument.getOnwheel()Returns theonwheelevent handler for this element.Node.getOwnerDocument()Returns the owner document.Attr.getOwnerElement()Returns the owner element.Node.getParentElement()Gets the JavaScript propertyparentElement.Node.getParentNode()Gets the JavaScript propertyparentNodefor the node that contains the current node.Document.getPlugins()Returns the value of thepluginsproperty.Attr.getPrefix()Returns the namespace prefix.CharacterData.getPreviousElementSibling()Returns the previous element sibling.MutationRecord.getPreviousSibling()Returns thepreviousSiblingproperty.Node.getPreviousSibling()Gets the JavaScript propertypreviousSiblingfor the node that contains the current node.DocumentType.getPublicId()Returns thepublicIdproperty.intSelection.getRangeCount()Returns the number of ranges in the selection.Document.getReadyState()Returns the ready state of the document.Document.getReferrer()Returns the value of thereferrerproperty.MutationRecord.getRemovedNodes()Returns theremovedNodesproperty.intXPathResult.getResultType()Returns the type of this result.doubleDOMRectReadOnly.getRight()Returns therightcoordinate.NodeIterator.getRoot()Returns the root node.TreeWalker.getRoot()Gets the root node of the TreeWalker, as specified when it was created.Document.getRootElement()Gets the JavaScript propertyrootElement.Document.getScripts()Returns the value of thescriptsproperty.XPathResult.getSingleNodeValue()Returns the value of this single-node result.intXPathResult.getSnapshotLength()Returns the number of nodes in this snapshot.AbstractRange.getStartContainer()Gets the node within which the Range begins.intAbstractRange.getStartOffset()Gets the offset within the starting node of the Range.XPathResult.getStringValue()Returns the value of this string result.Document.getStyleSheets()Retrieves a collection of stylesheet objects representing the style sheets that correspond to each instance of a Link orCSSStyleDeclarationobject in the document.DocumentType.getSystemId()Returns thesystemIdproperty.org.htmlunit.corejs.javascript.ScriptableObjectMutationRecord.getTarget()Returns thetargetproperty.ProcessingInstruction.getTarget()Returns thetargetattribute.Node.getTextContent()Gets the textContent attribute.Document.getTitle()Returns this document's title.doubleDOMRectReadOnly.getTop()Returns thetopcoordinate.MutationRecord.getType()Returns thetypeproperty.Selection.getType()Returns the type of selection (IE only).Document.getURL_js()Returns the value of theURLproperty.Attr.getValue()Returns the value of this attribute.DOMTokenList.getValue()Returns thevalueproperty.RadioNodeList.getValue()Returns the value of the first checked radio button represented by radioNodeList.Document.getVlinkColor()Returns the value of thevlinkColorproperty.doubleDOMPoint.getW()Returns thewperspective value.doubleDOMPointReadOnly.getW()Returns thewperspective value.longTreeWalker.getWhatToShow()Gets the whatToShow attribute of the TreeWalker.Text.getWholeText()Returns thewholeTextproperty.doubleDOMRectReadOnly.getWidth()Returns thewidth.doubleDOMPoint.getX()Returns thexcoordinate.doubleDOMPointReadOnly.getX()Returns thexcoordinate.doubleDOMRectReadOnly.getX()Returns thexcoordinate.Document.getXmlEncoding()Returns thexmlEncodingproperty.Document.getXmlVersion()Returns thexmlVersionproperty.doubleDOMPoint.getY()Returns theycoordinate.doubleDOMPointReadOnly.getY()Returns theycoordinate.doubleDOMRectReadOnly.getY()Returns theycoordinate.doubleDOMPoint.getZ()Returns thezcoordinate.doubleDOMPointReadOnly.getZ()Returns thezcoordinate.booleanAbstractRange.isCollapsed()Indicates if the range is collapsed.booleanDocument.isHidden()Returns thehiddenproperty.booleanXPathResult.isInvalidIteratorState()Returns whether this iterator has become invalid.booleanDOMMatrixReadOnly.isIs2D()Returns theis2Dproperty.booleanSelection.isIsCollapsed()Returns a boolean indicating whether the selection's start and end points are at the same position.booleanAttr.isSpecified()Returnstrueif this attribute has been specified.booleanDocument.isXmlStandalone()Returns thexmlStandaloneproperty. -
Uses of JsxGetter in org.htmlunit.javascript.host.draganddrop
Methods in org.htmlunit.javascript.host.draganddrop with annotations of type JsxGetterModifier and TypeMethodDescriptionDataTransfer.getFiles()Returns thefilesproperty.DataTransfer.getItems()Returns theitemsproperty.DataTransferItem.getKind()Returns thetypeproperty.intDataTransferItemList.getLength()Returns thelengthproperty.DataTransferItem.getType()Returns thetypeproperty. -
Uses of JsxGetter in org.htmlunit.javascript.host.event
Methods in org.htmlunit.javascript.host.event with annotations of type JsxGetterModifier and TypeMethodDescriptiondoublePointerEvent.getAltitudeAngle()Returns the pointer altitude angle.doublePointerEvent.getAzimuthAngle()Returns the pointer azimuth angle.intMouseEvent.getButton()Gets the button code.intMouseEvent.getButtons()Gets the button code.intKeyboardEvent.getCharCode()Returns the char code associated with the event.intMouseEvent.getClientX()The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.intMouseEvent.getClientY()The vertical coordinate at which the event occurred relative to the DOM implementation's client area.intCloseEvent.getCode()Returns the close code.KeyboardEvent.getCode()Returns the physical key identifier on the keyboard.org.htmlunit.corejs.javascript.ScriptableEvent.getCurrentTarget()Returns the event target whose event listeners are currently being processed.BlobEvent.getData()Returns theBlobassociated with the event.CompositionEvent.getData()Returns the composition data.InputEvent.getData()Returns the data contained in the event.MessageEvent.getData()Retrieves the data contained.TextEvent.getData()Retrieves the data contained.CustomEvent.getDetail()Returns any data passed when the event was initialized.longUIEvent.getDetail()Returns some detail information about the event, depending on the event type.intEvent.getEventPhase()Returns the current event phase for the event.longPointerEvent.getHeight()Returns the pointer contact height.InputEvent.getInputType()Returns the input type of the event.booleanKeyboardEvent.getIsComposing()Returns whether this event is fired after thecompositionstartand before thecompositionendevents.KeyboardEvent.getKey()Returns the value of the key pressed by the user.intKeyboardEvent.getKeyCode()Returns the key code associated with the event.MessageEvent.getLastEventId()Retrieves the identifier of the last event.doubleProgressEvent.getLoaded()Returns the loaded property from the event.intKeyboardEvent.getLocation()Returns the location of the key on the keyboard.HashChangeEvent.getNewURL()Returns the new URL after the hash change.HashChangeEvent.getOldURL()Returns the old URL before the hash change.MessageEvent.getOrigin()Gets the URI of the document of origin.intMouseEvent.getPageX()Returns the horizontal coordinate of the event relative to whole document.intMouseEvent.getPageY()Returns the vertical coordinate of the event relative to the whole document.doublePointerEvent.getPersistentDeviceId()Returns the persistent device identifier.longPointerEvent.getPointerId()Returns the pointer identifier.PointerEvent.getPointerType()Returns the pointer type.MessageEvent.getPorts()Returns theportsproperty.doublePointerEvent.getPressure()Returns the normalized pointer pressure.CloseEvent.getReason()Returns the reason the connection was closed.BeforeUnloadEvent.getReturnValue()Returns the return value associated with the event.Event.getReturnValue()Returns the return value property.intMouseEvent.getScreenX()The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.intMouseEvent.getScreenY()The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.MessageEvent.getSource()Retrieves the data contained.Event.getSrcElement()Returns the object that fired the event.PopStateEvent.getState()Return the state object.SubmitEvent.getSubmitter()Returns the element that triggered the form submission.Event.getTarget()Returns the event target to which the event was originally dispatched.longPointerEvent.getTiltX()Returns the pointer tilt along the X axis.longPointerEvent.getTiltY()Returns the pointer tilt along the Y axis.longEvent.getTimeStamp()Returns the time at which this event was created.doubleProgressEvent.getTotal()Returns the total property from the event.Event.getType()Returns the event type.UIEvent.getView()Returns the view from which the event was generated.intUIEvent.getWhich()Returns the button or key associated with this event.longPointerEvent.getWidth()Returns the pointer contact width.booleanKeyboardEvent.isAltKey()Returns whether theALTkey was pressed during this event.booleanMouseEvent.isAltKey()Returns whether theALTkey was pressed during this event.booleanEvent.isBubbles()Returns whether this event bubbles.booleanEvent.isCancelable()Returns whether this event can be canceled.booleanEvent.isCancelBubble()Returns whether event propagation is stopped.booleanEvent.isComposed()Returns thecomposedproperty.booleanKeyboardEvent.isCtrlKey()Returns whether theCTRLkey was pressed during this event.booleanMouseEvent.isCtrlKey()Returns whether theCTRLkey was pressed during this event.booleanEvent.isDefaultPrevented()Returnstrueif bothcancelableistrueandpreventDefault()has been called for this event, otherwise returnsfalse.booleanInputEvent.isIsComposing()Returns whether this event is fired after thecompositionstartand before thecompositionendevents.booleanProgressEvent.isLengthComputable()Returns the lengthComputable property from the event.booleanKeyboardEvent.isMetaKey()Returns whether themetakey was pressed during the event.booleanMouseEvent.isMetaKey()Returns whether or not the "meta" key was pressed during the event firing.booleanPointerEvent.isPrimary_js()Returns whether this is the primary pointer.booleanKeyboardEvent.isRepeat()Returns whether the key is being held down causing auto-repeat.booleanKeyboardEvent.isShiftKey()Returns whether theSHIFTkey was pressed during this event.booleanMouseEvent.isShiftKey()Returns whether theSHIFTkey was pressed during this event.booleanCloseEvent.isWasClean()Returns whether the connection was closed cleanly. -
Uses of JsxGetter in org.htmlunit.javascript.host.file
Methods in org.htmlunit.javascript.host.file with annotations of type JsxGetterModifier and TypeMethodDescriptionlongFile.getLastModified()Returns thelastModifiedproperty.File.getLastModifiedDate()Returns thelastModifiedDateproperty.intFileList.getLength()Returns thelengthproperty.File.getName()Returns thenameproperty.org.htmlunit.corejs.javascript.FunctionFileReader.getOnerror()Returns theonerrorevent handler for thisFileReader.org.htmlunit.corejs.javascript.FunctionFileReader.getOnload()Returns theonloadevent handler for thisFileReader.org.htmlunit.corejs.javascript.FunctionFileReader.getOnloadend()Returns theonloadendevent handler for thisFileReader.org.htmlunit.corejs.javascript.FunctionFileReader.getOnloadstart()Returns theonloadstartevent handler for thisFileReader.org.htmlunit.corejs.javascript.FunctionFileReader.getOnprogress()Returns theonprogressevent handler for thisFileReader.intFileReader.getReadyState()Returns the current state of the reading operation.FileReader.getResult()Returns the file's contents.longBlob.getSize()Returns thesizeproperty.Blob.getType()Returns thetypeproperty.File.getWebkitRelativePath()Returns thewebkitRelativePathproperty. -
Uses of JsxGetter in org.htmlunit.javascript.host.geo
Methods in org.htmlunit.javascript.host.geo with annotations of type JsxGetterModifier and TypeMethodDescriptiondoubleGeolocationCoordinates.getAccuracy()Returns the accuracy.GeolocationPosition.getCoords()Returns the coordinates.doubleGeolocationCoordinates.getLatitude()Returns the latitude.doubleGeolocationCoordinates.getLongitude()Returns the longitude. -
Uses of JsxGetter in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html with annotations of type JsxGetterModifier and TypeMethodDescriptionHTMLTableCellElement.getAbbr()Returns the value of theabbrattribute.HTMLInputElement.getAccept()Returns theacceptattribute.HTMLElement.getAccessKey()Returns theaccessKeyproperty.HTMLFormElement.getAction()Returns the value of the propertyaction.HTMLDivElement.getAlign()Returns the value of thealignproperty.HTMLEmbedElement.getAlign()Returns the value of thealignproperty.HTMLHeadingElement.getAlign()Returns the value of thealignproperty.HTMLHRElement.getAlign()Returns the value of thealignproperty.HTMLIFrameElement.getAlign()Returns the value of thealignproperty.HTMLImageElement.getAlign()Returns the value of thealignproperty.HTMLInputElement.getAlign()Returns the value of thealignproperty.HTMLLegendElement.getAlign()Returns the value of thealignproperty.HTMLObjectElement.getAlign()Returns the value of thealignproperty.HTMLParagraphElement.getAlign()Returns the value of thealignproperty.HTMLTableCaptionElement.getAlign()Returns the value of thealignproperty.HTMLTableCellElement.getAlign()Returns the value of thealignproperty.HTMLTableColElement.getAlign()Returns the value of thealignproperty.HTMLTableElement.getAlign()Returns the value of thealignproperty.HTMLTableRowElement.getAlign()Returns the value of thealignproperty.HTMLTableSectionElement.getAlign()Returns the value of thealignproperty.HTMLBodyElement.getALink()Returns the value of theaLinkattribute.HTMLAreaElement.getAlt()Returns the value of thealtproperty.HTMLImageElement.getAlt()Returns the value of thealtproperty.HTMLInputElement.getAlt()Returns the value of thealtproperty.HTMLMapElement.getAreas()Returns the value of the JavaScript attributeareas.HTMLInputElement.getAutocomplete()Returns theautocompleteattribute.HTMLTableCellElement.getAxis()Returns the value of theaxisattribute.HTMLBodyElement.getBackground()Returns the value of thebackgroundattribute.HTMLBodyElement.getBgColor()Returns the value of thebgColorattribute.HTMLMarqueeElement.getBgColor()Returns the value of thebgColorproperty.HTMLTableCellElement.getBgColor()Returns the value of thebgColorattribute.HTMLTableElement.getBgColor()Returns the value of thebgColorproperty.HTMLTableRowElement.getBgColor()Returns the value of thebgColorattribute.HTMLImageElement.getBorder()Gets theborderattribute.HTMLObjectElement.getBorder()Gets theborderattribute.HTMLTableElement.getBorder()Gets theborderproperty.HTMLTableElement.getCaption()Returns the table's caption element, ornullif none exists.intHTMLTableCellElement.getCellIndex()Returns the index of this cell within the parent row.HTMLTableElement.getCellPadding()Returns thecellPaddingproperty.HTMLTableRowElement.getCells()Returns the cells in the row.HTMLTableElement.getCellSpacing()Returns thecellSpacingproperty.HTMLTableCellElement.getCh()Returns the value of thechproperty.HTMLTableColElement.getCh()Returns the value of thechproperty.HTMLTableRowElement.getCh()Returns the value of thechproperty.HTMLTableSectionElement.getCh()Returns the value of thechproperty.HTMLAnchorElement.getCharset()Returns thecharsetattribute.HTMLTableCellElement.getChOff()Returns the value of thechOffproperty.HTMLTableColElement.getChOff()Returns the value of thechOffproperty.HTMLTableRowElement.getChOff()Returns the value of thechOffproperty.HTMLTableSectionElement.getChOff()Returns the value of thechOffproperty.HTMLModElement.getCite()Returns the value of theciteproperty.HTMLQuoteElement.getCite()Returns the value of theciteproperty.HTMLBRElement.getClear()Returns the value of theclearproperty.HTMLFontElement.getColor()Gets thecolorproperty.HTMLHRElement.getColor()Gets thecolorproperty.HTMLFrameSetElement.getCols()Gets thecolsproperty.intHTMLTextAreaElement.getCols()Returns the number of columns in this text area.intHTMLTableCellElement.getColSpan()Returns the value of thecolSpanattribute.HTMLMetaElement.getContent()Returns thecontentattribute.HTMLTemplateElement.getContent()Returns the value of thecontentproperty.HTMLFrameElement.getContentDocument()Returns the document the frame contains, if any.HTMLIFrameElement.getContentDocument()Returns the document the frame contains, if any.HTMLElement.getContentEditable()Returns thecontentEditableproperty.HTMLFrameElement.getContentWindow()Returns the window the frame contains, if any.HTMLIFrameElement.getContentWindow()Returns the window the frame contains, if any.HTMLLabelElement.getControl()Returns theHTMLElementlabeled by the given label object.HTMLAnchorElement.getCoords()Returns thecoordsattribute.HTMLAreaElement.getCoords()Returns thecoordsattribute.HTMLMediaElement.getCurrentSrc()Returns the absolute URL of the chosen media resource.HTMLElement.getDataset()Returns thedatasetattribute.HTMLModElement.getDateTime()Returns the value of thedateTimeproperty.HTMLTimeElement.getDateTime()Returns the value of thedateTimeproperty.HTMLInputElement.getDefaultValue()Returns the input's default value, used if the containing form gets reset.HTMLTextAreaElement.getDefaultValue()Returns the textarea's default value, used if the containing form gets reset.HTMLElement.getDir()Returns thedirproperty.HTMLDocument.getDocumentElement()Gets the JavaScript propertydocumentElementfor the document.HTMLAnchorElement.getDownload()Returns thedownloadattribute.HTMLFormElement.getElements()Returns the value of the propertyelements.HTMLFormElement.getEncoding()Returns the value of the propertyencoding.HTMLFormElement.getEnctype()Returns the value of the propertyenctype.HTMLElement.getEnterKeyHint()Returns the value of the JavaScript attributeenterKeyHint.HTMLFontElement.getFace()Gets the typeface family.HTMLInputElement.getFiles()Returns thefilesproperty.HTMLButtonElement.getForm()Returns the value of the JavaScriptformattribute.HTMLFieldSetElement.getForm()Returns the value of the JavaScriptformattribute.HTMLInputElement.getForm()Returns the value of the JavaScriptformattribute.HTMLLabelElement.getForm()Returns the value of the JavaScriptformattribute.HTMLLegendElement.getForm()Returns the value of the JavaScriptformattribute.HTMLObjectElement.getForm()Returns the value of the JavaScriptformattribute.HTMLOptionElement.getForm()Returns the value of the JavaScriptformattribute.HTMLOutputElement.getForm()Returns the value of the JavaScriptformattribute.HTMLSelectElement.getForm()Returns the value of the JavaScriptformattribute.HTMLTextAreaElement.getForm()Returns the value of the JavaScriptformattribute.HTMLAnchorElement.getHash()Returns the hash portion of the link's URL (the portion following the '#', including the '#').HTMLAreaElement.getHash()Returns thehashproperty.HTMLTableCellElement.getHeaders()Returns theheadersattribute.intHTMLCanvasElement.getHeight()Returns theheightproperty.intHTMLImageElement.getHeight()Returns the value of theheightproperty.intHTMLInputElement.getHeight()Returns theheightproperty.intHTMLMarqueeElement.getHeight()Returns theheightproperty.intHTMLVideoElement.getHeight()Returns theheightproperty.HTMLEmbedElement.getHeight_js()Returns the value of theheightproperty.HTMLIFrameElement.getHeight_js()Returns the value of theheightproperty.HTMLObjectElement.getHeight_js()Returns the value of theheightproperty.HTMLTableCellElement.getHeight_js()Returns the value of theheightproperty.HTMLElement.getHidden()Returns thehiddenproperty.doubleHTMLMeterElement.getHigh()Returns thehighproperty.HTMLAnchorElement.getHost()Returns the host portion of the link's URL (the '[hostname]:[port]' portion).HTMLAreaElement.getHost()Returns thehostproperty.HTMLAnchorElement.getHostname()Returns the hostname portion of the link's URL.HTMLAreaElement.getHostname()Returns thehostnameproperty.HTMLAnchorElement.getHref()Returns the value of this link'shrefproperty.HTMLAreaElement.getHref()Returns thehrefproperty.HTMLBaseElement.getHref()Returns the value of thehrefproperty.HTMLLinkElement.getHref()Returns the value of thehrefproperty.HTMLAnchorElement.getHreflang()Returns thehreflangattribute.HTMLLabelElement.getHtmlFor()Retrieves the object to which the given label object is assigned.HTMLMetaElement.getHttpEquiv()Returns thehttp-equivattribute.intHTMLOptionElement.getIndex()Returns theindexproperty.HTMLElement.getInnerText()Gets the innerText attribute.HTMLOptGroupElement.getLabel()Returns the value of thelabelproperty.HTMLOptionElement.getLabel()Returns the value of thelabelproperty.HTMLButtonElement.getLabels()Returns the labels associated with the element.HTMLInputElement.getLabels()Returns the labels associated with the element.HTMLMeterElement.getLabels()Returns the labels associated with the element.HTMLOutputElement.getLabels()Returns the labels associated with the element.HTMLProgressElement.getLabels()Returns the labels associated with the element.HTMLSelectElement.getLabels()Returns the labels associated with the element.HTMLTextAreaElement.getLabels()Returns the labels associated with the element.HTMLElement.getLang()Returns thelangproperty.final intHTMLAllCollection.getLength()Returns the length.final intHTMLCollection.getLength()Returns the length.intHTMLFormElement.getLength()Returns the value of the propertylength.intHTMLOptionsCollection.getLength()Returns the number of elements in this array.intHTMLSelectElement.getLength()Returns the value of thelengthproperty.HTMLBodyElement.getLink()Returns the value of thelinkattribute.doubleHTMLMeterElement.getLow()Returns thelowproperty.HTMLInputElement.getMax()Gets themaxproperty.doubleHTMLMeterElement.getMax()Returns themaxproperty.doubleHTMLProgressElement.getMax()Returns themaxproperty.intHTMLInputElement.getMaxLength()Gets the max length.intHTMLTextAreaElement.getMaxLength()Returns the maximum number of characters in this text area.HTMLMetaElement.getMedia()Returns themediaattribute.HTMLStyleElement.getMedia()Returns the value of themediaproperty.HTMLFormElement.getMethod()Returns the value of the propertymethod.HTMLInputElement.getMin()Gets theminproperty.doubleHTMLMeterElement.getMin()Returns theminproperty.intHTMLInputElement.getMinLength()Gets theminLength.intHTMLTextAreaElement.getMinLength()Returns the minimum number of characters in this text area.HTMLAnchorElement.getName()Returns the value of this link'snameproperty.HTMLButtonElement.getName()Returns the value of the JavaScript attributename.HTMLDetailsElement.getName()Returns thenameproperty.HTMLEmbedElement.getName()Returns thenameattribute.HTMLFieldSetElement.getName()Returns thenameattribute.HTMLFormElement.getName()Returns the value of the propertyname.HTMLFrameElement.getName()Returns the value of the name attribute.HTMLIFrameElement.getName()Returns the value of the name attribute.HTMLImageElement.getName()Returns thenameattribute.HTMLInputElement.getName()Returns the value of the JavaScript attributename.HTMLMapElement.getName()Returns thenameattribute.HTMLMetaElement.getName()Returns thenameattribute.HTMLObjectElement.getName()Returns thenameattribute.HTMLOutputElement.getName()Returns thenameattribute.HTMLParamElement.getName()Returns thenameattribute.HTMLSelectElement.getName()Returns the value of the JavaScript attributename.HTMLTextAreaElement.getName()Returns the value of the JavaScript attributename.intHTMLImageElement.getNaturalHeight()Returns the value of thenaturalHeightproperty.intHTMLImageElement.getNaturalWidth()Returns the value of thenaturalWidthproperty.HTMLMediaElement.getNodeName()Gets the JavaScript propertynodeNamefor the current node.intHTMLMediaElement.getNodeType()Gets the JavaScript propertynodeTypefor the current node.intHTMLElement.getOffsetHeight()Returns this element'soffsetHeight, which is the element height plus the element's padding plus the element's border.intHTMLElement.getOffsetLeft()Returns this element'soffsetLeft, which is the calculated left position of this element relative to theoffsetParent.HTMLElement.getOffsetParent_js()Returns this element'soffsetParent.intHTMLElement.getOffsetTop()Returns this element'soffsetTop, which is the calculated top position of this element relative to theoffsetParent.intHTMLElement.getOffsetWidth()Returns this element'soffsetWidth, which is the element width plus the element's padding plus the element's border.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnabort()Returns theonabortevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnafterprint()Returns theonafterprintevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnafterprint()Returns theonafterprintevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnanimationcancel()Returns theonanimationcancelevent handler.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnanimationend()Returns theonanimationendevent handler.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnanimationiteration()Returns theonanimationiterationevent handler.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnanimationstart()Returns theonanimationstartevent handler.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnauxclick()Returns theonauxclickevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnbeforeprint()Returns theonbeforeprintevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnbeforeprint()Returns theonbeforeprintevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnbeforeunload()Returns theonbeforeunloadevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnbeforeunload()Returns theonbeforeunloadevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnblur()Returns theonblurevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnblur()Returns theonblurevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOncancel()Returns theoncancelevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOncanplay()Returns theoncanplayevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOncanplaythrough()Returns theoncanplaythroughevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnchange()Returns theonchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnclick()Returns theonclickevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnclose()Returns theoncloseevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOncontextmenu()Returns theoncontextmenuevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOncopy()Returns theoncopyevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOncuechange()Returns theoncuechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOncut()Returns theoncutevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndblclick()Returns theondblclickevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndrag()Returns theondragevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndragend()Returns theondragendevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndragenter()Returns theondragenterevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndragleave()Returns theondragleaveevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndragover()Returns theondragoverevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndragstart()Returns theondragstartevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndrop()Returns theondropevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOndurationchange()Returns theondurationchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnemptied()Returns theonemptiedevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnended()Returns theonendedevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnerror()Returns theonerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnerror()Returns theonerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnfocus()Returns theonfocusevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnfocus()Returns theonfocusevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOngamepadconnected()Returns theongamepadconnectedevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOngamepadconnected()Returns theongamepadconnectedevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOngamepaddisconnected()Returns theongamepaddisconnectedevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOngamepaddisconnected()Returns theongamepaddisconnectedevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOngotpointercapture()Returns theongotpointercaptureevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnhashchange()Returns theonhashchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnhashchange()Returns theonhashchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOninput()Returns theoninputevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOninvalid()Returns theoninvalidevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnkeydown()Returns theonkeydownevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnkeypress()Returns theonkeypressevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnkeyup()Returns theonkeyupevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnlanguagechange()Returns theonlanguagechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnlanguagechange()Returns theonlanguagechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnload()Returns theonloadevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnload()Returns theonloadevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnloadeddata()Returns theonloadeddataevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnloadedmetadata()Returns theonloadedmetadataevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnloadstart()Returns theonloadstartevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnlostpointercapture()Returns theonlostpointercaptureevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnmessage()Returns theonmessageevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnmessage()Returns theonmessageevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnmessageerror()Returns theonmessageerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnmessageerror()Returns theonmessageerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmousedown()Returns theonmousedownevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmouseenter()Returns theonmouseenterevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmouseleave()Returns theonmouseleaveevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmousemove()Returns theonmousemoveevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmouseout()Returns theonmouseoutevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmouseover()Returns theonmouseoverevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmouseup()Returns theonmouseupevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmousewheel()Returns theonmousewheelevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmozfullscreenchange()Returns theonmozfullscreenchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnmozfullscreenerror()Returns theonmozfullscreenerrorevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnoffline()Returns theonofflineevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnoffline()Returns theonofflineevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnonline()Returns theononlineevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnonline()Returns theononlineevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnpagehide()Returns theonpagehideevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnpagehide()Returns theonpagehideevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnpageshow()Returns theonpageshowevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnpageshow()Returns theonpageshowevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpaste()Returns theonpasteevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpause()Returns theonpauseevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnplay()Returns theonplayevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnplaying()Returns theonplayingevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpointercancel()Returns theonpointercancelevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpointerdown()Returns theonpointerdownevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpointerenter()Returns theonpointerenterevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpointerleave()Returns theonpointerleaveevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpointermove()Returns theonpointermoveevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpointerout()Returns theonpointeroutevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpointerover()Returns theonpointeroverevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnpointerup()Returns theonpointerupevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnpopstate()Returns theonpopstateevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnpopstate()Returns theonpopstateevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnprogress()Returns theonprogressevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnratechange()Returns theonratechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnrejectionhandled()Returns theonrejectionhandledevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnrejectionhandled()Returns theonrejectionhandledevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnreset()Returns theonresetevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnresize()Returns theonresizeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnresize()Returns theonresizeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnscroll()Returns theonscrollevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnscroll()Returns theonscrollevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnscrollend()Returns theonscrollendevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnseeked()Returns theonseekedevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnseeking()Returns theonseekingevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnselect()Returns theonselectevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnselectionchange()Returns theonselectionchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnselectstart()Returns theonselectstartevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnstalled()Returns theonstalledevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnstorage()Returns theonstorageevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnstorage()Returns theonstorageevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnsubmit()Returns theonsubmitevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnsuspend()Returns theonsuspendevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOntimeupdate()Returns theontimeupdateevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOntoggle()Returns theontoggleevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOntransitioncancel()Returns theontransitioncancelevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOntransitionend()Returns theontransitionendevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOntransitionrun()Returns theontransitionrunevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOntransitionstart()Returns theontransitionstartevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnunhandledrejection()Returns theonunhandledrejectionevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnunhandledrejection()Returns theonunhandledrejectionevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLBodyElement.getOnunload()Returns theonunloadevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLFrameSetElement.getOnunload()Returns theonunloadevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnvolumechange()Returns theonvolumechangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnwaiting()Returns theonwaitingevent handler for this element.org.htmlunit.corejs.javascript.FunctionHTMLElement.getOnwheel()Returns theonwheelevent handler for this element.doubleHTMLMeterElement.getOptimum()Returns theoptimumproperty.HTMLDataListElement.getOptions()Returns theoptionsattribute.HTMLSelectElement.getOptions()Returns the value of theoptionsproperty.HTMLAnchorElement.getOrigin()Returns theoriginattribute.HTMLAreaElement.getOrigin()Returns theoriginproperty.HTMLElement.getOuterText()The outerText property of the HTMLElement interface returns the same value as HTMLElement.innerText.HTMLAnchorElement.getPassword()Returns thepasswordattribute.HTMLAreaElement.getPassword()Returns thepasswordproperty.HTMLAnchorElement.getPathname()Returns the pathname portion of the link's URL.HTMLAreaElement.getPathname()Returns thepathnameproperty.HTMLAnchorElement.getPing()Returns thepingattribute.HTMLInputElement.getPlaceholder()Returns theplaceholderattribute.HTMLTextAreaElement.getPlaceholder()Returns theplaceholderattribute.HTMLAnchorElement.getPort()Returns the port portion of the link's URL.HTMLAreaElement.getPort()Returns theportproperty.HTMLAnchorElement.getProtocol()Returns the protocol portion of the link's URL, including the trailing ':'.HTMLAreaElement.getProtocol()Returns theprotocolproperty.HTMLAnchorElement.getReferrerPolicy()Returns the value of this link'sreferrerPolicyproperty.HTMLAnchorElement.getRel()Returns the value of this link'srelproperty.HTMLAreaElement.getRel()Returns the value of therelproperty.HTMLFormElement.getRel()Returns the value of the propertyrel.HTMLLinkElement.getRel()Returns the value of therelproperty.HTMLAnchorElement.getRelList()Returns therelListattribute.HTMLAreaElement.getRelList()Returns therelListattribute.HTMLFormElement.getRelList()Returns therelListattribute.HTMLLinkElement.getRelList()Returns therelListattribute.HTMLDialogElement.getReturnValue()Returns thereturnValueproperty.HTMLAnchorElement.getRev()Returns the value of this link'srevproperty.HTMLLinkElement.getRev()Returns the value of therevproperty.intHTMLTableRowElement.getRowIndex()Returns the index of the row within the parent table.HTMLFrameSetElement.getRows()Gets therowsproperty.HTMLTableElement.getRows()Returns the rows in the element.HTMLTableSectionElement.getRows()Returns the rows in the element.intHTMLTextAreaElement.getRows()Returns the number of rows in this text area.intHTMLTableCellElement.getRowSpan()Returns the value of therowSpanattribute.HTMLTableElement.getRules()Gets therulesproperty.HTMLMetaElement.getScheme()Returns theschemeattribute.HTMLTableCellElement.getScope()Returns thescopeattribute.HTMLAnchorElement.getSearch()Returns the search portion of the link's URL (the portion starting with '?'HTMLAreaElement.getSearch()Returns thesearchproperty.intHTMLTableRowElement.getSectionRowIndex()Returns the index of the row within the enclosing thead, tbody or tfoot.intHTMLOptionsCollection.getSelectedIndex()Returns the value of theselectedIndexproperty.intHTMLSelectElement.getSelectedIndex()Returns the value of theselectedIndexproperty.HTMLInputElement.getSelectionEnd()Gets the value ofselectionEndattribute.intHTMLTextAreaElement.getSelectionEnd()Gets the value ofselectionEndattribute.HTMLInputElement.getSelectionStart()Gets the value ofselectionStartattribute.intHTMLTextAreaElement.getSelectionStart()Gets the value ofselectionStartattribute.HTMLAnchorElement.getShape()Returns theshapeattribute.HTMLStyleElement.getSheet()Gets the associated sheet.intHTMLFontElement.getSize()Gets thesizeattribute.HTMLInputElement.getSize()Returns thesizeattribute.intHTMLSelectElement.getSize()Returns thesizeattribute.intHTMLTableColElement.getSpan()Returns the value of thespanproperty.HTMLEmbedElement.getSrc()Returns the value of thesrcproperty.HTMLFrameElement.getSrc()Returns the value of the URL loaded in the frame.HTMLIFrameElement.getSrc()Returns the value of the URL loaded in the frame.HTMLImageElement.getSrc()Returns the value of thesrcattribute.HTMLInputElement.getSrc()Returns the value of thesrcattribute.HTMLMediaElement.getSrc()Returns the URL of the audio to embed.HTMLScriptElement.getSrc()Returns thesrcproperty.HTMLInputElement.getStep()Gets thestepproperty.HTMLElement.getStyle()Returns the style object for this element.HTMLTableElement.getSummary()Gets thesummaryproperty.intHTMLElement.getTabIndex()Returns the value of the tabIndex attribute.HTMLAnchorElement.getTarget()Returns the value of this link'stargetproperty.HTMLBaseElement.getTarget()Returns the value of thetargetproperty.HTMLFormElement.getTarget()Returns the value of the propertytarget.HTMLTableElement.getTBodies()Returns the tbody's in the table.HTMLAnchorElement.getText()Returns thetextattribute.HTMLBodyElement.getText()Returns the value of thetextattribute.HTMLOptionElement.getText()Returns the value of thetextproperty.HTMLScriptElement.getText()Returns thetextproperty.HTMLTitleElement.getText()Returns thetextattribute.intHTMLInputElement.getTextLength()Gets the value oftextLengthattribute.intHTMLTextAreaElement.getTextLength()Gets the value oftextLengthattribute.HTMLTableElement.getTFoot()Returns the table's tfoot element, ornullif none exists.HTMLTableElement.getTHead()Returns the table's thead element, ornullif none exists.HTMLElement.getTitle()Returns the element title.HTMLAnchorElement.getType()Returns thetypeattribute.HTMLButtonElement.getType()Returns thetypeproperty.HTMLEmbedElement.getType()Returns the value of thetypeproperty.HTMLInputElement.getType()Returns thetypeproperty.HTMLLIElement.getType()Returns the value of thetypeproperty.HTMLLinkElement.getType()Returns the value of thetypeproperty.HTMLOListElement.getType()Returns the value of thetypeproperty.HTMLParamElement.getType()Returns thetypeattribute.HTMLScriptElement.getType()Returns thetypeproperty.HTMLSelectElement.getType()Returns the type of this input.HTMLStyleElement.getType()Returns the value of thetypeproperty.HTMLTextAreaElement.getType()Returns the type of this input.HTMLUListElement.getType()Returns the value of thetypeproperty.HTMLAnchorElement.getUsername()Returns theusernameattribute.HTMLAreaElement.getUsername()Returns theusernameproperty.HTMLButtonElement.getValidity()Returns aValidityStateobject representing the validity states of this element.HTMLFieldSetElement.getValidity()Returns aValidityStateobject representing the validity states of this element.HTMLInputElement.getValidity()Returns aValidityStateobject representing the validity states of this element.HTMLObjectElement.getValidity()Returns aValidityStateobject representing the validity states of this element.HTMLOutputElement.getValidity()Returns aValidityStateobject representing the validity states of this element.HTMLSelectElement.getValidity()Returns aValidityStateobject representing the validity states of this element.HTMLTextAreaElement.getValidity()Returns aValidityStateobject representing the validity states of this element.HTMLTableCellElement.getVAlign()Returns the value of thevAlignproperty.HTMLTableColElement.getVAlign()Returns the value of thevAlignproperty.HTMLTableRowElement.getVAlign()Returns the value of thevAlignproperty.HTMLTableSectionElement.getVAlign()Returns the value of thevAlignproperty.HTMLButtonElement.getValue()Returns the value of the JavaScript attributevalue.HTMLDataElement.getValue()Returns thevalueproperty.HTMLInputElement.getValue()Returns the value of the JavaScript attributevalue.HTMLMeterElement.getValue()Returns thevalueproperty.HTMLOptionElement.getValue()Returns the value of thevalueproperty.HTMLParamElement.getValue()Returns thevalueattribute.HTMLProgressElement.getValue()Returns thevalueproperty.HTMLSelectElement.getValue()Returns the actual value of the selected Option.HTMLTextAreaElement.getValue()Returns the value of thevalueattribute.HTMLParamElement.getValueType()Returns thevaluetypeattribute.HTMLHtmlElement.getVersion()Returns theversionproperty.HTMLBodyElement.getVLink()Returns the value of thevLinkattribute.intHTMLCanvasElement.getWidth()Returns thewidthproperty.intHTMLImageElement.getWidth()Returns the value of thewidthproperty.intHTMLInputElement.getWidth()Returns thewidthproperty.intHTMLMarqueeElement.getWidth()Returns thewidthproperty.intHTMLVideoElement.getWidth()Returns thewidthproperty.HTMLEmbedElement.getWidth_js()Returns the value of thewidthproperty.HTMLHRElement.getWidth_js()Returns the value of thewidthproperty.HTMLIFrameElement.getWidth_js()Returns the value of thewidthproperty.HTMLObjectElement.getWidth_js()Returns the value of thewidthproperty.HTMLPreElement.getWidth_js()Returns thewidthproperty.HTMLTableCellElement.getWidth_js()Returns the value of thewidthproperty.HTMLTableColElement.getWidth_js()Returns the value of thewidthproperty.HTMLTableElement.getWidth_js()Returns thewidthproperty.booleanHTMLScriptElement.isAsync()Returns theasyncproperty.booleanHTMLElement.isAutofocus()Returns the element autofocus property.booleanValidityState.isBadInput()Returns a boolean value that is true if the user has provided input that the browser is unable to convert.booleanHTMLInputElement.isChecked()Returns the value of the checked property.booleanHTMLDirectoryElement.isCompact()Returns the value of thecompactattribute.booleanHTMLDListElement.isCompact()Returns the value of thecompactattribute.booleanHTMLMenuElement.isCompact()Returns the value of thecompactattribute.booleanHTMLOListElement.isCompact()Returns the value of thecompactattribute.booleanHTMLUListElement.isCompact()Returns the value of thecompactattribute.booleanHTMLImageElement.isComplete()Support for the image.complete() property.booleanValidityState.isCustomError()Returns whether the custom validity message is set.booleanHTMLInputElement.isDefaultChecked()Returns the input's default checked value, used if the containing form gets reset.booleanHTMLOptionElement.isDefaultSelected()Returns the value of thedefaultSelectedproperty.booleanHTMLButtonElement.isDisabled()Returns true if this element is disabled.booleanHTMLFieldSetElement.isDisabled()Returns true if this element is disabled.booleanHTMLInputElement.isDisabled()Returns true if this element is disabled.booleanHTMLLinkElement.isDisabled()Returns true if this element is disabled.booleanHTMLOptGroupElement.isDisabled()Returns true if this element is disabled.booleanHTMLOptionElement.isDisabled()Returns true if this element is disabled.booleanHTMLSelectElement.isDisabled()Returns true if this element is disabled.booleanHTMLStyleElement.isDisabled()Returns thedisabledproperty.booleanHTMLTextAreaElement.isDisabled()Returns true if this element is disabled.booleanHTMLButtonElement.isFormNoValidate()Returns the value of the propertyformnovalidate.booleanHTMLInputElement.isFormNoValidate()Returns the value of the propertyformnovalidate.booleanHTMLElement.isIsContentEditable()Returns theisContentEditableproperty.booleanHTMLSelectElement.isMultiple()Returnstrueif themultipleattribute is set.booleanHTMLFormElement.isNoValidate()Returns the value of the propertynovalidate.booleanHTMLTableCellElement.isNoWrap()Returns the value of thenoWrapattribute.booleanHTMLDetailsElement.isOpen()Returns theopenproperty.booleanHTMLDialogElement.isOpen()Returns theopenproperty.booleanValidityState.isPatternMismatch()Returns whether the element value does not match itspatternattribute.booleanValidityState.isRangeOverflow()Returns whether the element value is greater than itsmaxattribute.booleanValidityState.isRangeUnderflow()Returns whether the element value is less than itsminattribute.booleanHTMLInputElement.isReadOnly()Gets the value ofreadOnlyattribute.booleanHTMLTextAreaElement.isReadOnly()Gets the value ofreadOnlyattribute.booleanHTMLInputElement.isRequired()Returns therequiredproperty.booleanHTMLSelectElement.isRequired()Returns therequiredproperty.booleanHTMLTextAreaElement.isRequired()Returns therequiredproperty.booleanHTMLOptionElement.isSelected()Returns the value of theselectedproperty.booleanHTMLElement.isSpellcheck()Returns thespellcheckproperty.booleanValidityState.isStepMismatch()Returns whether the element value is invalid per itsstepattribute.booleanValidityState.isTooLong()Returns whether the element value exceeds itsmaxLengthattribute.booleanValidityState.isTooShort()Returns whether the element value exceeds itsminLengthattribute.booleanValidityState.isTypeMismatch()Returns whether the element value is invalid per itstypeattribute.booleanValidityState.isValid()Returns whether the element value is valid.booleanValidityState.isValueMissing()Returns whether the element (with arequiredattribute) has no value.booleanHTMLButtonElement.isWillValidate()Returns whether this element will be validated when the form is submitted.booleanHTMLFieldSetElement.isWillValidate()Returns whether the element is a candidate for constraint validation.booleanHTMLInputElement.isWillValidate()Returns whether the element is a candidate for constraint validation.booleanHTMLObjectElement.isWillValidate()Returns whether the element is a candidate for constraint validation.booleanHTMLOutputElement.isWillValidate()Returns whether the element is a candidate for constraint validation.booleanHTMLSelectElement.isWillValidate()Returns whether the element is a candidate for constraint validation.booleanHTMLTextAreaElement.isWillValidate()Returns whether the element is a candidate for constraint validation. -
Uses of JsxGetter in org.htmlunit.javascript.host.intl
Methods in org.htmlunit.javascript.host.intl with annotations of type JsxGetterModifier and TypeMethodDescriptionLocale.getBaseName()Returns the base name (without Unicode extensions).Locale.getCalendar()Returns the calendar type.Locale.getCaseFirst()Returns the case first setting.Locale.getCollation()Returns the collation type.Locale.getHourCycle()Returns the hour cycle.Locale.getLanguage()Returns the language subtag.Locale.getNumberingSystem()Returns the numbering system.Locale.getRegion()Returns the region subtag.Locale.getScript()Returns the script subtag.booleanLocale.isNumeric()Returns whether numeric sorting is used. -
Uses of JsxGetter in org.htmlunit.javascript.host.media
Methods in org.htmlunit.javascript.host.media with annotations of type JsxGetterModifier and TypeMethodDescriptiondoubleAudioParam.getDefaultValue()Returns thedefaultValueproperty.GainNode.getGain()Returns an a-rate AudioParam representing the amount of gain to apply.doubleAudioParam.getMaxValue()Returns themaxValueproperty.doubleAudioParam.getMinValue()Returns theminValueproperty.doubleAudioParam.getValue()Returns thevalueproperty. -
Uses of JsxGetter in org.htmlunit.javascript.host.network
Methods in org.htmlunit.javascript.host.network with annotations of type JsxGetterModifier and TypeMethodDescriptiondoubleNetworkInformation.getDownlink()Returns the value of thedownlinkproperty.NetworkInformation.getEffectiveType()Returns the value of theeffectiveTypeproperty.intNetworkInformation.getRtt()Returns the value of therttproperty. -
Uses of JsxGetter in org.htmlunit.javascript.host.performance
Methods in org.htmlunit.javascript.host.performance with annotations of type JsxGetterModifier and TypeMethodDescriptionlongPerformanceTiming.getConnectEnd()Returns the value of theconnectEndproperty.longPerformanceTiming.getConnectStart()Returns the value of theconnectStartproperty.longPerformanceTiming.getDomainLookupEnd()Returns the value of thedomainLookupEndproperty.longPerformanceTiming.getDomainLookupStart()Returns the value of thedomainLookupStartproperty.longPerformanceTiming.getDomComplete()Returns the value of thedomCompleteproperty.longPerformanceTiming.getDomContentLoadedEventEnd()Returns the value of thedomContentLoadedEventEndproperty.longPerformanceTiming.getDomContentLoadedEventStart()Returns the value of thedomContentLoadedEventStartproperty.longPerformanceTiming.getDomInteractive()Returns the value of thedomInteractiveproperty.longPerformanceTiming.getDomLoading()Returns the value of thedomLoadingproperty.longPerformanceTiming.getFetchStart()Returns the value of thefetchStartproperty.longPerformanceTiming.getLoadEventEnd()Returns the value of theloadEventEndproperty.longPerformanceTiming.getLoadEventStart()Returns the value of theloadEventStartproperty.Performance.getNavigation()Returns thenavigationproperty.longPerformanceTiming.getNavigationStart()Returns the value of thenavigationStartproperty.intPerformanceNavigation.getRedirectCount()Returns theredirectCountproperty.longPerformanceTiming.getRedirectEnd()Returns the value of theredirectEndproperty.longPerformanceTiming.getRedirectStart()Returns the value of theredirectStartproperty.longPerformanceTiming.getResponseEnd()Returns the value of theresponseEndproperty.longPerformanceTiming.getResponseStart()Returns the value of theresponseStartproperty.longPerformanceTiming.getSecureConnectionStart()Returns the value of thesecureConnectionStartproperty.Performance.getTiming()Returns thetimingproperty.intPerformanceNavigation.getType()Returns thetypeproperty.longPerformanceTiming.getUnloadEventEnd()Returns the value of theunloadEventEndproperty.longPerformanceTiming.getUnloadEventStart()Returns the value of theunloadEventStartproperty. -
Uses of JsxGetter in org.htmlunit.javascript.host.svg
Methods in org.htmlunit.javascript.host.svg with annotations of type JsxGetterModifier and TypeMethodDescriptiondoubleSVGMatrix.getA()Returns theaentry of the matrix.doubleSVGMatrix.getB()Returns thebentry of the matrix.doubleSVGMatrix.getC()Returns thecentry of the matrix.doubleSVGMatrix.getD()Returns thedentry of the matrix.doubleSVGMatrix.getE()Returns theeentry of the matrix.doubleSVGMatrix.getF()Returns thefentry of the matrix.doubleSVGRect.getHeight()Returns the height of the rectangle.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnabort()Returns theonabortevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnauxclick()Returns theonauxclickevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnblur()Returns theonblurevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOncancel()Returns theoncancelevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOncanplay()Returns theoncanplayevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOncanplaythrough()Returns theoncanplaythroughevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnchange()Returns theonchangeevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnclick()Returns theonclickevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnclose()Returns theoncloseevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOncontextmenu()Returns theoncontextmenuevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOncopy()Returns theoncopyevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOncuechange()Returns theoncuechangeevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOncut()Returns theoncutevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndblclick()Returns theondblclickevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndrag()Returns theondragevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndragend()Returns theondragendevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndragenter()Returns theondragenterevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndragleave()Returns theondragleaveevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndragover()Returns theondragoverevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndragstart()Returns theondragstartevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndrop()Returns theondropevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOndurationchange()Returns theondurationchangeevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnemptied()Returns theonemptiedevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnended()Returns theonendedevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnerror()Returns theonerrorevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnfocus()Returns theonfocusevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOngotpointercapture()Returns theongotpointercaptureevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOninput()Returns theoninputevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOninvalid()Returns theoninvalidevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnkeydown()Returns theonkeydownevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnkeypress()Returns theonkeypressevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnkeyup()Returns theonkeyupevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnload()Returns theonloadevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnloadeddata()Returns theonloadeddataevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnloadedmetadata()Returns theonloadedmetadataevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnloadstart()Returns theonloadstartevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnlostpointercapture()Returns theonlostpointercaptureevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmousedown()Returns theonmousedownevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmouseenter()Returns theonmouseenterevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmouseleave()Returns theonmouseleaveevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmousemove()Returns theonmousemoveevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmouseout()Returns theonmouseoutevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmouseover()Returns theonmouseoverevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmouseup()Returns theonmouseupevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmousewheel()Returns theonmousewheelevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmozfullscreenchange()Returns theonmozfullscreenchangeevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnmozfullscreenerror()Returns theonmozfullscreenerrorevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpaste()Returns theonpasteevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpause()Returns theonpauseevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnplay()Returns theonplayevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnplaying()Returns theonplayingevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpointercancel()Returns theonpointercancelevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpointerdown()Returns theonpointerdownevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpointerenter()Returns theonpointerenterevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpointerleave()Returns theonpointerleaveevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpointermove()Returns theonpointermoveevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpointerout()Returns theonpointeroutevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpointerover()Returns theonpointeroverevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnpointerup()Returns theonpointerupevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnprogress()Returns theonprogressevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnratechange()Returns theonratechangeevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnreset()Returns theonresetevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnresize()Returns theonresizeevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnscroll()Returns theonscrollevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnscrollend()Returns theonscrollendevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnseeked()Returns theonseekedevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnseeking()Returns theonseekingevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnselect()Returns theonselectevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnselectionchange()Returns theonselectionchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnselectstart()Returns theonselectstartevent handler for this element.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnstalled()Returns theonstalledevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnsubmit()Returns theonsubmitevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnsuspend()Returns theonsuspendevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOntimeupdate()Returns theontimeupdateevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOntoggle()Returns theontoggleevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnvolumechange()Returns theonvolumechangeevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnwaiting()Returns theonwaitingevent handler.org.htmlunit.corejs.javascript.FunctionSVGElement.getOnwheel()Returns theonwheelevent handler for this element.SVGElement.getStyle()Returns the style object for this element.doubleSVGRect.getWidth()Returns the width of the rectangle.doubleSVGRect.getX()Returns thexcoordinate of the rectangle.doubleSVGRect.getY()Returns theycoordinate of the rectangle. -
Uses of JsxGetter in org.htmlunit.javascript.host.worker
Methods in org.htmlunit.javascript.host.worker with annotations of type JsxGetterModifier and TypeMethodDescriptionWorkerNavigator.getAppCodeName()Returns theappCodeNameproperty.WorkerNavigator.getAppName()Returns theappNameproperty.WorkerNavigator.getAppVersion()Returns theappVersionproperty.WorkerNavigator.getConnection()Returns theconnectionproperty.WorkerLocation.getHash()Returns the hash portion of the location URL.WorkerLocation.getHost()Returns the host portion of the location URL.WorkerLocation.getHostname()Returns the hostname portion of the location URL.WorkerLocation.getHref()Returns the serialized URL for the worker's location.WorkerNavigator.getLanguage()Returns the language of the browser.org.htmlunit.corejs.javascript.ScriptableWorkerNavigator.getLanguages()Returns the preferred languages of the browser as an array.DedicatedWorkerGlobalScope.getLocation()Returns theWorkerLocationassociated with the worker.DedicatedWorkerGlobalScope.getNavigator()Returns theWorkerNavigatorassociated with the worker.org.htmlunit.corejs.javascript.FunctionDedicatedWorkerGlobalScope.getOnmessage()Returns theonmessageevent handler.org.htmlunit.corejs.javascript.FunctionWorker.getOnmessage()Returns theonmessageevent handler.WorkerLocation.getOrigin()Returns theoriginproperty.WorkerLocation.getPathname()Returns the pathname portion of the location URL.WorkerNavigator.getPlatform()Returns theplatformproperty.WorkerLocation.getPort()Returns the port portion of the location URL.WorkerNavigator.getProduct()Returns theproductproperty.WorkerLocation.getProtocol()Returns the protocol portion of the location URL, including the trailing:.WorkerLocation.getSearch()Returns the search portion of the location URL.DedicatedWorkerGlobalScope.getSelf()Returns the scope itself.WorkerNavigator.getUserAgent()Returns theuserAgentproperty. -
Uses of JsxGetter in org.htmlunit.javascript.host.xml
Methods in org.htmlunit.javascript.host.xml with annotations of type JsxGetterModifier and TypeMethodDescriptionorg.htmlunit.corejs.javascript.FunctionXMLHttpRequestEventTarget.getOnabort()Returns the event handler that fires on abort.org.htmlunit.corejs.javascript.FunctionXMLHttpRequestEventTarget.getOnerror()Returns the event handler that fires on error.org.htmlunit.corejs.javascript.FunctionXMLHttpRequestEventTarget.getOnload()Returns the event handler that fires on load.org.htmlunit.corejs.javascript.FunctionXMLHttpRequestEventTarget.getOnloadend()Returns the event handler that fires on load end.org.htmlunit.corejs.javascript.FunctionXMLHttpRequestEventTarget.getOnloadstart()Returns the event handler that fires on load start.org.htmlunit.corejs.javascript.FunctionXMLHttpRequestEventTarget.getOnprogress()Returns the event handler that fires on progress.org.htmlunit.corejs.javascript.FunctionXMLHttpRequest.getOnreadystatechange()Returns the event handler that fires on ready state change.org.htmlunit.corejs.javascript.FunctionXMLHttpRequestEventTarget.getOntimeout()Returns the event handler that fires on timeout.intXMLHttpRequest.getReadyState()Returns the current state of the HTTP request.XMLHttpRequest.getResponse()Returns the response body as anArrayBuffer,Blob,Document, JavaScript object, orDOMString, depending on the value of theresponseTypeproperty.XMLHttpRequest.getResponseText()Returns the response body as a string.XMLHttpRequest.getResponseType()Returns theresponseTypeproperty.XMLHttpRequest.getResponseXML()Returns a DOM-compatible document object version of the data retrieved from the server.intXMLHttpRequest.getStatus()Returns the numeric HTTP status code returned by the server (e.g. 404 for "Not Found" or 200 for "OK").XMLHttpRequest.getStatusText()Returns the HTTP status message accompanying the status code (e.g.intXMLHttpRequest.getTimeout()Returns the number of milliseconds a request can take before automatically being terminated.XMLHttpRequest.getUpload()Returns theuploadproperty.booleanXMLHttpRequest.isWithCredentials()Returns thewithCredentialsproperty.