java.io.Serializable, ScannerCompositeTagScanner, JspScannerpublic class TagScanner extends java.lang.Object implements Scanner, java.io.Serializable
CompositeTagScanner instead.| Constructor | Description |
|---|---|
TagScanner() |
Create a (non-composite) tag scanner.
|
| Modifier and Type | Method | Description |
|---|---|---|
Tag |
scan(Tag tag,
Lexer lexer,
NodeList stack) |
Scan the tag.
|
public Tag scan(Tag tag, Lexer lexer, NodeList stack) throws ParserException
scan in interface Scannertag - The tag to scan.lexer - Provides html page access.stack - The parse stack. May contain pending tags that enclose
this tag.ParserException - if an unrecoverable problem occurs.HTML Parser is an open source library released under LGPL.