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.
|
Modifier and Type | Method | Description |
---|---|---|
NodeIterator |
Parser.elements() |
Returns an iterator (enumeration) over the html nodes.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
SimpleNodeIterator |
The HTMLSimpleEnumeration interface is similar to NodeIterator,
except that it does not throw exceptions.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IteratorImpl |
|
class |
NodeTreeWalker |
A class for walking a tree of
Node objects, in either a depth-first or breadth-first manner. |
HTML Parser is an open source library released under LGPL.