Uses of Interface
org.htmlparser.util.SimpleNodeIterator
-
Packages that use SimpleNodeIterator Package Description org.htmlparser.tags The tags package contains specific tags.org.htmlparser.util Code which can be reused by many classes, is located in this package. -
-
Uses of SimpleNodeIterator in org.htmlparser.tags
Methods in org.htmlparser.tags that return SimpleNodeIterator Modifier and Type Method Description SimpleNodeIterator
CompositeTag. children()
Get an iterator over the children of this node.SimpleNodeIterator
CompositeTag. elements()
Return the child tags as an iterator. -
Uses of SimpleNodeIterator in org.htmlparser.util
Methods in org.htmlparser.util that return SimpleNodeIterator Modifier and Type Method Description SimpleNodeIterator
NodeList. elements()
-