Class 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 Details

    • HTMLFormControlsCollectionImpl

      public HTMLFormControlsCollectionImpl(NodeImpl rootNode, NodeFilter filter)

      Constructor for HTMLCollectionImpl.

      Parameters:
      rootNode - a NodeImpl object.
      filter - a NodeFilter object.