public class CSSParser extends Object implements CSSParserTreeConstants, CSSParserConstants
| Modifier and Type | Field and Description |
|---|---|
Token |
jj_nt |
protected org.nuiton.jaxx.compiler.css.parser.JJTCSSParserState |
jjtree |
Token |
token |
CSSParserTokenManager |
token_source |
JJTANIMATIONPROPERTIES, JJTANIMATIONPROPERTY, JJTCLASS, JJTDECLARATION, JJTEXPRESSION, JJTID, JJTIDENTIFIER, JJTJAVACLASS, JJTJAVACODE, jjtNodeName, JJTPROPERTY, JJTPSEUDOCLASS, JJTRULE, JJTSELECTOR, JJTSELECTORS, JJTSTYLESHEETCOLON, DECIMAL_LITERAL, DEFAULT, DIGIT, EMS, EOF, EXS, HEXCOLOR, HEXDIGIT, IDENTIFIER, IN_PSEUDOCLASS, IN_RULE, INTEGER_LITERAL, JAVA_CODE, JAVA_CODE_END, JAVA_CODE_RULE, JAVA_CODE_START, LEFT_BRACE, LENGTH, LETTER, PROGRAMMATIC_PSEUDOCLASS, PSEUDOCLASS_COLON, PSEUDOCLASS_IDENTIFIER, RIGHT_BRACE, SEMICOLON, STRING, tokenImage| Constructor and Description |
|---|
CSSParser(CSSParserTokenManager tm) |
CSSParser(InputStream stream) |
CSSParser(InputStream stream,
String encoding) |
CSSParser(Reader stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnimationProperties() |
void |
AnimationProperty() |
void |
Class() |
void |
Declaration() |
void |
disable_tracing() |
void |
enable_tracing() |
void |
Expression() |
ParseException |
generateParseException() |
Token |
getNextToken() |
Token |
getToken(int index) |
void |
Id() |
void |
Identifier() |
void |
JavaClass() |
void |
JavaCode() |
static void |
main(String[] args) |
SimpleNode |
popNode() |
void |
Property() |
void |
PseudoClass() |
void |
ReInit(CSSParserTokenManager tm) |
void |
ReInit(InputStream stream) |
void |
ReInit(InputStream stream,
String encoding) |
void |
ReInit(Reader stream) |
void |
Rule() |
void |
Selector() |
void |
Selectors() |
SimpleNode |
Stylesheet() |
protected final org.nuiton.jaxx.compiler.css.parser.JJTCSSParserState jjtree
public CSSParserTokenManager token_source
public Token token
public Token jj_nt
public CSSParser(InputStream stream)
public CSSParser(InputStream stream, String encoding)
public CSSParser(Reader stream)
public CSSParser(CSSParserTokenManager tm)
public SimpleNode popNode()
public static void main(String[] args)
public final SimpleNode Stylesheet() throws ParseException
ParseExceptionpublic final void Rule()
throws ParseException
ParseExceptionpublic final void Selectors()
throws ParseException
ParseExceptionpublic final void Selector()
throws ParseException
ParseExceptionpublic final void JavaClass()
throws ParseException
ParseExceptionpublic final void Id()
throws ParseException
ParseExceptionpublic final void Class()
throws ParseException
ParseExceptionpublic final void PseudoClass()
throws ParseException
ParseExceptionpublic final void AnimationProperties()
throws ParseException
ParseExceptionpublic final void AnimationProperty()
throws ParseException
ParseExceptionpublic final void Declaration()
throws ParseException
ParseExceptionpublic final void Property()
throws ParseException
ParseExceptionpublic final void Expression()
throws ParseException
ParseExceptionpublic final void JavaCode()
throws ParseException
ParseExceptionpublic final void Identifier()
throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(CSSParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
Copyright © 2008–2017 Ultreia.io. All rights reserved.