Uses of Interface
org.htmlparser.util.NodeIterator
-
Packages that use NodeIterator Package Description org.htmlparser The basic API classes which will be used by most developers when working with the HTML Parser.org.htmlparser.util Code which can be reused by many classes, is located in this package. -
-
Uses of NodeIterator in org.htmlparser
Methods in org.htmlparser that return NodeIterator Modifier and Type Method Description NodeIteratorParser. elements()Returns an iterator (enumeration) over the html nodes. -
Uses of NodeIterator in org.htmlparser.util
Subinterfaces of NodeIterator in org.htmlparser.util Modifier and Type Interface Description interfaceSimpleNodeIteratorThe HTMLSimpleEnumeration interface is similar to NodeIterator, except that it does not throw exceptions.Classes in org.htmlparser.util that implement NodeIterator Modifier and Type Class Description classIteratorImplclassNodeTreeWalkerA class for walking a tree ofNodeobjects, in either a depth-first or breadth-first manner.
-