|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.htmlparser.scanners.TagScanner org.htmlparser.scanners.CompositeTagScanner org.htmlparser.scanners.StyleScanner
The StyleScanner handles style elements. It gathers all interior nodes into one undifferentiated string node.
Constructor Summary | |
StyleScanner()
Create a style scanner. |
Method Summary | |
Tag |
scan(Tag tag,
Lexer lexer,
NodeList stack)
Scan for style definitions. |
Methods inherited from class org.htmlparser.scanners.CompositeTagScanner |
addChild, createVirtualEndTag, finishTag, isTagToBeEndedFor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StyleScanner()
Method Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |