Serialized Form


Package com.steadystate.css.dom

Class com.steadystate.css.dom.CounterImpl extends Object implements Serializable

serialVersionUID: 7996279151817598904L

Serialized Fields

identifier

String identifier

listStyle

String listStyle

separator

String separator

Class com.steadystate.css.dom.CSS2PropertiesImpl extends Object implements Serializable

serialVersionUID: 6769757755750030077L

Class com.steadystate.css.dom.CSSCharsetRuleImpl extends AbstractCSSRuleImpl implements Serializable

serialVersionUID: -2472209213089007127L

Serialized Fields

encoding

String encoding

Class com.steadystate.css.dom.CSSFontFaceRuleImpl extends AbstractCSSRuleImpl implements Serializable

serialVersionUID: -3604191834588759088L

Serialized Fields

style

CSSStyleDeclarationImpl style

Class com.steadystate.css.dom.CSSImportRuleImpl extends AbstractCSSRuleImpl implements Serializable

serialVersionUID: 7807829682009179339L

Serialized Fields

href

String href

media

org.w3c.dom.stylesheets.MediaList media

Class com.steadystate.css.dom.CSSMediaRuleImpl extends AbstractCSSRuleImpl implements Serializable

serialVersionUID: 6603734096445214651L

Serialized Fields

media

org.w3c.dom.stylesheets.MediaList media

cssRules

org.w3c.dom.css.CSSRuleList cssRules

Class com.steadystate.css.dom.CSSPageRuleImpl extends AbstractCSSRuleImpl implements Serializable

serialVersionUID: -6007519872104320812L

Serialized Fields

ident

String ident

pseudoPage

String pseudoPage

style

org.w3c.dom.css.CSSStyleDeclaration style

Class com.steadystate.css.dom.CSSRuleListImpl extends Object implements Serializable

serialVersionUID: -1269068897476453290L

Serialized Fields

rules

List<E> rules

Class com.steadystate.css.dom.CSSStyleDeclarationImpl extends Object implements Serializable

serialVersionUID: -2373755821317100189L

Serialized Fields

parentRule

org.w3c.dom.css.CSSRule parentRule

properties

List<E> properties

Class com.steadystate.css.dom.CSSStyleRuleImpl extends AbstractCSSRuleImpl implements Serializable

serialVersionUID: -697009251364657426L

Serialized Fields

selectors

SelectorList selectors

style

org.w3c.dom.css.CSSStyleDeclaration style

Class com.steadystate.css.dom.CSSStyleSheetImpl extends Object implements Serializable

serialVersionUID: -2300541300646796363L

Serialized Fields

disabled

boolean disabled

ownerNode

Node ownerNode

parentStyleSheet

org.w3c.dom.stylesheets.StyleSheet parentStyleSheet

href

String href

title

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

String baseUri

Class com.steadystate.css.dom.CSSUnknownRuleImpl extends AbstractCSSRuleImpl implements Serializable

serialVersionUID: -268104019127675990L

Serialized Fields

text

String text

Class com.steadystate.css.dom.CSSValueImpl extends CSSOMObjectImpl implements Serializable

serialVersionUID: 406281136418322579L

Serialized Fields

_value

Object _value

Class com.steadystate.css.dom.DOMExceptionImpl extends DOMException implements Serializable

serialVersionUID: 7365733663951145145L

Class com.steadystate.css.dom.MediaListImpl extends CSSOMObjectImpl implements Serializable

serialVersionUID: 6662784733573034870L

Serialized Fields

media

List<E> media

Class com.steadystate.css.dom.Property extends CSSOMObjectImpl implements Serializable

serialVersionUID: 8720637891949104989L

Serialized Fields

name

String name

value

org.w3c.dom.css.CSSValue value

important

boolean important

Class com.steadystate.css.dom.RectImpl extends Object implements Serializable

serialVersionUID: -7031248513917920621L

Serialized Fields

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

Class com.steadystate.css.dom.RGBColorImpl extends Object implements Serializable

serialVersionUID: 8152675334081993160L

Serialized Fields

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

Class com.steadystate.css.parser.LexicalUnitImpl extends Object implements Serializable

serialVersionUID: -7260032046960116891L

Serialized Fields

lexicalUnitType

short lexicalUnitType

