Package | Description |
---|---|
org.htmlparser |
The basic API classes which will be used by most developers when working with
the HTML Parser.
|
org.htmlparser.lexer |
The lexer package is the base level I/O subsystem.
|
org.htmlparser.nodes |
The nodes package has the concrete node implementations.
|
Modifier and Type | Method | Description |
---|---|---|
Attribute |
Tag.getAttributeEx(java.lang.String name) |
Returns the attribute with the given name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Tag.setAttributeEx(Attribute attribute) |
Set an attribute.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PageAttribute |
An attribute within a tag on a page.
|
Modifier and Type | Method | Description |
---|---|---|
Attribute |
TagNode.getAttributeEx(java.lang.String name) |
Returns the attribute with the given name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TagNode.setAttribute(Attribute attribute) |
Set an attribute.
|
void |
TagNode.setAttributeEx(Attribute attribute) |
Set an attribute.
|
HTML Parser is an open source library released under LGPL.