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

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, int) - Constructor for class org.w3c.flute.parser.Generic_CharStream
 
Generic_CharStream(Reader, 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 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 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
 
A B C D E F G H I J K L M N O P R S T U _