|
HTML Parser Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.htmlparser.scanners.TagScanner
org.htmlparser.scanners.CompositeTagScanner
org.htmlparser.scanners.StyleScanner
public class 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
- if an unrecoverable problem occurs.
|
© 2005 Derrick Oswald Jul 26, 2009
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HTML Parser is an open source library released under LGPL. | |