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, isTagToBeEndedForpublic Tag scan(Tag tag, Lexer lexer, NodeList stack) throws ParserException
scan in interface Scannerscan in class CompositeTagScannertag - 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.