Alphabetical Index

_ A B C D E F G H I J K L M N O P R S T U

_

_class(Condition) - method in class org.w3c.flute.parser.Parser
_parseDeclarationBlock() - method in class org.w3c.flute.parser.Parser
_parseImportRule() - method in class org.w3c.flute.parser.Parser
_parseMediaRule() - method in class org.w3c.flute.parser.Parser
_parseNamespaceToken() - method in class org.w3c.flute.parser.Parser
_parseRule() - method in class org.w3c.flute.parser.Parser
The following functions are useful for a DOM CSS implementation only and are not part of the general CSS2 parser.
_parseSelectors() - method in class org.w3c.flute.parser.Parser
_URL - static field in class org.w3c.flute.parser.ParserConstants

A

add_escapes(String) - method in class org.w3c.flute.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - static method in class org.w3c.flute.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int,int) - method in class org.w3c.flute.parser.Generic_CharStream
Method to adjust line and column numbers for the start of a token.
afterImportDeclaration() - method in class org.w3c.flute.parser.Parser
AndConditionImpl - class org.w3c.flute.parser.selectors.AndConditionImpl
AndConditionImpl(Condition,Condition) - constructor for class org.w3c.flute.parser.selectors.AndConditionImpl
Creates a new AndConditionImpl
ANY - static field in class org.w3c.flute.parser.ParserConstants
ATKEYWORD - static field in class org.w3c.flute.parser.ParserConstants
atRuleDeclaration() - method in class org.w3c.flute.parser.Parser
attrib(Condition) - method in class org.w3c.flute.parser.Parser
AttributeConditionImpl - class org.w3c.flute.parser.selectors.AttributeConditionImpl
AttributeConditionImpl(String,String) - constructor for class org.w3c.flute.parser.selectors.AttributeConditionImpl
Creates a new AttributeConditionImpl

B

backup(int) - method in class org.w3c.flute.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - method in class org.w3c.flute.parser.Generic_CharStream
Backs up the input stream by amount steps.
beginColumn - field in class org.w3c.flute.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginHyphenAttributeConditionImpl(String,String) - constructor for class org.w3c.flute.parser.selectors.BeginHyphenAttributeConditionImpl
Creates a new AttributeConditionImpl
beginLine - field in class org.w3c.flute.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - method in class org.w3c.flute.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - method in class org.w3c.flute.parser.Generic_CharStream
Returns the next character that marks the beginning of the next token.
bufpos - field in class org.w3c.flute.parser.Generic_CharStream

C

CDC - static field in class org.w3c.flute.parser.ParserConstants
CDO - static field in class org.w3c.flute.parser.ParserConstants
charset() - method in class org.w3c.flute.parser.Parser
CHARSET_SYM - static field in class org.w3c.flute.parser.ParserConstants
CharStream - interface org.w3c.flute.parser.CharStream
This interface describes a character stream that maintains line and column number positions of the characters.
ChildSelectorImpl - class org.w3c.flute.parser.selectors.ChildSelectorImpl
ChildSelectorImpl(Selector,SimpleSelector) - constructor for class org.w3c.flute.parser.selectors.ChildSelectorImpl
Creates a new ChildSelectorImpl
ClassConditionImpl - class org.w3c.flute.parser.selectors.ClassConditionImpl
ClassConditionImpl(String) - constructor for class org.w3c.flute.parser.selectors.ClassConditionImpl
Creates a new AttributeConditionImpl
CM - static field in class org.w3c.flute.parser.ParserConstants
COLON - static field in class org.w3c.flute.parser.ParserConstants
combinator() - method in class org.w3c.flute.parser.Parser
COMMA - static field in class org.w3c.flute.parser.ParserConstants
ConditionalSelectorImpl - class org.w3c.flute.parser.selectors.ConditionalSelectorImpl
ConditionalSelectorImpl(SimpleSelector,Condition) - constructor for class org.w3c.flute.parser.selectors.ConditionalSelectorImpl
Creates a new ConditionalSelectorImpl
conditionFactory - field in class org.w3c.flute.parser.Parser
ConditionFactoryImpl - class org.w3c.flute.parser.selectors.ConditionFactoryImpl
createAndCondition(Condition,Condition) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates an and condition
createAnyNodeSelector() - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates an any node selector.
createAttributeCondition(String,String,boolean,String) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
creates an attribute condition
Creates a "begin hyphen" attribute condition
createCDataSectionSelector(String) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates a cdata section node selector.
createChildSelector(Selector,SimpleSelector) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates a child selector.
createClassCondition(String,String) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates a class condition
createCommentSelector(String) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates a comment node selector.
createConditionalSelector(SimpleSelector,Condition) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates a conditional selector.
createContentCondition(String) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates a content condition
createDescendantSelector(Selector,SimpleSelector) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates a descendant selector.
Creates a direct adjacent selector.
createElementSelector(String,String) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates an element selector.
createIdCondition(String) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates an id condition
createLangCondition(String) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates a lang condition
createNegativeCondition(Condition) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates a negative condition
createNegativeSelector(SimpleSelector) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates an negative selector.
Creates a "one of" attribute condition
createOnlyChildCondition() - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates a "only one" child condition
createOnlyTypeCondition() - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates a "only one" type condition
createOrCondition(Condition,Condition) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates an or condition
createPositionalCondition(int,boolean,boolean) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates a positional condition
createProcessingInstructionSelector(String,String) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates a processing instruction node selector.
createPseudoClassCondition(String,String) - method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
Creates a pseudo class condition
createPseudoElementSelector(String,String) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates a pseudo element selector.
createRootNodeSelector() - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates an root node selector.
createTextNodeSelector(String) - method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
Creates a text node selector.
curChar - field in class org.w3c.flute.parser.ParserTokenManager
currentToken - field in class org.w3c.flute.parser.ParseException
This is the last token that has been consumed successfully.

