Class HTMLFormControlsCollectionImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.node.AbstractList<Node>
org.loboevolution.html.dom.domimpl.HTMLCollectionImpl
org.loboevolution.html.dom.domimpl.HTMLFormControlsCollectionImpl
- All Implemented Interfaces:
Iterable<Node>
,Collection<Node>
,List<Node>
,SequencedCollection<Node>
,HTMLCollection
,HTMLFormControlsCollection
,ScriptableDelegate
public class HTMLFormControlsCollectionImpl
extends HTMLCollectionImpl
implements HTMLFormControlsCollection
HTMLFormControlsCollectionImpl class.
-
Constructor Summary
ConstructorDescriptionHTMLFormControlsCollectionImpl
(NodeImpl rootNode, NodeFilter filter) Constructor for HTMLCollectionImpl. -
Method Summary
Methods inherited from class org.loboevolution.html.dom.domimpl.HTMLCollectionImpl
getLength, item, namedItem, setItem, toString
Methods inherited from class org.loboevolution.html.node.AbstractList
add, add, addAll, addAll, clear, contains, containsAll, get, getList, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setList, size, subList, toArray, toArray
Methods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface org.loboevolution.html.dom.HTMLCollection
getLength, item, namedItem, setItem
Methods inherited from interface java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
HTMLFormControlsCollectionImpl
Constructor for HTMLCollectionImpl.
- Parameters:
rootNode
- aNodeImpl
object.filter
- aNodeFilter
object.
-