|
HTML Parser Jar 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 Scannerscan in class CompositeTagScannertag - The tag this scanner is responsible for.lexer - The source of CDATA.stack - The parse stack, not used.
ParserException
|
© 2006 Derrick Oswald April 1, 2006
|
|||||||||
| 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 Common Public License. |