D

D - static field in class org.w3c.flute.parser.ParserConstants
DASHMATCH - static field in class org.w3c.flute.parser.ParserConstants
debugStream - field in class org.w3c.flute.parser.ParserTokenManager
declaration() - method in class org.w3c.flute.parser.Parser
DEFAULT - static field in class org.w3c.flute.parser.ParserConstants
DEG - static field in class org.w3c.flute.parser.ParserConstants
DescendantSelectorImpl - class org.w3c.flute.parser.selectors.DescendantSelectorImpl
DescendantSelectorImpl(Selector,SimpleSelector) - constructor for class org.w3c.flute.parser.selectors.DescendantSelectorImpl
Creates a new DescendantSelectorImpl
DIMEN - static field in class org.w3c.flute.parser.ParserConstants
DirectAdjacentSelectorImpl - class org.w3c.flute.parser.selectors.DirectAdjacentSelectorImpl
DirectAdjacentSelectorImpl(Selector,SimpleSelector) - constructor for class org.w3c.flute.parser.selectors.DirectAdjacentSelectorImpl
Creates a new DescendantSelectorImpl
disable_tracing() - method in class org.w3c.flute.parser.Parser
DIV - static field in class org.w3c.flute.parser.ParserConstants
documentHandler - field in class org.w3c.flute.parser.Parser
Done() - method in class org.w3c.flute.parser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - method in class org.w3c.flute.parser.Generic_CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
DOT - static field in class org.w3c.flute.parser.ParserConstants

E

element_name() - method in class org.w3c.flute.parser.Parser
ElementSelectorImpl - class org.w3c.flute.parser.selectors.ElementSelectorImpl
ElementSelectorImpl(String) - constructor for class org.w3c.flute.parser.selectors.ElementSelectorImpl
Creates a new ElementSelectorImpl
EMS - static field in class org.w3c.flute.parser.ParserConstants
enable_tracing() - method in class org.w3c.flute.parser.Parser
Encoding - class org.w3c.flute.util.Encoding
endColumn - field in class org.w3c.flute.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - field in class org.w3c.flute.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - static field in class org.w3c.flute.parser.ParserConstants
eol - field in class org.w3c.flute.parser.ParseException
The end of line string for this machine.
EQ - static field in class org.w3c.flute.parser.ParserConstants
errorHandler - field in class org.w3c.flute.parser.Parser
ESCAPE - static field in class org.w3c.flute.parser.ParserConstants
expectedTokenSequences - field in class org.w3c.flute.parser.ParseException
Each entry in this array is an array of integers.
expr() - method in class org.w3c.flute.parser.Parser
EXS - static field in class org.w3c.flute.parser.ParserConstants

F

FONT_FACE_SYM - static field in class org.w3c.flute.parser.ParserConstants
fontFace() - method in class org.w3c.flute.parser.Parser
FUNCTION - static field in class org.w3c.flute.parser.ParserConstants
function(char,org.w3c.flute.parser.LexicalUnitImpl) - method in class org.w3c.flute.parser.Parser
Handle all CSS2 functions.

