Package | Description |
---|---|
org.htmlparser |
The basic API classes which will be used by most developers when working with
the HTML Parser.
|
org.htmlparser.nodes |
The nodes package has the concrete node implementations.
|
org.htmlparser.scanners |
The scanners package contains classes responsible for the tertiary
identification of tags.
|
Modifier and Type | Method and Description |
---|---|
Scanner |
Tag.getThisScanner()
Return the scanner associated with this tag.
|
Modifier and Type | Method and Description |
---|---|
void |
Tag.setThisScanner(Scanner scanner)
Set the scanner associated with this tag.
|
Modifier and Type | Field and Description |
---|---|
protected static Scanner |
TagNode.mDefaultScanner
The default scanner for non-composite tags.
|
Modifier and Type | Method and Description |
---|---|
Scanner |
TagNode.getThisScanner()
Return the scanner associated with this tag.
|
Modifier and Type | Method and Description |
---|---|
void |
TagNode.setThisScanner(Scanner scanner)
Set the scanner associated with this tag.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeTagScanner
The main scanning logic for nested tags.
|
class |
JspScanner
Placeholder for yet to be written scanner for JSP tags.
|
class |
ScriptScanner
The ScriptScanner handles script CDATA.
|
class |
StyleScanner
The StyleScanner handles style elements.
|
class |
TagScanner
TagScanner is an abstract superclass, subclassed to create specific scanners.
|
HTML Parser is an open source library released under LGPL.