jaxx.compiler.css.parser
Class CSSParser
java.lang.Object
jaxx.compiler.css.parser.CSSParser
- All Implemented Interfaces:
- CSSParserConstants, CSSParserTreeConstants
public class CSSParser
- extends Object
- implements CSSParserTreeConstants, CSSParserConstants
| Fields inherited from interface jaxx.compiler.css.parser.CSSParserTreeConstants |
JJTANIMATIONPROPERTIES, JJTANIMATIONPROPERTY, JJTCLASS, JJTDECLARATION, JJTEXPRESSION, JJTID, JJTIDENTIFIER, JJTJAVACLASS, JJTJAVACODE, jjtNodeName, JJTPROPERTY, JJTPSEUDOCLASS, JJTRULE, JJTSELECTOR, JJTSELECTORS, JJTSTYLESHEET |
| Fields inherited from interface jaxx.compiler.css.parser.CSSParserConstants |
COLON, 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jjtree
protected jaxx.compiler.css.parser.JJTCSSParserState jjtree
token_source
public CSSParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
CSSParser
public CSSParser(InputStream stream)
CSSParser
public CSSParser(InputStream stream,
String encoding)
CSSParser
public CSSParser(Reader stream)
CSSParser
public CSSParser(CSSParserTokenManager tm)
popNode
public SimpleNode popNode()
main
public static void main(String[] args)
Stylesheet
public final SimpleNode Stylesheet()
throws ParseException
- Throws:
ParseException
Rule
public final void Rule()
throws ParseException
- Throws:
ParseException
Selectors
public final void Selectors()
throws ParseException
- Throws:
ParseException
Selector
public final void Selector()
throws ParseException
- Throws:
ParseException
JavaClass
public final void JavaClass()
throws ParseException
- Throws:
ParseException
Id
public final void Id()
throws ParseException
- Throws:
ParseException
Class
public final void Class()
throws ParseException
- Throws:
ParseException
PseudoClass
public final void PseudoClass()
throws ParseException
- Throws:
ParseException
AnimationProperties
public final void AnimationProperties()
throws ParseException
- Throws:
ParseException
AnimationProperty
public final void AnimationProperty()
throws ParseException
- Throws:
ParseException
Declaration
public final void Declaration()
throws ParseException
- Throws:
ParseException
Property
public final void Property()
throws ParseException
- Throws:
ParseException
Expression
public final void Expression()
throws ParseException
- Throws:
ParseException
JavaCode
public final void JavaCode()
throws ParseException
- Throws:
ParseException
Identifier
public final void Identifier()
throws ParseException
- Throws:
ParseException
ReInit
public void ReInit(InputStream stream)
ReInit
public void ReInit(InputStream stream,
String encoding)
ReInit
public void ReInit(Reader stream)
ReInit
public void ReInit(CSSParserTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()
Copyright © 2008-2011 CodeLutin. All Rights Reserved.