Serialized Form
Package com.steadystate.css.dom |
serialVersionUID: 7996279151817598904L
identifier
java.lang.String identifier
listStyle
java.lang.String listStyle
separator
java.lang.String separator
serialVersionUID: 6769757755750030077L
serialVersionUID: -2472209213089007127L
encoding
java.lang.String encoding
serialVersionUID: -3604191834588759088L
style
CSSStyleDeclarationImpl style
serialVersionUID: 7807829682009179339L
href
java.lang.String href
media
org.w3c.dom.stylesheets.MediaList media
serialVersionUID: 6603734096445214651L
media
org.w3c.dom.stylesheets.MediaList media
cssRules
org.w3c.dom.css.CSSRuleList cssRules
serialVersionUID: -6007519872104320812L
ident
java.lang.String ident
pseudoPage
java.lang.String pseudoPage
style
org.w3c.dom.css.CSSStyleDeclaration style
serialVersionUID: -1269068897476453290L
rules
java.util.List<E> rules
serialVersionUID: -2373755821317100189L
parentRule
org.w3c.dom.css.CSSRule parentRule
properties
java.util.List<E> properties
serialVersionUID: -697009251364657426L
selectors
org.w3c.css.sac.SelectorList selectors
style
org.w3c.dom.css.CSSStyleDeclaration style
serialVersionUID: -2300541300646796363L
disabled
boolean disabled
ownerNode
org.w3c.dom.Node ownerNode
parentStyleSheet
org.w3c.dom.stylesheets.StyleSheet parentStyleSheet
href
java.lang.String href
title
java.lang.String title
media
org.w3c.dom.stylesheets.MediaList media
ownerRule
org.w3c.dom.css.CSSRule ownerRule
readOnly
boolean readOnly
cssRules
org.w3c.dom.css.CSSRuleList cssRules
baseUri
java.lang.String baseUri
serialVersionUID: -268104019127675990L
text
java.lang.String text
serialVersionUID: 406281136418322579L
_value
java.lang.Object _value
serialVersionUID: 7365733663951145145L
serialVersionUID: 6662784733573034870L
media
java.util.List<E> media
serialVersionUID: 8720637891949104989L
name
java.lang.String name
value
org.w3c.dom.css.CSSValue value
important
boolean important
serialVersionUID: -7031248513917920621L
left
org.w3c.dom.css.CSSPrimitiveValue left
top
org.w3c.dom.css.CSSPrimitiveValue top
right
org.w3c.dom.css.CSSPrimitiveValue right
bottom
org.w3c.dom.css.CSSPrimitiveValue bottom
serialVersionUID: 8152675334081993160L
red
org.w3c.dom.css.CSSPrimitiveValue red
green
org.w3c.dom.css.CSSPrimitiveValue green
blue
org.w3c.dom.css.CSSPrimitiveValue blue
Package com.steadystate.css.parser |
serialVersionUID: -7260032046960116891L
lexicalUnitType
short lexicalUnitType
nextLexicalUnit
org.w3c.css.sac.LexicalUnit nextLexicalUnit
previousLexicalUnit
org.w3c.css.sac.LexicalUnit previousLexicalUnit
floatValue
float floatValue
dimension
java.lang.String dimension
functionName
java.lang.String functionName
parameters
org.w3c.css.sac.LexicalUnit parameters
stringValue
java.lang.String stringValue
locator
org.w3c.css.sac.Locator locator
serialVersionUID: 2240824537064705530L
uri
java.lang.String uri
lineNumber
int lineNumber
columnNumber
int columnNumber
serialVersionUID: 1L
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
serialVersionUID: 7313376916207026333L
selectors
java.util.List<E> selectors
serialVersionUID: 1L
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
java.lang.String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
serialVersionUID: 1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.steadystate.css.parser.selectors |
serialVersionUID: -3180583860092672742L
firstCondition
org.w3c.css.sac.Condition firstCondition
secondCondition
org.w3c.css.sac.Condition secondCondition
serialVersionUID: 9035418830958954213L
localName
java.lang.String localName
value
java.lang.String value
serialVersionUID: 6552118983276681650L
localName
java.lang.String localName
value
java.lang.String value
serialVersionUID: 4635511567927852889L
data
java.lang.String data
serialVersionUID: -5843289529637921083L
ancestorSelector
org.w3c.css.sac.Selector ancestorSelector
simpleSelector
org.w3c.css.sac.SimpleSelector simpleSelector
serialVersionUID: -2216489300949054242L
value
java.lang.String value
serialVersionUID: 7217145899707580586L
simpleSelector
org.w3c.css.sac.SimpleSelector simpleSelector
condition
org.w3c.css.sac.Condition condition
serialVersionUID: -3620467847449531232L
ancestorSelector
org.w3c.css.sac.Selector ancestorSelector
simpleSelector
org.w3c.css.sac.SimpleSelector simpleSelector
serialVersionUID: -7328602345833826516L
nodeType
short nodeType
selector
org.w3c.css.sac.Selector selector
siblingSelector
org.w3c.css.sac.SimpleSelector siblingSelector
serialVersionUID: 7507121069969409061L
localName
java.lang.String localName
serialVersionUID: 5955662524656167683L
value
java.lang.String value
serialVersionUID: 1701599531953055387L
lang
java.lang.String lang
serialVersionUID: -1371164446179830634L
localName
java.lang.String localName
value
java.lang.String value
serialVersionUID: 1798016773089155610L
value
java.lang.String value
serialVersionUID: 2913936296006875268L
localName
java.lang.String localName
Package com.steadystate.css.sac |
serialVersionUID: -4892920039949256795L
testCaseUri
java.lang.String testCaseUri
Copyright © 2010. All Rights Reserved.