G

generateParseException() - method in class org.w3c.flute.parser.Parser
Generic_CharStream - class org.w3c.flute.parser.Generic_CharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Generic_CharStream(java.io.Reader,int,int) - constructor for class org.w3c.flute.parser.Generic_CharStream
Generic_CharStream(java.io.Reader,int,int,int) - constructor for class org.w3c.flute.parser.Generic_CharStream
getAncestorSelector() - method in class org.w3c.flute.parser.selectors.ChildSelectorImpl
Returns the parent selector.
getAncestorSelector() - method in class org.w3c.flute.parser.selectors.DescendantSelectorImpl
Returns the parent selector.
getBeginColumn() - method in class org.w3c.flute.parser.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - method in class org.w3c.flute.parser.Generic_CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - method in class org.w3c.flute.parser.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - method in class org.w3c.flute.parser.Generic_CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getColumn() - method in class org.w3c.flute.parser.CharStream
Returns the column position of the character last read.
getColumn() - method in class org.w3c.flute.parser.Generic_CharStream
getColumnNumber() - method in class org.w3c.flute.parser.LocatorImpl
getCondition() - method in class org.w3c.flute.parser.selectors.ConditionalSelectorImpl
Returns the condition to be applied on the simple selector.
getConditionType() - method in class org.w3c.flute.parser.selectors.AndConditionImpl
An integer indicating the type of Condition.
getConditionType() - method in class org.w3c.flute.parser.selectors.AttributeConditionImpl
An integer indicating the type of Condition.
getConditionType() - method in class org.w3c.flute.parser.selectors.BeginHyphenAttributeConditionImpl
An integer indicating the type of Condition.
getConditionType() - method in class org.w3c.flute.parser.selectors.ClassConditionImpl
An integer indicating the type of Condition.
getConditionType() - method in class org.w3c.flute.parser.selectors.IdConditionImpl
An integer indicating the type of Condition.
getConditionType() - method in class org.w3c.flute.parser.selectors.LangConditionImpl
An integer indicating the type of Condition.
getConditionType() - method in class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
An integer indicating the type of Condition.
getConditionType() - method in class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
An integer indicating the type of Condition.
getEndColumn() - method in class org.w3c.flute.parser.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - method in class org.w3c.flute.parser.Generic_CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - method in class org.w3c.flute.parser.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - method in class org.w3c.flute.parser.Generic_CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getFirstCondition() - method in class org.w3c.flute.parser.selectors.AndConditionImpl
Returns the first condition.
GetImage() - method in class org.w3c.flute.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - method in class org.w3c.flute.parser.Generic_CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
getJavaEncoding(String) - static method in class org.w3c.flute.util.Encoding
Converts the format encoding information into Java encoding information.
getLang() - method in class org.w3c.flute.parser.selectors.LangConditionImpl
Returns the language
getLength() - method in class org.w3c.flute.parser.MediaListImpl
getLine() - method in class org.w3c.flute.parser.CharStream
Returns the line number of the character last read.
getLine() - method in class org.w3c.flute.parser.Generic_CharStream
getLineNumber() - method in class org.w3c.flute.parser.LocatorImpl
getLocalName() - method in class org.w3c.flute.parser.selectors.AttributeConditionImpl
Returns the local part of the qualified name of this attribute.
getLocalName() - method in class org.w3c.flute.parser.selectors.BeginHyphenAttributeConditionImpl
Returns the local part of the qualified name of this attribute.
getLocalName() - method in class org.w3c.flute.parser.selectors.ClassConditionImpl
Returns the local part of the qualified name of this attribute.
getLocalName() - method in class org.w3c.flute.parser.selectors.ElementSelectorImpl
Returns the local part of the qualified name of this element.
getLocalName() - method in class org.w3c.flute.parser.selectors.IdConditionImpl
Returns the local part of the qualified name of this attribute.
getLocalName() - method in class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
Returns the local part of the qualified name of this attribute.
getLocalName() - method in class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
Returns the local part of the qualified name of this attribute.
getLocalName() - method in class org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
Returns the local part of the qualified name of this element.
getMessage() - method in class org.w3c.flute.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - method in class org.w3c.flute.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNamespaceURI() - method in class org.w3c.flute.parser.selectors.AttributeConditionImpl
Returns the namespace URI of this attribute condition.
getNamespaceURI() - method in class org.w3c.flute.parser.selectors.BeginHyphenAttributeConditionImpl
Returns the namespace URI of this attribute condition.
getNamespaceURI() - method in class org.w3c.flute.parser.selectors.ClassConditionImpl
Returns the namespace URI of this attribute condition.
getNamespaceURI() - method in class org.w3c.flute.parser.selectors.ElementSelectorImpl
Returns the namespace URI of this element selector.
getNamespaceURI() - method in class org.w3c.flute.parser.selectors.IdConditionImpl
Returns the namespace URI of this attribute condition.
getNamespaceURI() - method in class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
Returns the namespace URI of this attribute condition.
getNamespaceURI() - method in class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
Returns the namespace URI of this attribute condition.
getNamespaceURI() - method in class org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
Returns the namespace URI of this element selector.
getNextToken() - method in class org.w3c.flute.parser.Parser
getNextToken() - method in class org.w3c.flute.parser.ParserTokenManager
getNodeType() - method in class org.w3c.flute.parser.selectors.DirectAdjacentSelectorImpl
getParserVersion() - method in class org.w3c.flute.parser.Parser
This methods returns "http://www.w3.org/TR/REC-CSS2".
getSecondCondition() - method in class org.w3c.flute.parser.selectors.AndConditionImpl
Returns the second condition.
getSelector() - method in class org.w3c.flute.parser.selectors.DirectAdjacentSelectorImpl
Returns the parent selector.
getSelectorType() - method in class org.w3c.flute.parser.selectors.ChildSelectorImpl
An integer indicating the type of Selector
getSelectorType() - method in class org.w3c.flute.parser.selectors.ConditionalSelectorImpl
An integer indicating the type of Selector
getSelectorType() - method in class org.w3c.flute.parser.selectors.DescendantSelectorImpl
An integer indicating the type of Selector
getSelectorType() - method in class org.w3c.flute.parser.selectors.DirectAdjacentSelectorImpl
An integer indicating the type of Selector
getSelectorType() - method in class org.w3c.flute.parser.selectors.ElementSelectorImpl
An integer indicating the type of Selector
getSelectorType() - method in class org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
An integer indicating the type of Selector
getSiblingSelector() - method in class org.w3c.flute.parser.selectors.DirectAdjacentSelectorImpl
getSimpleSelector() - method in class org.w3c.flute.parser.selectors.ChildSelectorImpl
getSimpleSelector() - method in class org.w3c.flute.parser.selectors.ConditionalSelectorImpl
Returns the simple selector.
getSimpleSelector() - method in class org.w3c.flute.parser.selectors.DescendantSelectorImpl
getSpecified() - method in class org.w3c.flute.parser.selectors.AttributeConditionImpl
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getSpecified() - method in class org.w3c.flute.parser.selectors.BeginHyphenAttributeConditionImpl
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getSpecified() - method in class org.w3c.flute.parser.selectors.ClassConditionImpl
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getSpecified() - method in class org.w3c.flute.parser.selectors.IdConditionImpl
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getSpecified() - method in class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getSpecified() - method in class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
Returns true if the attribute must have an explicit value in the original document, false otherwise.
GetSuffix(int) - method in class org.w3c.flute.parser.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - method in class org.w3c.flute.parser.Generic_CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
getToken(int) - method in class org.w3c.flute.parser.Parser
getURI() - method in class org.w3c.flute.parser.LocatorImpl
getValue() - method in class org.w3c.flute.parser.selectors.AttributeConditionImpl
Returns the value of the attribute.
getValue() - method in class org.w3c.flute.parser.selectors.BeginHyphenAttributeConditionImpl
Returns the value of the attribute.
getValue() - method in class org.w3c.flute.parser.selectors.ClassConditionImpl
Returns the value of the attribute.
getValue() - method in class org.w3c.flute.parser.selectors.IdConditionImpl
Returns the value of the attribute.
getValue() - method in class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
Returns the value of the attribute.
getValue() - method in class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
Returns the value of the attribute.
GRAD - static field in class org.w3c.flute.parser.ParserConstants

