Uses of Annotation Interface
org.htmlunit.javascript.configuration.JsxStaticFunction
Packages that use JsxStaticFunction
Package
Description
Implementations of the various 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 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.
-
Uses of JsxStaticFunction in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host with annotations of type JsxStaticFunctionModifier and TypeMethodDescriptionstatic StringURL.createObjectURL(Object fileOrBlob) The URL.createObjectURL() static method creates a DOMString containing a URL representing the object given in parameter.static voidNotification.requestPermission()Asks the user for permission.static voidURL.revokeObjectURL(org.htmlunit.corejs.javascript.Scriptable objectURL) -
Uses of JsxStaticFunction in org.htmlunit.javascript.host.css
Methods in org.htmlunit.javascript.host.css with annotations of type JsxStaticFunction -
Uses of JsxStaticFunction in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom with annotations of type JsxStaticFunctionModifier and TypeMethodDescriptionstatic DocumentDocument.parseHTMLUnsafe(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.VarScope scope, org.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args, org.htmlunit.corejs.javascript.Function funObj) Parses the given string of HTML without sanitizing it and returns a new HTMLDocument. -
Uses of JsxStaticFunction in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html with annotations of type JsxStaticFunctionModifier and TypeMethodDescriptionstatic HTMLDocumentHTMLDocument.parseHTMLUnsafe(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.VarScope scope, org.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args, org.htmlunit.corejs.javascript.Function funObj) Parses the given string of HTML without sanitizing it and returns a new HTMLDocument. -
Uses of JsxStaticFunction in org.htmlunit.javascript.host.intl
Methods in org.htmlunit.javascript.host.intl with annotations of type JsxStaticFunctionModifier and TypeMethodDescriptionstatic ObjectIntl.getCanonicalLocales(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.VarScope scope, org.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args, org.htmlunit.corejs.javascript.Function funObj) Returns an array containing the canonical locale names.static org.htmlunit.corejs.javascript.ScriptableDateTimeFormat.supportedLocalesOf(org.htmlunit.corejs.javascript.Scriptable localesArgument, org.htmlunit.corejs.javascript.Scriptable options) Returns an array containing those of the provided locales that are supported without having to fall back to the default locale.static org.htmlunit.corejs.javascript.ScriptableNumberFormat.supportedLocalesOf(org.htmlunit.corejs.javascript.Scriptable localesArgument, org.htmlunit.corejs.javascript.Scriptable options) Returns an array containing those of the provided locales that are supported without having to fall back to the default locale. -
Uses of JsxStaticFunction in org.htmlunit.javascript.host.media
Methods in org.htmlunit.javascript.host.media with annotations of type JsxStaticFunction