| Package | Description |
|---|---|
| com.helger.css.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
CSSCharStream
This class is only used internally as the source for the generated parsers.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
ParserCSSCharsetDetectorTokenManager.input_stream |
protected CharStream |
ParserCSS30TokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserCSSCharsetDetectorTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
ParserCSSCharsetDetector.ReInit(CharStream stream)
Reinitialise.
|
void |
ParserCSS30TokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
ParserCSS30.ReInit(CharStream stream)
Reinitialise.
|
void |
ParserCSSCharsetDetectorTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
void |
ParserCSS30TokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
ParserCSS30(CharStream stream)
Constructor with user supplied CharStream.
|
ParserCSS30TokenManager(CharStream stream)
Constructor.
|
ParserCSS30TokenManager(CharStream stream,
int lexState)
Constructor.
|
ParserCSSCharsetDetector(CharStream stream)
Constructor with user supplied CharStream.
|
ParserCSSCharsetDetectorTokenManager(CharStream stream)
Constructor.
|
ParserCSSCharsetDetectorTokenManager(CharStream stream,
int lexState)
Constructor.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.