A B C D E F G H I J K L M N O P R S T U _ 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add_escapes(String) - Method in exception 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 error org.w3c.flute.parser.TokenMgrError
 - 
Replaces unprintable characters by their espaced (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 in org.w3c.flute.parser.selectors
 - AndConditionImpl(Condition, Condition) - Constructor for class org.w3c.flute.parser.selectors.AndConditionImpl
 - 
Creates a new AndConditionImpl
 - ANY - Static variable in interface org.w3c.flute.parser.ParserConstants
 - ATKEYWORD - Static variable in interface 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 in org.w3c.flute.parser.selectors
 - AttributeConditionImpl(String, String) - Constructor for class org.w3c.flute.parser.selectors.AttributeConditionImpl
 - 
Creates a new AttributeConditionImpl
 
B
- backup(int) - Method in interface org.w3c.flute.parser.CharStream
 - 
Backs up the input stream by amount steps.
 - backup(int) - Method in class org.w3c.flute.parser.Generic_CharStream
 - beginColumn - Variable 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 - Class in org.w3c.flute.parser.selectors
 - BeginHyphenAttributeConditionImpl(String, String) - Constructor for class org.w3c.flute.parser.selectors.BeginHyphenAttributeConditionImpl
 - 
Creates a new AttributeConditionImpl
 - beginLine - Variable 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 interface 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
 - bufpos - Variable in class org.w3c.flute.parser.Generic_CharStream
 
C
- CDC - Static variable in interface org.w3c.flute.parser.ParserConstants
 - CDO - Static variable in interface org.w3c.flute.parser.ParserConstants
 - charset() - Method in class org.w3c.flute.parser.Parser
 - CHARSET_SYM - Static variable in interface org.w3c.flute.parser.ParserConstants
 - CharStream - Interface in org.w3c.flute.parser
 - 
This interface describes a character stream that maintains line and column number positions of the characters.
 - ChildSelectorImpl - Class in org.w3c.flute.parser.selectors
 - ChildSelectorImpl(Selector, SimpleSelector) - Constructor for class org.w3c.flute.parser.selectors.ChildSelectorImpl
 - 
Creates a new ChildSelectorImpl
 - ClassConditionImpl - Class in org.w3c.flute.parser.selectors
 - ClassConditionImpl(String) - Constructor for class org.w3c.flute.parser.selectors.ClassConditionImpl
 - 
Creates a new AttributeConditionImpl
 - CM - Static variable in interface org.w3c.flute.parser.ParserConstants
 - COLON - Static variable in interface org.w3c.flute.parser.ParserConstants
 - combinator() - Method in class org.w3c.flute.parser.Parser
 - COMMA - Static variable in interface org.w3c.flute.parser.ParserConstants
 - ConditionalSelectorImpl - Class in org.w3c.flute.parser.selectors
 - ConditionalSelectorImpl(SimpleSelector, Condition) - Constructor for class org.w3c.flute.parser.selectors.ConditionalSelectorImpl
 - 
Creates a new ConditionalSelectorImpl
 - conditionFactory - Variable in class org.w3c.flute.parser.Parser
 - ConditionFactoryImpl - Class in org.w3c.flute.parser.selectors
 - ConditionFactoryImpl() - Constructor for 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
 - createBeginHyphenAttributeCondition(String, String, boolean, String) - Method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
 - 
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.
 - createDirectAdjacentSelector(short, Selector, SimpleSelector) - Method in class org.w3c.flute.parser.selectors.SelectorFactoryImpl
 - 
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.
 - createOneOfAttributeCondition(String, String, boolean, String) - Method in class org.w3c.flute.parser.selectors.ConditionFactoryImpl
 - 
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 - Variable in class org.w3c.flute.parser.ParserTokenManager
 - currentToken - Variable in exception org.w3c.flute.parser.ParseException
 - 
This is the last token that has been consumed successfully.
 
D
- D - Static variable in interface org.w3c.flute.parser.ParserConstants
 - DASHMATCH - Static variable in interface org.w3c.flute.parser.ParserConstants
 - debugStream - Variable in class org.w3c.flute.parser.ParserTokenManager
 - declaration() - Method in class org.w3c.flute.parser.Parser
 - DEFAULT - Static variable in interface org.w3c.flute.parser.ParserConstants
 - DEG - Static variable in interface org.w3c.flute.parser.ParserConstants
 - DescendantSelectorImpl - Class in org.w3c.flute.parser.selectors
 - DescendantSelectorImpl(Selector, SimpleSelector) - Constructor for class org.w3c.flute.parser.selectors.DescendantSelectorImpl
 - 
Creates a new DescendantSelectorImpl
 - DIMEN - Static variable in interface org.w3c.flute.parser.ParserConstants
 - DirectAdjacentSelectorImpl - Class in org.w3c.flute.parser.selectors
 - 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 variable in interface org.w3c.flute.parser.ParserConstants
 - documentHandler - Variable in class org.w3c.flute.parser.Parser
 - Done() - Method in interface 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
 - DOT - Static variable in interface org.w3c.flute.parser.ParserConstants
 
E
- element_name() - Method in class org.w3c.flute.parser.Parser
 - ElementSelectorImpl - Class in org.w3c.flute.parser.selectors
 - ElementSelectorImpl(String) - Constructor for class org.w3c.flute.parser.selectors.ElementSelectorImpl
 - 
Creates a new ElementSelectorImpl
 - EMS - Static variable in interface org.w3c.flute.parser.ParserConstants
 - enable_tracing() - Method in class org.w3c.flute.parser.Parser
 - Encoding - Class in org.w3c.flute.util
 - endColumn - Variable 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 - Variable 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 variable in interface org.w3c.flute.parser.ParserConstants
 - eol - Variable in exception org.w3c.flute.parser.ParseException
 - 
The end of line string for this machine.
 - EQ - Static variable in interface org.w3c.flute.parser.ParserConstants
 - errorHandler - Variable in class org.w3c.flute.parser.Parser
 - ESCAPE - Static variable in interface org.w3c.flute.parser.ParserConstants
 - expectedTokenSequences - Variable in exception 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 variable in interface org.w3c.flute.parser.ParserConstants
 
F
- FONT_FACE_SYM - Static variable in interface org.w3c.flute.parser.ParserConstants
 - fontFace() - Method in class org.w3c.flute.parser.Parser
 - function(char, LexicalUnitImpl) - Method in class org.w3c.flute.parser.Parser
 - 
Handle all CSS2 functions.
 - FUNCTION - Static variable in interface org.w3c.flute.parser.ParserConstants
 
G
- generateParseException() - Method in class org.w3c.flute.parser.Parser
 - Generic_CharStream - Class in org.w3c.flute.parser
 - 
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
 - Generic_CharStream(Reader, int, int) - Constructor for class org.w3c.flute.parser.Generic_CharStream
 - Generic_CharStream(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 interface 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
 - getBeginLine() - Method in interface 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
 - getColumn() - Method in interface org.w3c.flute.parser.CharStream
 - 
Deprecated.
 - getColumn() - Method in class org.w3c.flute.parser.Generic_CharStream
 - 
Deprecated.
 - 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 interface 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
 - getEndLine() - Method in interface 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
 - getFirstCondition() - Method in class org.w3c.flute.parser.selectors.AndConditionImpl
 - 
Returns the first condition.
 - GetImage() - Method in interface 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
 - 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 interface org.w3c.flute.parser.CharStream
 - 
Deprecated.
 - getLine() - Method in class org.w3c.flute.parser.Generic_CharStream
 - 
Deprecated.
 - 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 exception org.w3c.flute.parser.ParseException
 - 
This method has the standard behavior when this object has been created using the standard constructors.
 - getMessage() - Method in error 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
trueif the attribute must have an explicit value in the original document,falseotherwise. - getSpecified() - Method in class org.w3c.flute.parser.selectors.BeginHyphenAttributeConditionImpl
 - 
Returns
trueif the attribute must have an explicit value in the original document,falseotherwise. - getSpecified() - Method in class org.w3c.flute.parser.selectors.ClassConditionImpl
 - 
Returns
trueif the attribute must have an explicit value in the original document,falseotherwise. - getSpecified() - Method in class org.w3c.flute.parser.selectors.IdConditionImpl
 - 
Returns
trueif the attribute must have an explicit value in the original document,falseotherwise. - getSpecified() - Method in class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
 - 
Returns
trueif the attribute must have an explicit value in the original document,falseotherwise. - getSpecified() - Method in class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
 - 
Returns
trueif the attribute must have an explicit value in the original document,falseotherwise. - GetSuffix(int) - Method in interface 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
 - 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 variable in interface org.w3c.flute.parser.ParserConstants
 
H
- H - Static variable in interface org.w3c.flute.parser.ParserConstants
 - hash(Condition) - Method in class org.w3c.flute.parser.Parser
 - HASH - Static variable in interface org.w3c.flute.parser.ParserConstants
 - hexcolor(LexicalUnitImpl) - Method in class org.w3c.flute.parser.Parser
 - HZ - Static variable in interface org.w3c.flute.parser.ParserConstants
 
I
- IdConditionImpl - Class in org.w3c.flute.parser.selectors
 - IdConditionImpl(String) - Constructor for class org.w3c.flute.parser.selectors.IdConditionImpl
 - 
Creates a new AttributeConditionImpl
 - IDENT - Static variable in interface org.w3c.flute.parser.ParserConstants
 - ignoreStatement() - Method in class org.w3c.flute.parser.Parser
 - image - Variable in class org.w3c.flute.parser.Token
 - 
The string image of the token.
 - IMPORT_SYM - Static variable in interface org.w3c.flute.parser.ParserConstants
 - IMPORTANT_SYM - Static variable in interface org.w3c.flute.parser.ParserConstants
 - importDeclaration() - Method in class org.w3c.flute.parser.Parser
 - 
The import statement
 - IN - Static variable in interface org.w3c.flute.parser.ParserConstants
 - IN_COMMENT - Static variable in interface org.w3c.flute.parser.ParserConstants
 - INCLUDES - Static variable in interface org.w3c.flute.parser.ParserConstants
 - input_stream - Variable in class org.w3c.flute.parser.ParserTokenManager
 - item(int) - Method in class org.w3c.flute.parser.MediaListImpl
 
J
- jj_nt - Variable in class org.w3c.flute.parser.Parser
 - jjFillToken() - Method in class org.w3c.flute.parser.ParserTokenManager
 - jjnewLexState - Static variable in class org.w3c.flute.parser.ParserTokenManager
 - jjstrLiteralImages - Static variable in class org.w3c.flute.parser.ParserTokenManager
 - JumpException - Exception in org.w3c.flute.parser
 - JumpException() - Constructor for exception org.w3c.flute.parser.JumpException
 - 
Creates a new JumpException
 
K
- KHZ - Static variable in interface org.w3c.flute.parser.ParserConstants
 - kind - Variable in class org.w3c.flute.parser.Token
 - 
An integer that describes the kind of this token.
 
L
- LangConditionImpl - Class in org.w3c.flute.parser.selectors
 - LangConditionImpl(String) - Constructor for class org.w3c.flute.parser.selectors.LangConditionImpl
 - 
Creates a new LangConditionImpl
 - LBRACE - Static variable in interface org.w3c.flute.parser.ParserConstants
 - LBRACKET - Static variable in interface org.w3c.flute.parser.ParserConstants
 - LexicalError(boolean, int, int, int, String, char) - Static method in error 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 variable in class org.w3c.flute.parser.ParserTokenManager
 - LocatorImpl - Class in org.w3c.flute.parser
 - LocatorImpl(Parser) - Constructor for class org.w3c.flute.parser.LocatorImpl
 - 
Creates a new LocatorImpl
 - LocatorImpl(Parser, int, int) - Constructor for class org.w3c.flute.parser.LocatorImpl
 - 
Reinitializes a LocatorImpl
 - LocatorImpl(Parser, Token) - Constructor for class org.w3c.flute.parser.LocatorImpl
 - 
Reinitializes a LocatorImpl
 - lookingAhead - Variable in class org.w3c.flute.parser.Parser
 - LPARAN - Static variable in interface org.w3c.flute.parser.ParserConstants
 
M
- media() - Method in class org.w3c.flute.parser.Parser
 - MEDIA_SYM - Static variable in interface org.w3c.flute.parser.ParserConstants
 - MediaListImpl - Class in org.w3c.flute.parser
 - MediaListImpl() - Constructor for class org.w3c.flute.parser.MediaListImpl
 - mediaStatement(MediaListImpl) - Method in class org.w3c.flute.parser.Parser
 - medium() - Method in class org.w3c.flute.parser.Parser
 - MINUS - Static variable in interface org.w3c.flute.parser.ParserConstants
 - MM - Static variable in interface org.w3c.flute.parser.ParserConstants
 - MS - Static variable in interface org.w3c.flute.parser.ParserConstants
 
N
- NAME - Static variable in interface org.w3c.flute.parser.ParserConstants
 - NAMESPACE_IDENT - Static variable in interface org.w3c.flute.parser.ParserConstants
 - NAMESPACE_SYM - Static variable in interface 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 - Variable in class org.w3c.flute.parser.Token
 - 
A reference to the next regular (non-special) token from the input stream.
 - NMCHAR - Static variable in interface org.w3c.flute.parser.ParserConstants
 - NMSTART - Static variable in interface org.w3c.flute.parser.ParserConstants
 - NNAME - Static variable in interface org.w3c.flute.parser.ParserConstants
 - NONASCII - Static variable in interface org.w3c.flute.parser.ParserConstants
 - NUMBER - Static variable in interface org.w3c.flute.parser.ParserConstants
 
O
- OneOfAttributeConditionImpl - Class in org.w3c.flute.parser.selectors
 - OneOfAttributeConditionImpl(String, String) - Constructor for class org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
 - 
Creates a new AttributeConditionImpl
 - operator(LexicalUnitImpl) - Method in class org.w3c.flute.parser.Parser
 - org.w3c.flute.parser - package org.w3c.flute.parser
 - org.w3c.flute.parser.selectors - package org.w3c.flute.parser.selectors
 - org.w3c.flute.util - package org.w3c.flute.util
 
P
- page() - Method in class org.w3c.flute.parser.Parser
 - PAGE_SYM - Static variable in interface org.w3c.flute.parser.ParserConstants
 - ParseException - Exception in org.w3c.flute.parser
 - 
This exception is thrown when parse errors are encountered.
 - ParseException() - Constructor for exception org.w3c.flute.parser.ParseException
 - 
The following constructors are for use by you for whatever purpose you can think of.
 - ParseException(String) - Constructor for exception org.w3c.flute.parser.ParseException
 - ParseException(Token, int[][], String[]) - Constructor for exception org.w3c.flute.parser.ParseException
 - 
This constructor is used by the method "generateParseException" in the generated parser.
 - 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 in org.w3c.flute.parser
 - 
A CSS2 parser
 - Parser() - Constructor for class org.w3c.flute.parser.Parser
 - 
Creates a new Parser
 - Parser(CharStream) - Constructor for class org.w3c.flute.parser.Parser
 - Parser(ParserTokenManager) - Constructor for class org.w3c.flute.parser.Parser
 - ParserConstants - Interface in org.w3c.flute.parser
 - ParserTokenManager - Class in org.w3c.flute.parser
 - ParserTokenManager(CharStream) - Constructor for class org.w3c.flute.parser.ParserTokenManager
 - ParserTokenManager(CharStream, int) - 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(String) - Method in class org.w3c.flute.parser.Parser
 - 
Convenient method for URIs.
 - parseStyleSheet(InputSource) - Method in class org.w3c.flute.parser.Parser
 - 
Main parse methods
 - PC - Static variable in interface org.w3c.flute.parser.ParserConstants
 - PERCENTAGE - Static variable in interface org.w3c.flute.parser.ParserConstants
 - PLUS - Static variable in interface org.w3c.flute.parser.ParserConstants
 - PRECEDES - Static variable in interface 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 in org.w3c.flute.parser.selectors
 - PseudoClassConditionImpl(String) - Constructor for class org.w3c.flute.parser.selectors.PseudoClassConditionImpl
 - 
Creates a new AttributeConditionImpl
 - PseudoElementSelectorImpl - Class in org.w3c.flute.parser.selectors
 - PseudoElementSelectorImpl(String) - Constructor for class org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
 - 
Creates a new ElementSelectorImpl
 - pseudoElt - Variable in class org.w3c.flute.parser.Parser
 - PT - Static variable in interface org.w3c.flute.parser.ParserConstants
 - PX - Static variable in interface org.w3c.flute.parser.ParserConstants
 
R
- RAD - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RANGE - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RANGE0 - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RANGE1 - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RANGE2 - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RANGE3 - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RANGE4 - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RANGE5 - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RANGE6 - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RBRACE - Static variable in interface org.w3c.flute.parser.ParserConstants
 - RBRACKET - Static variable in interface org.w3c.flute.parser.ParserConstants
 - readChar() - Method in interface org.w3c.flute.parser.CharStream
 - 
Returns the next character from the selected input.
 - readChar() - Method in class org.w3c.flute.parser.Generic_CharStream
 - reInit(Parser) - Method in class org.w3c.flute.parser.LocatorImpl
 - 
Reinitializes a LocatorImpl
 - reInit(Parser, int, int) - Method in class org.w3c.flute.parser.LocatorImpl
 - 
Reinitializes a LocatorImpl
 - reInit(Parser, Token) - Method in class org.w3c.flute.parser.LocatorImpl
 - 
Reinitializes a LocatorImpl
 - ReInit(Reader, int, int) - Method in class org.w3c.flute.parser.Generic_CharStream
 - ReInit(Reader, int, int, int) - Method in class org.w3c.flute.parser.Generic_CharStream
 - ReInit(CharStream) - Method in class org.w3c.flute.parser.Parser
 - ReInit(CharStream) - Method in class org.w3c.flute.parser.ParserTokenManager
 - ReInit(CharStream, int) - Method in class org.w3c.flute.parser.ParserTokenManager
 - ReInit(ParserTokenManager) - Method in class org.w3c.flute.parser.Parser
 - RPARAN - Static variable in interface org.w3c.flute.parser.ParserConstants
 
S
- S - Static variable in interface org.w3c.flute.parser.ParserConstants
 - SECOND - Static variable in interface org.w3c.flute.parser.ParserConstants
 - selector() - Method in class org.w3c.flute.parser.Parser
 - selectorFactory - Variable in class org.w3c.flute.parser.Parser
 - SelectorFactoryImpl - Class in org.w3c.flute.parser.selectors
 - SelectorFactoryImpl() - Constructor for class org.w3c.flute.parser.selectors.SelectorFactoryImpl
 - selectorList() - Method in class org.w3c.flute.parser.Parser
 - SEMICOLON - Static variable in interface org.w3c.flute.parser.ParserConstants
 - setConditionFactory(ConditionFactory) - Method in class org.w3c.flute.parser.Parser
 - setDebugStream(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 - Variable in class org.w3c.flute.parser.Parser
 - specialConstructor - Variable in exception 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 - Variable 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 variable in class org.w3c.flute.parser.Generic_CharStream
 - STRING - Static variable in interface org.w3c.flute.parser.ParserConstants
 - STRINGCHAR - Static variable in interface 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(LexicalUnitImpl) - Method in class org.w3c.flute.parser.Parser
 - token - Variable in class org.w3c.flute.parser.Parser
 - Token - Class in org.w3c.flute.parser
 - 
Describes the input token stream.
 - Token() - Constructor for class org.w3c.flute.parser.Token
 - token_source - Variable in class org.w3c.flute.parser.Parser
 - tokenImage - Variable in exception 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 variable in interface org.w3c.flute.parser.ParserConstants
 - TokenMgrError - Error in org.w3c.flute.parser
 - TokenMgrError() - Constructor for error org.w3c.flute.parser.TokenMgrError
 - TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.w3c.flute.parser.TokenMgrError
 - TokenMgrError(String, int) - Constructor for error 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 variable in interface org.w3c.flute.parser.ParserConstants
 - unicode(LexicalUnitImpl) - Method in class org.w3c.flute.parser.Parser
 - UNICODE - Static variable in interface org.w3c.flute.parser.ParserConstants
 - UNICODERANGE - Static variable in interface org.w3c.flute.parser.ParserConstants
 - UNKNOWN - Static variable in interface org.w3c.flute.parser.ParserConstants
 - url(LexicalUnitImpl) - Method in class org.w3c.flute.parser.Parser
 - URL - Static variable in interface org.w3c.flute.parser.ParserConstants
 
_
- _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 variable in interface org.w3c.flute.parser.ParserConstants
 
All Classes All Packages