Package | Description |
---|---|
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.
|
Constructor and Description |
---|
TagNode(TagNode tag,
TagScanner scanner)
Create a tag like the one provided.
|
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.
|
HTML Parser is an open source library released under LGPL.