Module org.htmlunit

Class DomNode.DescendantHtmlElementsIterator

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

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

    • DescendantHtmlElementsIterator

      protected DescendantHtmlElementsIterator()
  • Method Details