H

H - static field in class org.w3c.flute.parser.ParserConstants
HASH - static field in class org.w3c.flute.parser.ParserConstants
hash(Condition) - method in class org.w3c.flute.parser.Parser
hexcolor(org.w3c.flute.parser.LexicalUnitImpl) - method in class org.w3c.flute.parser.Parser
HZ - static field in class org.w3c.flute.parser.ParserConstants

I

IdConditionImpl - class org.w3c.flute.parser.selectors.IdConditionImpl
IdConditionImpl(String) - constructor for class org.w3c.flute.parser.selectors.IdConditionImpl
Creates a new AttributeConditionImpl
IDENT - static field in class org.w3c.flute.parser.ParserConstants
ignoreStatement() - method in class org.w3c.flute.parser.Parser
image - field in class org.w3c.flute.parser.Token
The string image of the token.
IMPORT_SYM - static field in class org.w3c.flute.parser.ParserConstants
IMPORTANT_SYM - static field in class org.w3c.flute.parser.ParserConstants
importDeclaration() - method in class org.w3c.flute.parser.Parser
The import statement
IN - static field in class org.w3c.flute.parser.ParserConstants
IN_COMMENT - static field in class org.w3c.flute.parser.ParserConstants
INCLUDES - static field in class org.w3c.flute.parser.ParserConstants
input_stream - field in class org.w3c.flute.parser.ParserTokenManager
item(int) - method in class org.w3c.flute.parser.MediaListImpl

