|
HTML Parser Home Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeIterator | |
---|---|
org.htmlparser | The basic API classes which will be used by most developers when working with the HTML Parser. |
org.htmlparser.util |
Uses of NodeIterator in org.htmlparser |
---|
Methods in org.htmlparser that return NodeIterator | |
---|---|
NodeIterator |
Parser.elements()
Returns an iterator (enumeration) over the html nodes. |
Uses of NodeIterator in org.htmlparser.util |
---|
Subinterfaces of NodeIterator in org.htmlparser.util | |
---|---|
interface |
SimpleNodeIterator
The HTMLSimpleEnumeration interface is similar to NodeIterator, except that it does not throw exceptions. |
Classes in org.htmlparser.util that implement NodeIterator | |
---|---|
class |
IteratorImpl
|
class |
NodeTreeWalker
A class for walking a tree of Node objects, in either a depth-first or breadth-first manner. |
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
HTML Parser is an open source library released under Common Public License. |