Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.parser.css
Interface CSSRuleTokens

All Superinterfaces:
CSSTokens, LexicalUnits
All Known Implementing Classes:
CSSAtRuleLexer, CSSDeclarationsLexer, CSSFontFaceRuleLexer, CSSImportRuleLexer, CSSMediaRuleLexer, CSSNamespaceRuleLexer, CSSPageRuleLexer, CSSPseudoRuleSetLexer, CSSRuleSetLexer

public interface CSSRuleTokens
extends CSSTokens

Field Summary
static int TK_CSS_DECLARATIONS
          Constant for a CSS declarations :
static int TK_CSS_FUNCTION
          Constant for a CSS function:
static int TK_CSS_INVALID_PROPERTY
          Constant for a CSS invalid property:
static int TK_CSS_MEDIUM
          Constant for a CSS medium:
static int TK_CSS_PROPERTY
          Constant for a CSS identifier:
static int TK_CSS_SELECTOR
          Constant for a CSS selector:
static int TK_CSS_UNIT
          Constant for a CSS unit:

 

Fields inherited from interface oracle.javatools.parser.css.CSSTokens
TK_CSS_BLOCK, TK_CSS_RULE_SET

 

Fields inherited from interface oracle.javatools.parser.css.LexicalUnits
ANY, AT_KEYWORD, BEGINS, CARET, CDC, CDO, CHARSET_SYMBOL, CM, COLON, COMMA, COMMENT, CONTAINS, DASHMATCH, DEG, DIMENSION, DIVIDE, DOLLAR, DOT, EM, ENDS, EOF, EQUAL, ERROR, EX, FONT_FACE_SYMBOL, FUNCTION, GRAD, HASH, HZ, IDENTIFIER, IMPORT_SYMBOL, IMPORTANT_SYMBOL, IN, INCLUDES, INTEGER, KHZ, LEFT_BRACE, LEFT_BRACKET, LEFT_CURLY_BRACE, MEDIA_SYMBOL, MINUS, MM, MS, NAMESPACE_MATCH, NAMESPACE_SYMBOL, PAGE_SYMBOL, PC, PERCENTAGE, PLUS, PRECEDE, PT, PX, RAD, REAL, RIGHT_BRACE, RIGHT_BRACKET, RIGHT_CURLY_BRACE, S, SEMI_COLON, SPACE, STRING, TILDE, UNICODE_RANGE, URI

 

Field Detail

TK_CSS_MEDIUM

static final int TK_CSS_MEDIUM
Constant for a CSS medium:
   page
 
See Also:
Constant Field Values

TK_CSS_SELECTOR

static final int TK_CSS_SELECTOR
Constant for a CSS selector:
   table
 
See Also:
Constant Field Values

TK_CSS_PROPERTY

static final int TK_CSS_PROPERTY
Constant for a CSS identifier:
   background-color
 
See Also:
Constant Field Values

TK_CSS_INVALID_PROPERTY

static final int TK_CSS_INVALID_PROPERTY
Constant for a CSS invalid property:
   foreground-color
 
See Also:
Constant Field Values

TK_CSS_UNIT

static final int TK_CSS_UNIT
Constant for a CSS unit:
    12px
 
See Also:
Constant Field Values

TK_CSS_FUNCTION

static final int TK_CSS_FUNCTION
Constant for a CSS function:
    rgb(0,255,0)
 
See Also:
Constant Field Values

TK_CSS_DECLARATIONS

static final int TK_CSS_DECLARATIONS
Constant for a CSS declarations :
    {
      color: blue;
      border: solid;
    }
 
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.