J

jj_nt - field in class org.w3c.flute.parser.Parser
jjFillToken() - method in class org.w3c.flute.parser.ParserTokenManager
jjnewLexState - static field in class org.w3c.flute.parser.ParserTokenManager
jjstrLiteralImages - static field in class org.w3c.flute.parser.ParserTokenManager
JumpException - class org.w3c.flute.parser.JumpException
JumpException() - constructor for class org.w3c.flute.parser.JumpException
Creates a new JumpException

K

KHZ - static field in class org.w3c.flute.parser.ParserConstants
kind - field in class org.w3c.flute.parser.Token
An integer that describes the kind of this token.

L

LangConditionImpl - class org.w3c.flute.parser.selectors.LangConditionImpl
LangConditionImpl(String) - constructor for class org.w3c.flute.parser.selectors.LangConditionImpl
Creates a new LangConditionImpl
LBRACE - static field in class org.w3c.flute.parser.ParserConstants
LBRACKET - static field in class org.w3c.flute.parser.ParserConstants
LexicalError(boolean,int,int,int,String,char) - static method in class org.w3c.flute.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - static field in class org.w3c.flute.parser.ParserTokenManager
LocatorImpl - class org.w3c.flute.parser.LocatorImpl
LocatorImpl(org.w3c.flute.parser.Parser) - constructor for class org.w3c.flute.parser.LocatorImpl
Creates a new LocatorImpl
LocatorImpl(org.w3c.flute.parser.Parser,int,int) - constructor for class org.w3c.flute.parser.LocatorImpl
Reinitializes a LocatorImpl
Reinitializes a LocatorImpl
lookingAhead - field in class org.w3c.flute.parser.Parser
LPARAN - static field in class org.w3c.flute.parser.ParserConstants

M

media() - method in class org.w3c.flute.parser.Parser
MEDIA_SYM - static field in class org.w3c.flute.parser.ParserConstants
MediaListImpl - class org.w3c.flute.parser.MediaListImpl
mediaStatement(org.w3c.flute.parser.MediaListImpl) - method in class org.w3c.flute.parser.Parser
medium() - method in class org.w3c.flute.parser.Parser
MINUS - static field in class org.w3c.flute.parser.ParserConstants
MM - static field in class org.w3c.flute.parser.ParserConstants
MS - static field in class org.w3c.flute.parser.ParserConstants

N

NAME - static field in class org.w3c.flute.parser.ParserConstants
NAMESPACE_IDENT - static field in class org.w3c.flute.parser.ParserConstants
NAMESPACE_SYM - static field in class org.w3c.flute.parser.ParserConstants
namespaceDeclaration() - method in class org.w3c.flute.parser.Parser
The namespace statement
newToken(int) - static method in class org.w3c.flute.parser.Token
Returns a new Token object, by default.
next - field in class org.w3c.flute.parser.Token
A reference to the next regular (non-special) token from the input stream.
NMCHAR - static field in class org.w3c.flute.parser.ParserConstants
NMSTART - static field in class org.w3c.flute.parser.ParserConstants
NNAME - static field in class org.w3c.flute.parser.ParserConstants
NONASCII - static field in class org.w3c.flute.parser.ParserConstants
NUMBER - static field in class org.w3c.flute.parser.ParserConstants

O

