public class TagScanner extends java.lang.Object implements Scanner, java.io.Serializable
CompositeTagScanner
instead.public Tag scan(Tag tag, Lexer lexer, NodeList stack) throws ParserException
scan
在接口中 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.