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