public class StyleScanner extends CompositeTagScanner
Constructor and Description |
---|
StyleScanner()
Create a style scanner.
|
Modifier and Type | Method and Description |
---|---|
Tag |
scan(Tag tag,
Lexer lexer,
NodeList stack)
Scan for style definitions.
|
addChild, createVirtualEndTag, finishTag, isTagToBeEndedFor
public Tag scan(Tag tag, Lexer lexer, NodeList stack) throws ParserException
scan
in interface Scanner
scan
in class CompositeTagScanner
tag
- The tag this scanner is responsible for.lexer
- The source of CDATA.stack
- The parse stack, not used.ParserException
- if an unrecoverable problem occurs.HTML Parser is an open source library released under LGPL.