nextLexicalUnit

LexicalUnit nextLexicalUnit

previousLexicalUnit

LexicalUnit previousLexicalUnit

floatValue

float floatValue

dimension

String dimension

functionName

String functionName

parameters

LexicalUnit parameters

stringValue

String stringValue

locator

Locator locator

Class com.steadystate.css.parser.LocatorImpl extends Object implements Serializable

serialVersionUID: 2240824537064705530L

Serialized Fields

uri

String uri

lineNumber

int lineNumber

columnNumber

int columnNumber

Class com.steadystate.css.parser.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


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

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

String eol
The end of line string for this machine.

Class com.steadystate.css.parser.SelectorListImpl extends Object implements Serializable

serialVersionUID: 7313376916207026333L

Serialized Fields

selectors

List<E> selectors

Class com.steadystate.css.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

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

Class com.steadystate.css.parser.selectors.AndConditionImpl extends Object implements Serializable

serialVersionUID: -3180583860092672742L

Serialized Fields

firstCondition

Condition firstCondition

secondCondition

Condition secondCondition

Class com.steadystate.css.parser.selectors.AttributeConditionImpl extends Object implements Serializable

serialVersionUID: 9035418830958954213L

Serialized Fields

localName

String localName

value

String value

Class com.steadystate.css.parser.selectors.BeginHyphenAttributeConditionImpl extends Object implements Serializable

serialVersionUID: 6552118983276681650L

Serialized Fields

localName

String localName

value

String value

Class com.steadystate.css.parser.selectors.CharacterDataSelectorImpl extends Object implements Serializable

serialVersionUID: 4635511567927852889L

Serialized Fields

data

String data

Class com.steadystate.css.parser.selectors.ChildSelectorImpl extends Object implements Serializable

serialVersionUID: -5843289529637921083L

Serialized Fields

ancestorSelector

Selector ancestorSelector

simpleSelector

SimpleSelector simpleSelector

Class com.steadystate.css.parser.selectors.ClassConditionImpl extends Object implements Serializable

serialVersionUID: -2216489300949054242L

Serialized Fields

value

String value

Class com.steadystate.css.parser.selectors.ConditionalSelectorImpl extends Object implements Serializable

serialVersionUID: 7217145899707580586L

Serialized Fields

simpleSelector

SimpleSelector simpleSelector

condition

Condition condition

Class com.steadystate.css.parser.selectors.DescendantSelectorImpl extends Object implements Serializable

serialVersionUID: -3620467847449531232L

Serialized Fields

ancestorSelector

Selector ancestorSelector

simpleSelector

SimpleSelector simpleSelector

Class com.steadystate.css.parser.selectors.DirectAdjacentSelectorImpl extends Object implements Serializable

serialVersionUID: -7328602345833826516L

Serialized Fields

nodeType

short nodeType

selector

Selector selector

siblingSelector

SimpleSelector siblingSelector

Class com.steadystate.css.parser.selectors.ElementSelectorImpl extends Object implements Serializable

serialVersionUID: 7507121069969409061L

Serialized Fields

localName

String localName

Class com.steadystate.css.parser.selectors.IdConditionImpl extends Object implements Serializable

serialVersionUID: 5955662524656167683L

Serialized Fields

value

String value

Class com.steadystate.css.parser.selectors.LangConditionImpl extends Object implements Serializable

serialVersionUID: 1701599531953055387L

Serialized Fields

lang

String lang

Class com.steadystate.css.parser.selectors.OneOfAttributeConditionImpl extends Object implements Serializable

serialVersionUID: -1371164446179830634L

Serialized Fields

localName

String localName

value

String value

Class com.steadystate.css.parser.selectors.PseudoClassConditionImpl extends Object implements Serializable

serialVersionUID: 1798016773089155610L

Serialized Fields

value

String value

Class com.steadystate.css.parser.selectors.PseudoElementSelectorImpl extends Object implements Serializable

serialVersionUID: 2913936296006875268L

Serialized Fields

localName

String localName

Package com.steadystate.css.sac

Class com.steadystate.css.sac.TestCSSParseException extends CSSParseException implements Serializable

serialVersionUID: -4892920039949256795L

Serialized Fields

testCaseUri

String testCaseUri



Copyright © 2009. All Rights Reserved.