Serialized Form


Package com.steadystate.css.dom

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

serialVersionUID: 7996279151817598904L

Serialized Fields

identifier

java.lang.String identifier

listStyle

java.lang.String listStyle

separator

java.lang.String separator

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

serialVersionUID: 6769757755750030077L

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

serialVersionUID: -2472209213089007127L

Serialized Fields

encoding

java.lang.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

java.lang.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

java.lang.String ident

pseudoPage

java.lang.String pseudoPage

style

org.w3c.dom.css.CSSStyleDeclaration style

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

serialVersionUID: -1269068897476453290L

Serialized Fields

rules

java.util.List<E> rules

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

serialVersionUID: -2373755821317100189L

Serialized Fields

parentRule

org.w3c.dom.css.CSSRule parentRule

properties

java.util.List<E> properties

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

serialVersionUID: -697009251364657426L

Serialized Fields

selectors

org.w3c.css.sac.SelectorList selectors

style

org.w3c.dom.css.CSSStyleDeclaration style

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

serialVersionUID: -2300541300646796363L

Serialized Fields

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

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

serialVersionUID: -268104019127675990L

Serialized Fields

text

java.lang.String text

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

serialVersionUID: 406281136418322579L

Serialized Fields

_value

java.lang.Object _value

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

serialVersionUID: 7365733663951145145L

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

serialVersionUID: 6662784733573034870L

Serialized Fields

media

java.util.List<E> media

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

serialVersionUID: 8720637891949104989L

Serialized Fields

name

java.lang.String name

value

org.w3c.dom.css.CSSValue value

important

boolean important

Class com.steadystate.css.dom.RectImpl extends java.lang.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 java.lang.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 java.lang.Object implements Serializable

serialVersionUID: -7260032046960116891L

Serialized Fields

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

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

serialVersionUID: 2240824537064705530L

Serialized Fields

uri

java.lang.String uri

lineNumber

int lineNumber

columnNumber

int columnNumber

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

serialVersionUID: 1L

Serialized Fields

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.

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

serialVersionUID: 7313376916207026333L

Serialized Fields

selectors

java.util.List<E> selectors

Class com.steadystate.css.parser.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

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

serialVersionUID: 1L

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 java.lang.Object implements Serializable

serialVersionUID: -3180583860092672742L

Serialized Fields

firstCondition

org.w3c.css.sac.Condition firstCondition

secondCondition

org.w3c.css.sac.Condition secondCondition

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

serialVersionUID: 9035418830958954213L

Serialized Fields

localName

java.lang.String localName

value

java.lang.String value

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

serialVersionUID: 6552118983276681650L

Serialized Fields

localName

java.lang.String localName

value

java.lang.String value

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

serialVersionUID: 4635511567927852889L

Serialized Fields

data

java.lang.String data

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

serialVersionUID: -5843289529637921083L

Serialized Fields

ancestorSelector

org.w3c.css.sac.Selector ancestorSelector

simpleSelector

org.w3c.css.sac.SimpleSelector simpleSelector

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

serialVersionUID: -2216489300949054242L

Serialized Fields

value

java.lang.String value

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

serialVersionUID: 7217145899707580586L

Serialized Fields

simpleSelector

org.w3c.css.sac.SimpleSelector simpleSelector

condition

org.w3c.css.sac.Condition condition

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

serialVersionUID: -3620467847449531232L

Serialized Fields

ancestorSelector

org.w3c.css.sac.Selector ancestorSelector

simpleSelector

org.w3c.css.sac.SimpleSelector simpleSelector

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

serialVersionUID: -7328602345833826516L

Serialized Fields

nodeType

short nodeType

selector

org.w3c.css.sac.Selector selector

siblingSelector

org.w3c.css.sac.SimpleSelector siblingSelector

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

serialVersionUID: 7507121069969409061L

Serialized Fields

localName

java.lang.String localName

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

serialVersionUID: 5955662524656167683L

Serialized Fields

value

java.lang.String value

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

serialVersionUID: 1701599531953055387L

Serialized Fields

lang

java.lang.String lang

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

serialVersionUID: -1371164446179830634L

Serialized Fields

localName

java.lang.String localName

value

java.lang.String value

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

serialVersionUID: 1798016773089155610L

Serialized Fields

value

java.lang.String value

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

serialVersionUID: 2913936296006875268L

Serialized Fields

localName

java.lang.String localName

Package com.steadystate.css.sac

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

serialVersionUID: -4892920039949256795L

Serialized Fields

testCaseUri

java.lang.String testCaseUri



Copyright © 2010. All Rights Reserved.