OneOfAttributeConditionImpl - class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
OneOfAttributeConditionImpl(String,String) - constructor for class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
Creates a new AttributeConditionImpl
operator(org.w3c.flute.parser.LexicalUnitImpl) - method in class org.w3c.flute.parser.Parser

P

page() - method in class org.w3c.flute.parser.Parser
PAGE_SYM - static field in class org.w3c.flute.parser.ParserConstants
ParseException - class org.w3c.flute.parser.ParseException
This exception is thrown when parse errors are encountered.
ParseException() - constructor for class org.w3c.flute.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(String) - constructor for class org.w3c.flute.parser.ParseException
parseImportRule(InputSource) - method in class org.w3c.flute.parser.Parser
Parse methods used by DOM Level 2 implementation.
parseMediaRule(InputSource) - method in class org.w3c.flute.parser.Parser
parseNamespaceToken(InputSource) - method in class org.w3c.flute.parser.Parser
parsePriority(InputSource) - method in class org.w3c.flute.parser.Parser
parsePropertyValue(InputSource) - method in class org.w3c.flute.parser.Parser
Parser - class org.w3c.flute.parser.Parser
A CSS2 parser
Parser() - constructor for class org.w3c.flute.parser.Parser
Creates a new Parser
Parser(org.w3c.flute.parser.CharStream) - constructor for class org.w3c.flute.parser.Parser
Parser(org.w3c.flute.parser.ParserTokenManager) - constructor for class org.w3c.flute.parser.Parser
ParserConstants - interface org.w3c.flute.parser.ParserConstants
ParserTokenManager - class org.w3c.flute.parser.ParserTokenManager
ParserTokenManager(org.w3c.flute.parser.CharStream) - constructor for class org.w3c.flute.parser.ParserTokenManager
parseRule(InputSource) - method in class org.w3c.flute.parser.Parser
This method parses only one rule (style rule or at-rule, except @charset).
parserUnit() - method in class org.w3c.flute.parser.Parser
The main entry for the parser.
parseSelectors(InputSource) - method in class org.w3c.flute.parser.Parser
parseStyleDeclaration(InputSource) - method in class org.w3c.flute.parser.Parser
This method parses a style declaration (including the surrounding curly braces).
parseStyleSheet(InputSource) - method in class org.w3c.flute.parser.Parser
Main parse methods
parseStyleSheet(String) - method in class org.w3c.flute.parser.Parser
Convenient method for URIs.
PC - static field in class org.w3c.flute.parser.ParserConstants
PERCENTAGE - static field in class org.w3c.flute.parser.ParserConstants
PLUS - static field in class org.w3c.flute.parser.ParserConstants
PRECEDES - static field in class org.w3c.flute.parser.ParserConstants
prio() - method in class org.w3c.flute.parser.Parser
property() - method in class org.w3c.flute.parser.Parser
pseudo(Condition) - method in class org.w3c.flute.parser.Parser
pseudo_page() - method in class org.w3c.flute.parser.Parser
PseudoClassConditionImpl - class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
PseudoClassConditionImpl(String) - constructor for class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
Creates a new AttributeConditionImpl
PseudoElementSelectorImpl - class org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
PseudoElementSelectorImpl(String) - constructor for class org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
Creates a new ElementSelectorImpl
pseudoElt - field in class org.w3c.flute.parser.Parser
PT - static field in class org.w3c.flute.parser.ParserConstants
PX - static field in class org.w3c.flute.parser.ParserConstants

R

