Module org.htmlunit

Class DomNode.DescendantDomElementsIterator

java.lang.Object
org.htmlunit.html.DomNode.AbstractDescendantIterator<DomElement>
org.htmlunit.html.DomNode.DescendantDomElementsIterator
All Implemented Interfaces:
Iterator<DomElement>
Enclosing class:
DomNode

protected final class DomNode.DescendantDomElementsIterator extends DomNode.AbstractDescendantIterator<DomElement>
Iterates over all descendants DomTypes, in document order.
  • Constructor Details

    • DescendantDomElementsIterator

      protected DescendantDomElementsIterator()
  • Method Details