|
|
PREV
NEXT |
|
A B C D E F G H I J K L M N O P R S T U _
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 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 org.w3c.flute.parser.selectors.AndConditionImpl.
-
-
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 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 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
org.w3c.flute.parser.selectors.
BeginHyphenAttributeConditionImpl.
-
-
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_SYM
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
- charset() -
Method in class org.w3c.flute.parser.Parser
-
- 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 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 org.w3c.flute.parser.selectors.ConditionalSelectorImpl.
-
-
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 org.w3c.flute.parser.selectors.ConditionFactoryImpl.
-
-
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.
- CSSUtil -
class org.w3c.flute.util.CSSUtil.
-
- curChar
- Variable in class org.w3c.flute.parser.ParserTokenManager
-
- currentToken
- Variable in class 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
-
- 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 org.w3c.flute.parser.selectors.DescendantSelectorImpl.
-
-
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
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 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 org.w3c.flute.parser.selectors.ElementSelectorImpl.
-
-
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 org.w3c.flute.util.Encoding.
-
- 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 class 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 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 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
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
-
function(char, 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(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.DescendantSelectorImpl
- Returns the parent selector.
-
getAncestorSelector() - Method in class
org.w3c.flute.parser.selectors.ChildSelectorImpl
- 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
-
- 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.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.
BeginHyphenAttributeConditionImpl
- 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.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.PseudoClassConditionImpl
- An integer indicating the type of
Condition
.
-
getConditionType() - Method in class
org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
- 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
-
- getLineNumber()
- Method in class org.w3c.flute.parser.LocatorImpl
-
-
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.IdConditionImpl
- 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.ElementSelectorImpl
- Returns the local part
of the qualified
name of this element.
-
getLocalName() - Method in class
org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
- Returns the local part
of the qualified
name of this element.
-
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.PseudoClassConditionImpl
- 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.
- getMessage()
- Method in class org.w3c.flute.parser.TokenMgrError
- You can also modify the body of this method to customize your
error messages.
- 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.
-
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.IdConditionImpl
- 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.ElementSelectorImpl
- Returns the namespace URI
of this element selector.
-
getNamespaceURI() - Method in class
org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
- Returns the namespace URI
of this element selector.
-
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.PseudoClassConditionImpl
- 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.
- getNextToken()
- Method in class org.w3c.flute.parser.ParserTokenManager
-
- getNextToken()
- Method in class org.w3c.flute.parser.Parser
-
-
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".
-
getQuotedString(String) - Static method in class
org.w3c.flute.util.CSSUtil
- Used to retrieve a string with quotes.
-
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.DescendantSelectorImpl
- An integer indicating the type of
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.ElementSelectorImpl
- 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.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.DescendantSelectorImpl
-
-
getSimpleSelector() - Method in class
org.w3c.flute.parser.selectors.ChildSelectorImpl
-
-
getSimpleSelector() - Method in class
org.w3c.flute.parser.selectors.ConditionalSelectorImpl
- Returns the simple selector.
-
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.
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.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.PseudoClassConditionImpl
- 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.
- 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.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.
BeginHyphenAttributeConditionImpl
- Returns the value of the attribute.
-
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.PseudoClassConditionImpl
- Returns the value of the attribute.
-
getValue() - Method in class
org.w3c.flute.parser.selectors.OneOfAttributeConditionImpl
- 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 -
Static variable in interface org.w3c.flute.parser.ParserConstants
-
-
hash(Condition) - Method in class org.w3c.flute.parser.Parser
-
-
hexcolor(LexicalUnitImpl) - Method in class
org.w3c.flute.parser.Parser
-
- HZ -
Static variable in interface 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 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
-
- item(int)
- Method in class org.w3c.flute.parser.MediaListImpl
-
J
- jj_nt -
Variable in class org.w3c.flute.parser.Parser
-
- jjnewLexState
- Static variable in class org.w3c.flute.parser.ParserTokenManager
-
-
jjstrLiteralImages - Static variable in class
org.w3c.flute.parser.ParserTokenManager
-
- JumpException
- exception org.w3c.flute.parser.JumpException.
-
- JumpException()
- Constructor for class 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 org.w3c.flute.parser.selectors.LangConditionImpl.
-
-
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
-
- lexStateNames
- Static variable in class org.w3c.flute.parser.ParserTokenManager
-
- LocatorImpl -
class org.w3c.flute.parser.LocatorImpl.
-
-
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_SYM
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
- media() -
Method in class org.w3c.flute.parser.Parser
-
- MediaListImpl
- class org.w3c.flute.parser.MediaListImpl.
-
- 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
-
- 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
-
- NONASCII
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
- NUMBER
- Static variable in interface 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(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_SYM
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
- page() -
Method in class org.w3c.flute.parser.Parser
-
- ParseException
- exception 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.
-
ParseException(String) - Constructor for class
org.w3c.flute.parser.ParseException
-
-
ParseException(Token, int[][], String[]) - Constructor
for class 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
-
-
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(CharStream) - Constructor for class
org.w3c.flute.parser.Parser
-
-
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(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(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 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_page()
- Method in class org.w3c.flute.parser.Parser
-
-
pseudo(Condition) - 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
- 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(CharStream) - Method in class
org.w3c.flute.parser.ParserTokenManager
-
-
ReInit(CharStream) - Method in class
org.w3c.flute.parser.Parser
-
-
ReInit(CharStream, int) - Method in class
org.w3c.flute.parser.ParserTokenManager
-
-
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(ParserTokenManager) - Method in class
org.w3c.flute.parser.Parser
-
-
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
-
- 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 org.w3c.flute.parser.selectors.SelectorFactoryImpl.
-
-
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
-
-
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 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
- 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 org.w3c.flute.parser.Token.
- Describes the input token stream.
- token_source
- Variable in class org.w3c.flute.parser.Parser
-
- Token() -
Constructor for class org.w3c.flute.parser.Token
-
- tokenImage
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
- tokenImage
- Variable 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.
- TokenMgrError
- error 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.Token
- Returns the image.
- toString()
- Method in class org.w3c.flute.parser.MediaListImpl
- Returns a string representation of this object.
U
- unaryOperator()
- Method in class org.w3c.flute.parser.Parser
-
- UNI -
Static variable in interface org.w3c.flute.parser.ParserConstants
-
- UNICODE
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
-
unicode(LexicalUnitImpl) - Method in class
org.w3c.flute.parser.Parser
-
- UNICODERANGE
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
- UNKNOWN
- Static variable in interface org.w3c.flute.parser.ParserConstants
-
- URL -
Static variable in interface org.w3c.flute.parser.ParserConstants
-
-
url(LexicalUnitImpl) - Method in class
org.w3c.flute.parser.Parser
-
_
-
_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
-
- _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
-
A B C D E F G H I J K L M N O P R S T U _
Copyright
© 2002 W3C® (MIT, INRIA,
Keio), All Rights Reserved.
W3C liability,
trademark,
document
use and software
licensing rules apply. Your interactions with this site are in
accordance with our public
and Member
privacy statements.