| 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.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
SimpleNodeIterator |
NodeList.elements() |
HTML Parser is an open source library released under LGPL.