public class TagScanner extends java.lang.Object implements Scanner, java.io.Serializable
CompositeTagScanner
instead.Constructor and Description |
---|
TagScanner()
Create a (non-composite) tag scanner.
|
Modifier and Type | Method and 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 Scanner
tag
- 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.