Serialized Form


Package com.steadystate.css.dom

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

serialVersionUID: 7829784704712797815L

Serialized Fields

parentStyleSheet_

CSSStyleSheetImpl parentStyleSheet_

parentRule_

org.w3c.dom.css.CSSRule parentRule_

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

media_

org.w3c.dom.stylesheets.MediaList media_

cssRules_

org.w3c.dom.css.CSSRuleList cssRules_

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

serialVersionUID: 0L

Serialized Fields

userDataMap_

Map<K,V> userDataMap_

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_

org.w3c.css.sac.SelectorList selectors_

style_

org.w3c.dom.css.CSSStyleDeclaration style_

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

serialVersionUID: -2300541300646796363L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
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

top_

org.w3c.dom.css.CSSPrimitiveValue top_

right_

org.w3c.dom.css.CSSPrimitiveValue right_

bottom_

org.w3c.dom.css.CSSPrimitiveValue bottom_

left_

org.w3c.dom.css.CSSPrimitiveValue left_

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 LocatableImpl 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_

String dimension_

functionName_

String functionName_

parameters_

org.w3c.css.sac.LexicalUnit parameters_

stringValue_

String stringValue_

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

serialVersionUID: 1L

Serialized Fields

currentToken

com.steadystate.css.parser.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

String[] tokenImage

eol

String eol

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

serialVersionUID: 7313376916207026333L

Serialized Fields

selectors_

List<E> selectors_

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

serialVersionUID: 1L

Serialized Fields

kind

int kind

beginLine

int beginLine

beginColumn

int beginColumn

endLine

int endLine

endColumn

int endColumn

image

String image

next

com.steadystate.css.parser.Token next

specialToken

com.steadystate.css.parser.Token specialToken

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

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode

Package com.steadystate.css.parser.selectors

Class com.steadystate.css.parser.selectors.AndConditionImpl extends LocatableImpl 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 LocatableImpl implements Serializable

serialVersionUID: 9035418830958954213L

Serialized Fields

localName_

String localName_

value_

String value_

specified_

boolean specified_

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

serialVersionUID: 6552118983276681650L

Serialized Fields

localName_

String localName_

value_

String value_

specified_

boolean specified_

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

serialVersionUID: 4635511567927852889L

Serialized Fields

data_

String data_

Class com.steadystate.css.parser.selectors.ChildSelectorImpl extends LocatableImpl 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 LocatableImpl implements Serializable

serialVersionUID: -2216489300949054242L

Serialized Fields

value_

String value_

Class com.steadystate.css.parser.selectors.ConditionalSelectorImpl extends LocatableImpl 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 LocatableImpl 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 LocatableImpl 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 LocatableImpl implements Serializable

serialVersionUID: 7507121069969409061L

Serialized Fields

localName_

String localName_

Class com.steadystate.css.parser.selectors.GeneralAdjacentSelectorImpl extends LocatableImpl implements Serializable

serialVersionUID: 1292704016876205605L

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.IdConditionImpl extends LocatableImpl implements Serializable

serialVersionUID: 5955662524656167683L

Serialized Fields

value_

String value_

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

serialVersionUID: 1701599531953055387L

Serialized Fields

lang_

String lang_

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

serialVersionUID: -1371164446179830634L

Serialized Fields

localName_

String localName_

value_

String value_

specified_

boolean specified_

Class com.steadystate.css.parser.selectors.PrefixAttributeConditionImpl extends LocatableImpl implements Serializable

serialVersionUID: -6899059242714875011L

Serialized Fields

localName_

String localName_

value_

String value_

specified_

boolean specified_

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

serialVersionUID: 1798016773089155610L

Serialized Fields

value_

String value_

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

serialVersionUID: 2913936296006875268L

Serialized Fields

localName_

String localName_

Class com.steadystate.css.parser.selectors.SubstringAttributeConditionImpl extends LocatableImpl implements Serializable

serialVersionUID: 7628763646156568710L

Serialized Fields

localName_

String localName_

value_

String value_

specified_

boolean specified_

Class com.steadystate.css.parser.selectors.SuffixAttributeConditionImpl extends LocatableImpl implements Serializable

serialVersionUID: -957389472252773926L

Serialized Fields

localName_

String localName_

value_

String value_

specified_

boolean specified_

Package com.steadystate.css.util

Class com.steadystate.css.util.ThrowCssExceptionErrorHandler extends Object implements Serializable

serialVersionUID: -3933638774901855095L



Copyright © 2014. All rights reserved.