Uses of Annotation Interface
org.htmlunit.javascript.configuration.JsxSymbol

Packages that use JsxSymbol
Package
Description
Implementations of the various JavaScript host objects — users of HtmlUnit should not 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 File 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 XML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.
  • Uses of JsxSymbol in org.htmlunit.javascript.host

    Methods in org.htmlunit.javascript.host with annotations of type JsxSymbol
    Modifier and Type
    Method
    Description
    org.htmlunit.corejs.javascript.ES6Iterator
    URLSearchParams.entries()
    Returns an iterator over all key/value pairs in this object.
    org.htmlunit.corejs.javascript.Scriptable
    MimeTypeArray.iterator()
    Returns an iterator over the values in this array.
    org.htmlunit.corejs.javascript.Scriptable
    NamedNodeMap.iterator()
    Returns an iterator over the values in this map.
    org.htmlunit.corejs.javascript.Scriptable
    Plugin.iterator()
    Returns an iterator over the values in this plugin.
    org.htmlunit.corejs.javascript.Scriptable
    PluginArray.iterator()
    Returns an iterator over the values in this array.
  • Uses of JsxSymbol in org.htmlunit.javascript.host.css

    Methods in org.htmlunit.javascript.host.css with annotations of type JsxSymbol
    Modifier and Type
    Method
    Description
    org.htmlunit.corejs.javascript.Scriptable
    ComputedCSSStyleDeclaration.values()
    Returns an Iterator allowing to go through all keys contained in this object.
    org.htmlunit.corejs.javascript.Scriptable
    CSSStyleDeclaration.values()
    Returns an Iterator allowing to go through all keys contained in this object.
  • Uses of JsxSymbol in org.htmlunit.javascript.host.dom

    Methods in org.htmlunit.javascript.host.dom with annotations of type JsxSymbol
    Modifier and Type
    Method
    Description
    org.htmlunit.corejs.javascript.Scriptable
    RadioNodeList.iterator()
    Returns the Symbol.iterator function that allows iterating over this collection.
    org.htmlunit.corejs.javascript.Scriptable
    DOMTokenList.values()
    Returns an Iterator allowing to go through all keys contained in this object.
    org.htmlunit.corejs.javascript.Scriptable
    NodeList.values()
    Returns an Iterator allowing to go through all keys contained in this object.
  • Uses of JsxSymbol in org.htmlunit.javascript.host.draganddrop

    Methods in org.htmlunit.javascript.host.draganddrop with annotations of type JsxSymbol
    Modifier and Type
    Method
    Description
    org.htmlunit.corejs.javascript.Scriptable
    DataTransferItemList.values()
    Returns an iterator over the values in this object.
  • Uses of JsxSymbol in org.htmlunit.javascript.host.file

    Methods in org.htmlunit.javascript.host.file with annotations of type JsxSymbol
    Modifier and Type
    Method
    Description
    org.htmlunit.corejs.javascript.Scriptable
    FileList.values()
    Returns an Iterator allowing to go through all keys contained in this object.
  • Uses of JsxSymbol in org.htmlunit.javascript.host.html

    Methods in org.htmlunit.javascript.host.html with annotations of type JsxSymbol
    Modifier and Type
    Method
    Description
    org.htmlunit.corejs.javascript.Scriptable
    HTMLAllCollection.iterator()
    Returns the Symbol.iterator function that allows iterating over this collection.
    org.htmlunit.corejs.javascript.Scriptable
    HTMLCollection.iterator()
    Returns the Symbol.iterator function that allows iterating over this collection.
    org.htmlunit.corejs.javascript.Scriptable
    HTMLFormControlsCollection.iterator()
    Returns the Symbol.iterator function that allows iterating over this collection.
    org.htmlunit.corejs.javascript.Scriptable
    HTMLFormElement.iterator()
    Returns the Symbol.iterator function that allows iterating over the form's elements.
    org.htmlunit.corejs.javascript.Scriptable
    HTMLOptionsCollection.iterator()
    Returns the Symbol.iterator function that allows iterating over this collection.
    org.htmlunit.corejs.javascript.Scriptable
    HTMLSelectElement.iterator()
    Returns the Symbol.iterator function that allows iterating over this element's options.
  • Uses of JsxSymbol in org.htmlunit.javascript.host.xml

    Methods in org.htmlunit.javascript.host.xml with annotations of type JsxSymbol
    Modifier and Type
    Method
    Description
    org.htmlunit.corejs.javascript.Scriptable
    FormData.entries()
    Returns an iterator over all name/value pairs contained in this FormData.