RAD - static field in class org.w3c.flute.parser.ParserConstants
RANGE - static field in class org.w3c.flute.parser.ParserConstants
RANGE0 - static field in class org.w3c.flute.parser.ParserConstants
RANGE1 - static field in class org.w3c.flute.parser.ParserConstants
RANGE2 - static field in class org.w3c.flute.parser.ParserConstants
RANGE3 - static field in class org.w3c.flute.parser.ParserConstants
RANGE4 - static field in class org.w3c.flute.parser.ParserConstants
RANGE5 - static field in class org.w3c.flute.parser.ParserConstants
RANGE6 - static field in class org.w3c.flute.parser.ParserConstants
RBRACE - static field in class org.w3c.flute.parser.ParserConstants
RBRACKET - static field in class org.w3c.flute.parser.ParserConstants
readChar() - method in class org.w3c.flute.parser.CharStream
Returns the next character from the selected input.
readChar() - method in class org.w3c.flute.parser.Generic_CharStream
Returns the next character from the selected input.
ReInit(java.io.Reader,int,int) - method in class org.w3c.flute.parser.Generic_CharStream
ReInit(java.io.Reader,int,int,int) - method in class org.w3c.flute.parser.Generic_CharStream
ReInit(org.w3c.flute.parser.CharStream) - method in class org.w3c.flute.parser.Parser
ReInit(org.w3c.flute.parser.CharStream) - method in class org.w3c.flute.parser.ParserTokenManager
reInit(org.w3c.flute.parser.Parser) - method in class org.w3c.flute.parser.LocatorImpl
Reinitializes a LocatorImpl
reInit(org.w3c.flute.parser.Parser,int,int) - method in class org.w3c.flute.parser.LocatorImpl
Reinitializes a LocatorImpl
Reinitializes a LocatorImpl
ReInit(org.w3c.flute.parser.ParserTokenManager) - method in class org.w3c.flute.parser.Parser
RPARAN - static field in class org.w3c.flute.parser.ParserConstants

S

S - static field in class org.w3c.flute.parser.ParserConstants
SECOND - static field in class org.w3c.flute.parser.ParserConstants
selector() - method in class org.w3c.flute.parser.Parser
selectorFactory - field in class org.w3c.flute.parser.Parser
SelectorFactoryImpl - class org.w3c.flute.parser.selectors.SelectorFactoryImpl
selectorList() - method in class org.w3c.flute.parser.Parser
SEMICOLON - static field in class org.w3c.flute.parser.ParserConstants
setConditionFactory(ConditionFactory) - method in class org.w3c.flute.parser.Parser
setDebugStream(java.io.PrintStream) - method in class org.w3c.flute.parser.ParserTokenManager
setDocumentHandler(DocumentHandler) - method in class org.w3c.flute.parser.Parser
Set the document handler for this parser
setErrorHandler(ErrorHandler) - method in class org.w3c.flute.parser.Parser
Set the error handler for this parser
setLocale(Locale) - method in class org.w3c.flute.parser.Parser
setSelectorFactory(SelectorFactory) - method in class org.w3c.flute.parser.Parser
simple_selector(Selector,char) - method in class org.w3c.flute.parser.Parser
skipUnknownRule() - method in class org.w3c.flute.parser.Parser
source - field in class org.w3c.flute.parser.Parser
specialConstructor - field in class org.w3c.flute.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - field in class org.w3c.flute.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - static field in class org.w3c.flute.parser.Generic_CharStream
STRING - static field in class org.w3c.flute.parser.ParserConstants
STRINGCHAR - static field in class org.w3c.flute.parser.ParserConstants
styleRule() - method in class org.w3c.flute.parser.Parser
SwitchTo(int) - method in class org.w3c.flute.parser.ParserTokenManager

T

term(org.w3c.flute.parser.LexicalUnitImpl) - method in class org.w3c.flute.parser.Parser
Token - class org.w3c.flute.parser.Token
Describes the input token stream.
token - field in class org.w3c.flute.parser.Parser
token_source - field in class org.w3c.flute.parser.Parser
tokenImage - field in class org.w3c.flute.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - static field in class org.w3c.flute.parser.ParserConstants
TokenMgrError - class org.w3c.flute.parser.TokenMgrError
TokenMgrError() - constructor for class org.w3c.flute.parser.TokenMgrError
TokenMgrError(boolean,int,int,int,String,char,int) - constructor for class org.w3c.flute.parser.TokenMgrError
TokenMgrError(String,int) - constructor for class org.w3c.flute.parser.TokenMgrError
toString() - method in class org.w3c.flute.parser.MediaListImpl
Returns a string representation of this object.
toString() - method in class org.w3c.flute.parser.Token
Returns the image.

U

unaryOperator() - method in class org.w3c.flute.parser.Parser
UNI - static field in class org.w3c.flute.parser.ParserConstants
UNICODE - static field in class org.w3c.flute.parser.ParserConstants
unicode(org.w3c.flute.parser.LexicalUnitImpl) - method in class org.w3c.flute.parser.Parser
UNICODERANGE - static field in class org.w3c.flute.parser.ParserConstants
UNKNOWN - static field in class org.w3c.flute.parser.ParserConstants
URL - static field in class org.w3c.flute.parser.ParserConstants
url(org.w3c.flute.parser.LexicalUnitImpl) - method in class org.w3c.flute.parser.Parser