程序包 | 说明 |
---|---|
org.htmlparser | |
org.htmlparser.nodes | |
org.htmlparser.scanners | |
org.htmlparser.tests.scannersTests |
限定符和类型 | 方法和说明 |
---|---|
Scanner |
Tag.getThisScanner()
Return the scanner associated with this tag.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Tag.setThisScanner(Scanner scanner)
Set the scanner associated with this tag.
|
限定符和类型 | 方法和说明 |
---|---|
Scanner |
TagNode.getThisScanner()
Return the scanner associated with this tag.
|
限定符和类型 | 方法和说明 |
---|---|
void |
TagNode.setThisScanner(Scanner scanner)
Set the scanner associated with this tag.
|
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
static class |
CompositeTagScannerTest.AnotherScanner |
static class |
CompositeTagScannerTest.CustomScanner |