public interface Scanner
Modifier and Type | Method and Description |
---|---|
Tag |
scan(Tag tag,
Lexer lexer,
NodeList stack)
Scan the tag.
|
Tag scan(Tag tag, Lexer lexer, NodeList stack) throws ParserException
tag
- HTML tag to be scanned for identification.lexer
- Provides html page access.stack
- The parse stack. May contain pending tags that enclose
this tag. Nodes on the stack should be considered incomplete.ParserException
- if an unrecoverable problem occurs.HTML Parser is an open source library released under LGPL.