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 and Description |
---|---|
SimpleNodeIterator |
CompositeTag.children()
Get an iterator over the children of this node.
|
SimpleNodeIterator |
CompositeTag.elements()
Return the child tags as an iterator.
|
SimpleNodeIterator |
LinkTag.linkData()
Deprecated.
Use children() instead.
|
Modifier and Type | Method and Description |
---|---|
SimpleNodeIterator |
NodeList.elements() |
HTML Parser is an open source library released under LGPL.