Serialized Form
-
Package org.htmlunit.cssparser.dom
-
Class org.htmlunit.cssparser.dom.AbstractCSSRuleImpl extends AbstractLocatable implements Serializable
-
Serialized Fields
-
parentRule_
AbstractCSSRuleImpl parentRule_
-
parentStyleSheet_
CSSStyleSheetImpl parentStyleSheet_
-
-
-
Class org.htmlunit.cssparser.dom.CounterImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
identifier_
java.lang.String identifier_
-
listStyle_
java.lang.String listStyle_
-
separator_
java.lang.String separator_
-
-
-
Class org.htmlunit.cssparser.dom.CSSCharsetRuleImpl extends AbstractCSSRuleImpl implements Serializable
-
Serialized Fields
-
encoding_
java.lang.String encoding_
-
-
-
Class org.htmlunit.cssparser.dom.CSSFontFaceRuleImpl extends AbstractCSSRuleImpl implements Serializable
-
Serialized Fields
-
style_
CSSStyleDeclarationImpl style_
-
-
-
Class org.htmlunit.cssparser.dom.CSSImportRuleImpl extends AbstractCSSRuleImpl implements Serializable
-
Serialized Fields
-
href_
java.lang.String href_
-
media_
MediaListImpl media_
-
-
-
Class org.htmlunit.cssparser.dom.CSSMediaRuleImpl extends AbstractCSSRuleImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
cssRules_
CSSRuleListImpl cssRules_
-
mediaList_
MediaListImpl mediaList_
-
-
-
Class org.htmlunit.cssparser.dom.CSSPageRuleImpl extends AbstractCSSRuleImpl implements Serializable
-
Serialized Fields
-
pseudoPage_
java.lang.String pseudoPage_
-
style_
CSSStyleDeclarationImpl style_
-
-
-
Class org.htmlunit.cssparser.dom.CSSRuleListImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
rules_
java.util.List<AbstractCSSRuleImpl> rules_
-
-
-
Class org.htmlunit.cssparser.dom.CSSStyleDeclarationImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
parentRule_
AbstractCSSRuleImpl parentRule_
-
properties_
java.util.List<Property> properties_
-
-
-
Class org.htmlunit.cssparser.dom.CSSStyleRuleImpl extends AbstractCSSRuleImpl implements Serializable
-
Serialized Fields
-
selectors_
SelectorList selectors_
-
style_
CSSStyleDeclarationImpl style_
-
-
-
Class org.htmlunit.cssparser.dom.CSSStyleSheetImpl extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
cssRules_
CSSRuleListImpl cssRules_
-
disabled_
boolean disabled_
-
href_
java.lang.String href_
-
index_
CSSStyleSheetImpl.CSSStyleSheetRuleIndex index_
-
media_
MediaListImpl media_
-
ownerNode_
org.w3c.dom.Node ownerNode_
-
ownerRule_
AbstractCSSRuleImpl ownerRule_
-
title_
java.lang.String title_
-
-
-
Class org.htmlunit.cssparser.dom.CSSUnknownRuleImpl extends AbstractCSSRuleImpl implements Serializable
-
Serialized Fields
-
text_
java.lang.String text_
-
-
-
Class org.htmlunit.cssparser.dom.CSSValueImpl extends AbstractLocatable implements Serializable
-
Serialized Fields
-
value_
java.lang.Object value_
-
-
-
Class org.htmlunit.cssparser.dom.DOMExceptionImpl extends org.w3c.dom.DOMException implements Serializable
-
Class org.htmlunit.cssparser.dom.HSLColorImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
alpha_
CSSValueImpl alpha_
-
commaSeparated_
boolean commaSeparated_
-
function_
java.lang.String function_
-
hue_
CSSValueImpl hue_
-
lightness_
CSSValueImpl lightness_
-
saturation_
CSSValueImpl saturation_
-
-
-
Class org.htmlunit.cssparser.dom.MediaListImpl extends AbstractLocatable implements Serializable
-
Serialized Fields
-
mediaQueries_
java.util.List<MediaQuery> mediaQueries_
-
-
-
Class org.htmlunit.cssparser.dom.Property extends AbstractLocatable implements Serializable
-
Serialized Fields
-
important_
boolean important_
-
name_
java.lang.String name_
-
value_
CSSValueImpl value_
-
-
-
Class org.htmlunit.cssparser.dom.RectImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
bottom_
CSSValueImpl bottom_
-
left_
CSSValueImpl left_
-
right_
CSSValueImpl right_
-
top_
CSSValueImpl top_
-
-
-
Class org.htmlunit.cssparser.dom.RGBColorImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
alpha_
CSSValueImpl alpha_
-
blue_
CSSValueImpl blue_
-
commaSeparated_
boolean commaSeparated_
-
function_
java.lang.String function_
-
green_
CSSValueImpl green_
-
red_
CSSValueImpl red_
-
-
-
-
Package org.htmlunit.cssparser.parser
-
Class org.htmlunit.cssparser.parser.CSSException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code_
CSSException.ErrorCode code_
-
message_
java.lang.String message_
-
-
-
Class org.htmlunit.cssparser.parser.CSSParseException extends CSSException implements Serializable
-
Serialized Fields
-
columnNumber_
int columnNumber_
-
lineNumber_
int lineNumber_
-
uri_
java.lang.String uri_
-
-
-
Class org.htmlunit.cssparser.parser.LexicalUnitImpl extends AbstractLocatable implements Serializable
-
Serialized Fields
-
dimension_
java.lang.String dimension_
-
doubleValue_
double doubleValue_
-
functionName_
java.lang.String functionName_
-
lexicalUnitType_
LexicalUnit.LexicalUnitType lexicalUnitType_
-
nextLexicalUnit_
LexicalUnit nextLexicalUnit_
-
parameters_
LexicalUnit parameters_
-
previousLexicalUnit_
LexicalUnit previousLexicalUnit_
-
stringValue_
java.lang.String stringValue_
-
-
-
Class org.htmlunit.cssparser.parser.Locator extends java.lang.Object implements Serializable
-
Serialized Fields
-
columnNumber_
int columnNumber_
-
lineNumber_
int lineNumber_
-
uri_
java.lang.String uri_
-
-
-
-
Package org.htmlunit.cssparser.parser.condition
-
Class org.htmlunit.cssparser.parser.condition.AttributeCondition extends AbstractLocatable implements Serializable
-
Serialized Fields
-
caseInSensitive_
java.lang.Boolean caseInSensitive_
-
localName_
java.lang.String localName_
-
value_
java.lang.String value_
-
-
-
Class org.htmlunit.cssparser.parser.condition.BeginHyphenAttributeCondition extends AttributeCondition implements Serializable
-
Class org.htmlunit.cssparser.parser.condition.ClassCondition extends AbstractLocatable implements Serializable
-
Serialized Fields
-
value_
java.lang.String value_
-
-
-
Class org.htmlunit.cssparser.parser.condition.IdCondition extends AbstractLocatable implements Serializable
-
Serialized Fields
-
value_
java.lang.String value_
-
-
-
Class org.htmlunit.cssparser.parser.condition.LangCondition extends AbstractLocatable implements Serializable
-
Serialized Fields
-
lang_
java.lang.String lang_
-
-
-
Class org.htmlunit.cssparser.parser.condition.NotPseudoClassCondition extends AbstractLocatable implements Serializable
-
Serialized Fields
-
doubleColon_
boolean doubleColon_
-
selectors_
SelectorList selectors_
-
-
-
Class org.htmlunit.cssparser.parser.condition.OneOfAttributeCondition extends AttributeCondition implements Serializable
-
Class org.htmlunit.cssparser.parser.condition.PrefixAttributeCondition extends AttributeCondition implements Serializable
-
Class org.htmlunit.cssparser.parser.condition.PseudoClassCondition extends AbstractLocatable implements Serializable
-
Serialized Fields
-
doubleColon_
boolean doubleColon_
-
value_
java.lang.String value_
-
-
-
Class org.htmlunit.cssparser.parser.condition.SubstringAttributeCondition extends AttributeCondition implements Serializable
-
Class org.htmlunit.cssparser.parser.condition.SuffixAttributeCondition extends AttributeCondition implements Serializable
-
-
Package org.htmlunit.cssparser.parser.javacc
-
Class org.htmlunit.cssparser.parser.javacc.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 following 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.
-
-
Class org.htmlunit.cssparser.parser.javacc.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
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. -
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 org.htmlunit.cssparser.parser.javacc.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 org.htmlunit.cssparser.parser.media
-
Class org.htmlunit.cssparser.parser.media.MediaQuery extends AbstractLocatable implements Serializable
-
Serialized Fields
-
implicitAll_
boolean implicitAll_
-
isNot_
boolean isNot_
-
isOnly_
boolean isOnly_
-
media_
java.lang.String media_
-
properties_
java.util.List<Property> properties_
-
-
-
-
Package org.htmlunit.cssparser.parser.selector
-
Class org.htmlunit.cssparser.parser.selector.AbstractSelector extends AbstractLocatable implements Serializable
-
Serialized Fields
-
specificity_
SelectorSpecificity specificity_
-
-
-
Class org.htmlunit.cssparser.parser.selector.ChildSelector extends AbstractSelector implements Serializable
-
Serialized Fields
-
ancestorSelector_
Selector ancestorSelector_
-
simpleSelector_
SimpleSelector simpleSelector_
-
-
-
Class org.htmlunit.cssparser.parser.selector.DescendantSelector extends AbstractSelector implements Serializable
-
Serialized Fields
-
ancestorSelector_
Selector ancestorSelector_
-
simpleSelector_
SimpleSelector simpleSelector_
-
-
-
Class org.htmlunit.cssparser.parser.selector.DirectAdjacentSelector extends AbstractSelector implements Serializable
-
Serialized Fields
-
selector_
Selector selector_
-
simpleSelector_
SimpleSelector simpleSelector_
-
-
-
Class org.htmlunit.cssparser.parser.selector.ElementSelector extends AbstractSelector implements Serializable
-
Serialized Fields
-
conditions_
java.util.List<Condition> conditions_
-
localName_
java.lang.String localName_
-
localNameLC_
java.lang.String localNameLC_
-
-
-
Class org.htmlunit.cssparser.parser.selector.GeneralAdjacentSelector extends AbstractSelector implements Serializable
-
Serialized Fields
-
selector_
Selector selector_
-
simpleSelector_
SimpleSelector simpleSelector_
-
-
-
Class org.htmlunit.cssparser.parser.selector.PseudoElementSelector extends AbstractSelector implements Serializable
-
Serialized Fields
-
doubleColon_
boolean doubleColon_
-
localName_
java.lang.String localName_
-
-
-
Class org.htmlunit.cssparser.parser.selector.SelectorListImpl extends AbstractLocatable implements Serializable
-
Serialized Fields
-
selectors_
java.util.List<Selector> selectors_
-
-
-
Class org.htmlunit.cssparser.parser.selector.SelectorSpecificity extends java.lang.Object implements Serializable
-
Serialized Fields
-
classCount_
int classCount_
-
fromStyle_
int fromStyle_
-
idCount_
int idCount_
-
typeCount_
int typeCount_
-
-
-
-
Package org.htmlunit.cssparser.util
-
Class org.htmlunit.cssparser.util.ThrowCssExceptionErrorHandler extends java.lang.Object implements Serializable
-