Uses of Class
org.htmlunit.javascript.host.dom.AbstractList
-
Packages that use AbstractList Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of AbstractList in org.htmlunit.javascript.host
Subclasses of AbstractList in org.htmlunit.javascript.host Modifier and Type Class Description (package private) class
HTMLCollectionFrames
-
Uses of AbstractList in org.htmlunit.javascript.host.dom
Subclasses of AbstractList in org.htmlunit.javascript.host.dom Modifier and Type Class Description class
NodeList
An array of elements.class
RadioNodeList
A JavaScript object forRadioNodeList
.Fields in org.htmlunit.javascript.host.dom with type parameters of type AbstractList Modifier and Type Field Description private java.lang.ref.WeakReference<AbstractList>
AbstractList.DomHtmlAttributeChangeListenerImpl. nodeList_
Methods in org.htmlunit.javascript.host.dom that return AbstractList Modifier and Type Method Description protected AbstractList
AbstractList. create(DomNode parentScope, java.util.List<DomNode> initialElements)
Constructs a new instance with an initial cache value.protected AbstractList
NodeList. create(DomNode parentScope, java.util.List<DomNode> initialElements)
Constructs a new instance with an initial cache value.Constructors in org.htmlunit.javascript.host.dom with parameters of type AbstractList Constructor Description DomHtmlAttributeChangeListenerImpl(AbstractList nodeList)
-
Uses of AbstractList in org.htmlunit.javascript.host.html
Subclasses of AbstractList in org.htmlunit.javascript.host.html Modifier and Type Class Description class
HTMLAllCollection
A specialHTMLCollection
fordocument.all
.class
HTMLCollection
An array of elements.class
HTMLFormControlsCollection
A JavaScript object forHTMLFormControlsCollection
.(package private) class
LabelsNodeList
A specialNodeList
to implement.labels
property.
-