A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractRule<T> - Class in cz.vutbr.web.csskit
 
AbstractRule() - Constructor for class cz.vutbr.web.csskit.AbstractRule
 
AbstractRuleBlock<T> - Class in cz.vutbr.web.csskit
 
AbstractRuleBlock(RuleBlock.Priority) - Constructor for class cz.vutbr.web.csskit.AbstractRuleBlock
 
adaptor - Variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
add(CombinedSelector.Specificity.Level) - Method in interface cz.vutbr.web.css.CombinedSelector.Specificity
Adds one to specificity level
add(int, T) - Method in class cz.vutbr.web.csskit.AbstractRule
 
add(T) - Method in class cz.vutbr.web.csskit.AbstractRule
 
add(CombinedSelector.Specificity.Level) - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl.SpecificityImpl
 
add(Rule<?>) - Method in class cz.vutbr.web.csskit.RulePageImpl
 
add(int, RuleBlock<?>) - Method in class cz.vutbr.web.csskit.StyleSheetImpl
 
add(RuleBlock<?>) - Method in class cz.vutbr.web.csskit.StyleSheetImpl
 
add(int, Term<?>) - Method in class cz.vutbr.web.csskit.TermListImpl
 
add(Term<?>) - Method in class cz.vutbr.web.csskit.TermListImpl
 
addDeclaration(Element, Selector.PseudoDeclaration, Declaration) - Method in class cz.vutbr.web.domassign.DeclarationMap
Adds a declaration for a specified list.
addMatch(Element, Selector.PseudoDeclaration) - Method in class cz.vutbr.web.csskit.MatchConditionOnElements
Assigns a pseudo class to the given element.
addMatch(String, Selector.PseudoDeclaration) - Method in class cz.vutbr.web.csskit.MatchConditionOnElements
Assigns a pseudo class to the given element name.
ADJACENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
ADJACENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
ADJACENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
ALL_VARIANTS - Static variable in class cz.vutbr.web.domassign.Variator
All variants flag
Analyzer - Class in cz.vutbr.web.domassign
Analyzer allows to apply the given style to any document.
Analyzer(StyleSheet) - Constructor for class cz.vutbr.web.domassign.Analyzer
Creates the analyzer for a single style sheet.
Analyzer(List<StyleSheet>) - Constructor for class cz.vutbr.web.domassign.Analyzer
Creates the analyzer for multiple style sheets.
Analyzer.Holder - Class in cz.vutbr.web.domassign
Holds list of maps of list.
Analyzer.Holder() - Constructor for class cz.vutbr.web.domassign.Analyzer.Holder
 
Analyzer.HolderItem - Enum in cz.vutbr.web.domassign
Decides about holder item
Analyzer.HolderSelector - Class in cz.vutbr.web.domassign
Holds holder item type and key value, that is two elements that are about to be used for storing in holder
Analyzer.HolderSelector(Analyzer.HolderItem, String) - Constructor for class cz.vutbr.web.domassign.Analyzer.HolderSelector
 
any() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
any() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
APOS - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
APOS - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
APOS - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
aposOpen - Variable in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
 
append(Object, String, CSSParserFactory.SourceType, Element, boolean, StyleSheet, URL) - Static method in class cz.vutbr.web.csskit.antlr.CSSParserFactory
Appends parsed source to passed style sheet.
append(Object, String, CSSParserFactory.SourceType, StyleSheet, URL) - Static method in class cz.vutbr.web.csskit.antlr.CSSParserFactory
Appends parsed source to passed style sheet.
appendList(StringBuilder, List<T>, String) - Static method in class cz.vutbr.web.csskit.OutputUtil
Appends all elements of list to buffer, separated by delimiter
appendList(StringBuilder, List<T>, String, int) - Static method in class cz.vutbr.web.csskit.OutputUtil
Appends of elements of list to list, separater by delimiter.
appendTimes(StringBuilder, String, int) - Static method in class cz.vutbr.web.csskit.OutputUtil
Appends string multiple times to buffer
asList() - Method in interface cz.vutbr.web.css.Rule
Returns underlying collection as list.
asList() - Method in class cz.vutbr.web.csskit.AbstractRule
 
assignDeclarationsToElement(DeclarationMap, TreeWalker, Element, Analyzer.Holder) - Method in class cz.vutbr.web.domassign.Analyzer
Assigns declarations to one element.
assignDefaults(Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.Repeater
Assigns the default values to all the properties.
assignDefaults(Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.Variator
Assigns the default values to all the properties.
assignDOM(Document, URL, String, boolean) - Static method in class cz.vutbr.web.css.CSSFactory
Goes through a DOM tree and assigns the CSS declarations to the DOM elements.
assignDOM(Document, String, URL, String, boolean) - Static method in class cz.vutbr.web.css.CSSFactory
Goes through a DOM tree and assigns the CSS declarations to the DOM elements.
AssignedDeclaration - Class in cz.vutbr.web.domassign
Adds specificity to declaration from its selector.
AssignedDeclaration(Declaration, CombinedSelector.Specificity, StyleSheet.Origin) - Constructor for class cz.vutbr.web.domassign.AssignedDeclaration
Creates assigned declaration from specificity and shallow copy of declaration
AssignedDeclaration(Declaration, CombinedSelector, StyleSheet.Origin) - Constructor for class cz.vutbr.web.domassign.AssignedDeclaration
Creates assigned declaration from selector and shallow copy of declaration
assignPropertyNames(String...) - Method in class cz.vutbr.web.domassign.Repeater
Assigns property names
assignTerms(Term<?>...) - Method in class cz.vutbr.web.domassign.Repeater
Assigns terms to repeater
assignTerms(Term<?>...) - Method in class cz.vutbr.web.domassign.Variator
Assigns terms to be checked by variator
assignTermsFromDeclaration(Declaration) - Method in class cz.vutbr.web.domassign.Variator
Assigns terms from declaration
assignVariantPropertyNames(String...) - Method in class cz.vutbr.web.domassign.Variator
Assigns property names for each variant
assingDeclarationsToDOM(Document, String, boolean) - Method in class cz.vutbr.web.domassign.Analyzer
Creates map of declarations assigned to each element of a DOM tree
ASTERISK - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
ASTERISK - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
ASTERISK - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
ATBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
ATBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
ATBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
ATKEYWORD - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
ATKEYWORD - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
ATKEYWORD - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
atstatement() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
atstatement() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
atstatement_stack - Variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
ATTRIBUTE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
ATTRIBUTE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
attribute() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
ATTRIBUTE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
attribute() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
ATTRIBUTE_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
ATTRIBUTE_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 

B

base - Variable in class cz.vutbr.web.csskit.antlr.CSSToken
Base URL for URIs
base - Variable in class cz.vutbr.web.csskit.TermURIImpl
 
Base64Coder - Class in org.fit.net
A Base64 Encoder/Decoder.
BRACEBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
BRACEBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
BRACEBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 

C

camelCase(String) - Static method in class cz.vutbr.web.domassign.DeclarationTransformer
Converts string divided by dash ('-') characters into camelCase such as convenient for Java method names
CDC - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CDC - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CDC - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
CDO - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CDO - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CDO - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
CHARSET - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CHARSET - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CHARSET - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
charset - Variable in class org.fit.net.DataURLHandler
 
CHARSET_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
CHARSET_KEYWORD - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
CHARSET_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
checkInherit(int, Term<?>, Map<String, CSSProperty>) - Method in class cz.vutbr.web.domassign.Variator
Solves variant which leads to inherit CSS Property value.
CHILD - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CHILD - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CHILD - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
CLASS_ATTR - Static variable in class cz.vutbr.web.csskit.ElementUtil
 
CLASS_DELIM - Static variable in class cz.vutbr.web.csskit.ElementUtil
 
CLASSKEYWORD - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CLASSKEYWORD - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CLASSKEYWORD - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
COLON - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
COLON - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
COLON - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
COLOR_HSL_NAME - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
COLOR_HSLA_NAME - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
COLOR_PARAMS_COUNT - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
COLOR_RGB_NAME - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
COLOR_RGBA_NAME - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
ColorCard - Class in cz.vutbr.web.csskit
Holds colors by their names.
ColorCard() - Constructor for class cz.vutbr.web.csskit.ColorCard
 
combinator() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
combinator() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
combinator - Variable in class cz.vutbr.web.csskit.SelectorImpl
 
combined_selector() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
combined_selector() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
combined_selector_stack - Variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
CombinedSelector - Interface in cz.vutbr.web.css
CombinedSelector of CSS declaration block.
CombinedSelector.Specificity - Interface in cz.vutbr.web.css
Specificity of given selector
CombinedSelector.Specificity.Level - Enum in cz.vutbr.web.css
Specificity levels
CombinedSelectorImpl - Class in cz.vutbr.web.csskit
CSS CombinedSelector with implementation of specificity
CombinedSelectorImpl() - Constructor for class cz.vutbr.web.csskit.CombinedSelectorImpl
 
CombinedSelectorImpl.SpecificityImpl - Class in cz.vutbr.web.csskit
 
CombinedSelectorImpl.SpecificityImpl() - Constructor for class cz.vutbr.web.csskit.CombinedSelectorImpl.SpecificityImpl
 
COMMA - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
COMMA - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
COMMA - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
COMMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
COMMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
COMMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
compareTo(CombinedSelector.Specificity) - Method in interface cz.vutbr.web.css.CombinedSelector.Specificity
Compare specificities
compareTo(RuleBlock<?>) - Method in class cz.vutbr.web.csskit.AbstractRuleBlock
 
compareTo(CombinedSelector.Specificity) - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl.SpecificityImpl
 
compareTo(Declaration) - Method in class cz.vutbr.web.csskit.DeclarationImpl
This declaration type is not about to be compared using precise conditions
compareTo(Declaration) - Method in class cz.vutbr.web.domassign.AssignedDeclaration
 
computeSpecificity() - Method in interface cz.vutbr.web.css.CombinedSelector
Computes specificity according to the CSS rules
computeSpecificity(CombinedSelector.Specificity) - Method in interface cz.vutbr.web.css.Selector
Modifies specificity according to CSS standard
computeSpecificity(CombinedSelector.Specificity) - Method in interface cz.vutbr.web.css.Selector.SelectorPart
 
computeSpecificity() - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl
Computes specificity of selector
computeSpecificity(CombinedSelector.Specificity) - Method in class cz.vutbr.web.csskit.SelectorImpl
Computes specificity of this selector
computeSpecificity(CombinedSelector.Specificity) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
computeSpecificity(CombinedSelector.Specificity) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementClassImpl
 
computeSpecificity(CombinedSelector.Specificity) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementDOMImpl
 
computeSpecificity(CombinedSelector.Specificity) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementIDImpl
 
computeSpecificity(CombinedSelector.Specificity) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementNameImpl
 
computeSpecificity(CombinedSelector.Specificity) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
concretize() - Method in interface cz.vutbr.web.css.NodeData
Replaces all inherit CSS properties either with values of parent, or, if not present, with default values of user agent.
concretize() - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
concretize() - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
consume() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
CONTAINS - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CONTAINS - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CONTAINS - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
contentCount() - Method in class cz.vutbr.web.domassign.Analyzer.Holder
 
convertFloat(String, String, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
HELPERS *
convertInteger(String, String, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
countSiblingsAfter(Element, boolean) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
Computes the count of element siblings after the given element in the DOM tree.
countSiblingsBefore(Element, boolean) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
Computes the count of element siblings before the given element in the DOM tree.
createAngle(Float) - Method in interface cz.vutbr.web.css.TermFactory
 
createAngle(String, TermNumeric.Unit, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createAngle(Float) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createAngle(String, TermNumeric.Unit, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createAttribute(String, boolean, Selector.Operator, String) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS selector part, element attribute
createAttribute(String, boolean, Selector.Operator, String) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createClass(String) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS selector part, element class
createClass(String) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createColor(TermIdent) - Method in interface cz.vutbr.web.css.TermFactory
 
createColor(String) - Method in interface cz.vutbr.web.css.TermFactory
 
createColor(int, int, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createColor(TermFunction) - Method in interface cz.vutbr.web.css.TermFactory
 
createColor(TermIdent) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createColor(String) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createColor(int, int, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createColor(int, int, int, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createColor(TermFunction) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createCombinedSelector() - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS combined selector, collection of (simple) selectors
createCombinedSelector() - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createDataInstance() - Method in class cz.vutbr.web.domassign.DeclarationMap
 
createDataInstance() - Method in class cz.vutbr.web.domassign.MultiMap
Creates a new instance of the data value.
createDataInstance() - Method in class cz.vutbr.web.domassign.StyleMap
 
createDeclaration() - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS declaration
createDeclaration(Declaration) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS declaration by shallow cloning
createDeclaration() - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createDeclaration(Declaration) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createDimension(String, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createDimension(String, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createElement(String) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS selector part, element name
createElement(String) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createElementDOM(Element, boolean) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS selector part, element DOM node
createElementDOM(Element, boolean) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createExpression(String) - Method in interface cz.vutbr.web.css.TermFactory
 
createExpression(String) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createFontFace(RuleBlock.Priority) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS named font
createFontFace(RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createFrequency(Float) - Method in interface cz.vutbr.web.css.TermFactory
 
createFrequency(String, TermNumeric.Unit, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createFrequency(Float) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createFrequency(String, TermNumeric.Unit, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createFunction() - Method in interface cz.vutbr.web.css.TermFactory
 
createFunction() - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createID(String) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS selector part, element id
createID(String) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createIdent(String) - Method in interface cz.vutbr.web.css.TermFactory
 
createIdent(String, boolean) - Method in interface cz.vutbr.web.css.TermFactory
 
createIdent(String) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createIdent(String, boolean) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createImport(RuleBlock.Priority) - Method in interface cz.vutbr.web.css.RuleFactory
Deprecated.
createImport(RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
Deprecated.
createInherit(Class<T>) - Static method in class cz.vutbr.web.css.CSSProperty.Translator
Creates "inherit" instance
createInteger(Integer) - Method in interface cz.vutbr.web.css.TermFactory
 
createInteger(String, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createInteger(Integer) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createInteger(String, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createLength(Float) - Method in interface cz.vutbr.web.css.TermFactory
 
createLength(Float, TermNumeric.Unit) - Method in interface cz.vutbr.web.css.TermFactory
 
createLength(String, TermNumeric.Unit, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createLength(Float) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createLength(Float, TermNumeric.Unit) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createLength(String, TermNumeric.Unit, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createList() - Method in interface cz.vutbr.web.css.TermFactory
 
createList(int) - Method in interface cz.vutbr.web.css.TermFactory
 
createList() - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createList(int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createMargin(String, RuleBlock.Priority) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS margin rule
createMargin(String, RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createMedia(RuleBlock.Priority) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS media page
createMedia(RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createNodeData() - Static method in class cz.vutbr.web.css.CSSFactory
Creates instance of NodeData
createNumber(Float) - Method in interface cz.vutbr.web.css.TermFactory
 
createNumber(String, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createNumber(Float) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createNumber(String, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createNumeric(String, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createNumeric(String, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createPage(RuleBlock.Priority) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS named page
createPage(RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createPair(K, V) - Method in interface cz.vutbr.web.css.TermFactory
 
createPair(K, V) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createPercent(Float) - Method in interface cz.vutbr.web.css.TermFactory
 
createPercent(String, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createPercent(Float) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createPercent(String, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createPseudoPage(String, String) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS selector part, pseudo page
createPseudoPage(String, String) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createSelector() - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS selector
createSelector() - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createSet(RuleBlock.Priority) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS rule set, that is collection of CSS declarations with collection of CSS combined selectors.
createSet(RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createString(String) - Method in interface cz.vutbr.web.css.TermFactory
 
createString(String) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createStyleSheet() - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS author style sheet
createStyleSheet(StyleSheet.Origin) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS author style sheet with the given origin.
createStyleSheet() - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createStyleSheet(StyleSheet.Origin) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
createTerm(V) - Method in interface cz.vutbr.web.css.TermFactory
 
createTerm(V) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createTime(Float) - Method in interface cz.vutbr.web.css.TermFactory
 
createTime(String, TermNumeric.Unit, int) - Method in interface cz.vutbr.web.css.TermFactory
 
createTime(Float) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createTime(String, TermNumeric.Unit, int) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createURI(String) - Method in interface cz.vutbr.web.css.TermFactory
 
createURI(String, URL) - Method in interface cz.vutbr.web.css.TermFactory
 
createURI(String) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createURI(String, URL) - Method in class cz.vutbr.web.csskit.TermFactoryImpl
 
createURL(URL, String) - Static method in class org.fit.net.DataURLHandler
Creates an URL from string while considering the data: scheme.
createViewport(RuleBlock.Priority) - Method in interface cz.vutbr.web.css.RuleFactory
Creates CSS viewport rule.
createViewport(RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
css - Static variable in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
css - Static variable in class cz.vutbr.web.domassign.SingleMapNodeData
 
CSSException - Exception in cz.vutbr.web.css
CSSException
CSSException(String) - Constructor for exception cz.vutbr.web.css.CSSException
 
CSSException(String, Throwable) - Constructor for exception cz.vutbr.web.css.CSSException
 
CSSFactory - Class in cz.vutbr.web.css
This class is abstract factory for other factories used during CSS parsing.
CSSFactory() - Constructor for class cz.vutbr.web.css.CSSFactory
 
CSSInputStream - Class in cz.vutbr.web.csskit.antlr
Wraps ANTLR stream with useful decorations, mainly to allow switching encoding on lexer
CSSLexer - Class in cz.vutbr.web.csskit.antlr
 
CSSLexer() - Constructor for class cz.vutbr.web.csskit.antlr.CSSLexer
 
CSSLexer(CharStream) - Constructor for class cz.vutbr.web.csskit.antlr.CSSLexer
 
CSSLexer(CharStream, RecognizerSharedState) - Constructor for class cz.vutbr.web.csskit.antlr.CSSLexer
 
CSSLexer.DFA36 - Class in cz.vutbr.web.csskit.antlr
 
CSSLexer.DFA36(BaseRecognizer) - Constructor for class cz.vutbr.web.csskit.antlr.CSSLexer.DFA36
 
CSSLexer.DFA45 - Class in cz.vutbr.web.csskit.antlr
 
CSSLexer.DFA45(BaseRecognizer) - Constructor for class cz.vutbr.web.csskit.antlr.CSSLexer.DFA45
 
CSSLexer.LexerState - Class in cz.vutbr.web.csskit.antlr
 
CSSLexer.LexerState() - Constructor for class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
 
CSSLexer.LexerState(CSSLexer.LexerState) - Constructor for class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
 
CSSLexer.LexerState.RecoveryMode - Enum in cz.vutbr.web.csskit.antlr
 
CSSParser - Class in cz.vutbr.web.csskit.antlr
A basic CSS grammar.
CSSParser(TokenStream) - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser
 
CSSParser(TokenStream, RecognizerSharedState) - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser
 
CSSParser.any_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.any_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.any_return
 
CSSParser.atstatement_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.atstatement_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.atstatement_return
 
CSSParser.attribute_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.attribute_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.attribute_return
 
CSSParser.combinator_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.combinator_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.combinator_return
 
CSSParser.combined_selector_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.combined_selector_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.combined_selector_return
 
CSSParser.declaration_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.declaration_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.declaration_return
 
CSSParser.declarations_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.declarations_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.declarations_return
 
CSSParser.funct_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.funct_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.funct_return
 
CSSParser.important_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.important_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.important_return
 
CSSParser.inlineset_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.inlineset_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.inlineset_return
 
CSSParser.inlinestyle_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.inlinestyle_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.inlinestyle_return
 
CSSParser.margin_rule_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.margin_rule_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.margin_rule_return
 
CSSParser.media_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.media_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.media_return
 
CSSParser.noprop_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.noprop_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.noprop_return
 
CSSParser.norule_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.norule_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.norule_return
 
CSSParser.nostatement_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.nostatement_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.nostatement_return
 
CSSParser.page_pseudo_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.page_pseudo_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.page_pseudo_return
 
CSSParser.page_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.page_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.page_return
 
CSSParser.property_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.property_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.property_return
 
CSSParser.pseudo_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.pseudo_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.pseudo_return
 
CSSParser.pseudocolon_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.pseudocolon_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.pseudocolon_return
 
CSSParser.ruleset_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.ruleset_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.ruleset_return
 
CSSParser.selector_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.selector_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.selector_return
 
CSSParser.selpart_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.selpart_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.selpart_return
 
CSSParser.statement_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.statement_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.statement_return
 
CSSParser.string_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.string_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.string_return
 
CSSParser.stylesheet_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.stylesheet_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.stylesheet_return
 
CSSParser.term_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.term_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.term_return
 
CSSParser.terms_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.terms_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.terms_return
 
CSSParser.valuepart_return - Class in cz.vutbr.web.csskit.antlr
 
CSSParser.valuepart_return() - Constructor for class cz.vutbr.web.csskit.antlr.CSSParser.valuepart_return
 
CSSParserFactory - Class in cz.vutbr.web.csskit.antlr
Handles construction of parser
CSSParserFactory.SourceType - Enum in cz.vutbr.web.csskit.antlr
Encapsulates functionality associated with different source types.
CSSProperty - Interface in cz.vutbr.web.css
Interface for definition of CSS properties.
CSSProperty.Azimuth - Enum in cz.vutbr.web.css
CSS PROPERTIES *
CSSProperty.Background - Enum in cz.vutbr.web.css
 
CSSProperty.BackgroundAttachment - Enum in cz.vutbr.web.css
 
CSSProperty.BackgroundColor - Enum in cz.vutbr.web.css
 
CSSProperty.BackgroundImage - Enum in cz.vutbr.web.css
 
CSSProperty.BackgroundPosition - Enum in cz.vutbr.web.css
 
CSSProperty.BackgroundRepeat - Enum in cz.vutbr.web.css
 
CSSProperty.Border - Enum in cz.vutbr.web.css
 
CSSProperty.BorderCollapse - Enum in cz.vutbr.web.css
 
CSSProperty.BorderColor - Enum in cz.vutbr.web.css
 
CSSProperty.BorderRadius - Enum in cz.vutbr.web.css
 
CSSProperty.BorderSpacing - Enum in cz.vutbr.web.css
 
CSSProperty.BorderStyle - Enum in cz.vutbr.web.css
 
CSSProperty.BorderWidth - Enum in cz.vutbr.web.css
 
CSSProperty.Bottom - Enum in cz.vutbr.web.css
 
CSSProperty.CaptionSide - Enum in cz.vutbr.web.css
 
CSSProperty.Clear - Enum in cz.vutbr.web.css
 
CSSProperty.Clip - Enum in cz.vutbr.web.css
 
CSSProperty.Color - Enum in cz.vutbr.web.css
 
CSSProperty.Content - Enum in cz.vutbr.web.css
 
CSSProperty.CounterIncrement - Enum in cz.vutbr.web.css
 
CSSProperty.CounterReset - Enum in cz.vutbr.web.css
 
CSSProperty.Cue - Enum in cz.vutbr.web.css
 
CSSProperty.Cursor - Enum in cz.vutbr.web.css
 
CSSProperty.Direction - Enum in cz.vutbr.web.css
 
CSSProperty.Display - Enum in cz.vutbr.web.css
 
CSSProperty.Elevation - Enum in cz.vutbr.web.css
 
CSSProperty.EmptyCells - Enum in cz.vutbr.web.css
 
CSSProperty.Float - Enum in cz.vutbr.web.css
 
CSSProperty.Font - Enum in cz.vutbr.web.css
 
CSSProperty.FontFamily - Enum in cz.vutbr.web.css
 
CSSProperty.FontSize - Enum in cz.vutbr.web.css
 
CSSProperty.FontStyle - Enum in cz.vutbr.web.css
 
CSSProperty.FontVariant - Enum in cz.vutbr.web.css
 
CSSProperty.FontWeight - Enum in cz.vutbr.web.css
 
CSSProperty.GenericCSSPropertyProxy - Class in cz.vutbr.web.css
A generic property used for all the properties not supported by another implementation.
CSSProperty.Height - Enum in cz.vutbr.web.css
 
CSSProperty.Left - Enum in cz.vutbr.web.css
 
CSSProperty.LetterSpacing - Enum in cz.vutbr.web.css
 
CSSProperty.LineHeight - Enum in cz.vutbr.web.css
 
CSSProperty.ListStyle - Enum in cz.vutbr.web.css
 
CSSProperty.ListStyleImage - Enum in cz.vutbr.web.css
 
CSSProperty.ListStylePosition - Enum in cz.vutbr.web.css
 
CSSProperty.ListStyleType - Enum in cz.vutbr.web.css
 
CSSProperty.Margin - Enum in cz.vutbr.web.css
 
CSSProperty.MaxHeight - Enum in cz.vutbr.web.css
 
CSSProperty.MaxWidth - Enum in cz.vutbr.web.css
 
CSSProperty.MinHeight - Enum in cz.vutbr.web.css
 
CSSProperty.MinWidth - Enum in cz.vutbr.web.css
 
CSSProperty.Opacity - Enum in cz.vutbr.web.css
 
CSSProperty.Orphans - Enum in cz.vutbr.web.css
 
CSSProperty.Outline - Enum in cz.vutbr.web.css
 
CSSProperty.OutlineColor - Enum in cz.vutbr.web.css
 
CSSProperty.OutlineStyle - Enum in cz.vutbr.web.css
 
CSSProperty.OutlineWidth - Enum in cz.vutbr.web.css
 
CSSProperty.Overflow - Enum in cz.vutbr.web.css
 
CSSProperty.Padding - Enum in cz.vutbr.web.css
 
CSSProperty.PageBreak - Enum in cz.vutbr.web.css
 
CSSProperty.PageBreakInside - Enum in cz.vutbr.web.css
 
CSSProperty.Pause - Enum in cz.vutbr.web.css
 
CSSProperty.Pitch - Enum in cz.vutbr.web.css
 
CSSProperty.PitchRange - Enum in cz.vutbr.web.css
 
CSSProperty.PlayDuring - Enum in cz.vutbr.web.css
 
CSSProperty.Position - Enum in cz.vutbr.web.css
 
CSSProperty.Quotes - Enum in cz.vutbr.web.css
 
CSSProperty.Richness - Enum in cz.vutbr.web.css
 
CSSProperty.Right - Enum in cz.vutbr.web.css
 
CSSProperty.Speak - Enum in cz.vutbr.web.css
 
CSSProperty.SpeakHeader - Enum in cz.vutbr.web.css
 
CSSProperty.SpeakNumeral - Enum in cz.vutbr.web.css
 
CSSProperty.SpeakPunctuation - Enum in cz.vutbr.web.css
 
CSSProperty.SpeechRate - Enum in cz.vutbr.web.css
 
CSSProperty.Stress - Enum in cz.vutbr.web.css
 
CSSProperty.TableLayout - Enum in cz.vutbr.web.css
 
CSSProperty.TextAlign - Enum in cz.vutbr.web.css
 
CSSProperty.TextDecoration - Enum in cz.vutbr.web.css
 
CSSProperty.TextIndent - Enum in cz.vutbr.web.css
 
CSSProperty.TextTransform - Enum in cz.vutbr.web.css
 
CSSProperty.Top - Enum in cz.vutbr.web.css
 
CSSProperty.Translator - Class in cz.vutbr.web.css
Retrieves value of property of given class and text value
CSSProperty.Translator() - Constructor for class cz.vutbr.web.css.CSSProperty.Translator
 
CSSProperty.UnicodeBidi - Enum in cz.vutbr.web.css
 
CSSProperty.VerticalAlign - Enum in cz.vutbr.web.css
 
CSSProperty.Visibility - Enum in cz.vutbr.web.css
 
CSSProperty.VoiceFamily - Enum in cz.vutbr.web.css
 
CSSProperty.Volume - Enum in cz.vutbr.web.css
 
CSSProperty.WhiteSpace - Enum in cz.vutbr.web.css
 
CSSProperty.Widows - Enum in cz.vutbr.web.css
 
CSSProperty.Width - Enum in cz.vutbr.web.css
 
CSSProperty.WordSpacing - Enum in cz.vutbr.web.css
 
CSSProperty.ZIndex - Enum in cz.vutbr.web.css
 
CSSToken - Class in cz.vutbr.web.csskit.antlr
Token with encapsulation of LexerState during parse.
CSSToken(CharStream, int, int, int, int) - Constructor for class cz.vutbr.web.csskit.antlr.CSSToken
Creates CSSToken, this is base emit() constructor
CSSToken(int, CSSLexer.LexerState) - Constructor for class cz.vutbr.web.csskit.antlr.CSSToken
Creates CSSToken of given type with cloning lexer state automatically
CSSToken(int, CSSLexer.LexerState, int, int) - Constructor for class cz.vutbr.web.csskit.antlr.CSSToken
Creates CSSToken of given type with cloning lexer state automatically, allows to set text boundaries in input stream
CSSTreeParser - Class in cz.vutbr.web.csskit.antlr
 
CSSTreeParser(TreeNodeStream) - Constructor for class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
CSSTreeParser(TreeNodeStream, RecognizerSharedState) - Constructor for class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
CSSTreeParser.atstatement_scope - Class in cz.vutbr.web.csskit.antlr
 
CSSTreeParser.atstatement_scope() - Constructor for class cz.vutbr.web.csskit.antlr.CSSTreeParser.atstatement_scope
 
CSSTreeParser.combined_selector_scope - Class in cz.vutbr.web.csskit.antlr
 
CSSTreeParser.combined_selector_scope() - Constructor for class cz.vutbr.web.csskit.antlr.CSSTreeParser.combined_selector_scope
 
CSSTreeParser.declaration_scope - Class in cz.vutbr.web.csskit.antlr
 
CSSTreeParser.declaration_scope() - Constructor for class cz.vutbr.web.csskit.antlr.CSSTreeParser.declaration_scope
 
CSSTreeParser.selector_scope - Class in cz.vutbr.web.csskit.antlr
 
CSSTreeParser.selector_scope() - Constructor for class cz.vutbr.web.csskit.antlr.CSSTreeParser.selector_scope
 
CSSTreeParser.statement_scope - Class in cz.vutbr.web.csskit.antlr
 
CSSTreeParser.statement_scope() - Constructor for class cz.vutbr.web.csskit.antlr.CSSTreeParser.statement_scope
 
CSSTreeParser.terms_scope - Class in cz.vutbr.web.csskit.antlr
 
CSSTreeParser.terms_scope() - Constructor for class cz.vutbr.web.csskit.antlr.CSSTreeParser.terms_scope
 
CTRL - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CTRL - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CTRL - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
CTRL_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CTRL_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CTRL_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
CURLYBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
CURLYBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
CURLYBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
curlyNest - Variable in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
 
cz.vutbr.web.css - package cz.vutbr.web.css
 
cz.vutbr.web.csskit - package cz.vutbr.web.csskit
 
cz.vutbr.web.csskit.antlr - package cz.vutbr.web.csskit.antlr
 
cz.vutbr.web.domassign - package cz.vutbr.web.domassign
 

D

DASHMATCH - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
DASHMATCH - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
DASHMATCH - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
DataURLHandler - Class in org.fit.net
URL handler for the data: URI scheme.
DataURLHandler() - Constructor for class org.fit.net.DataURLHandler
 
Declaration - Interface in cz.vutbr.web.css
Basic CSS declaration consisting of list of terms.
DECLARATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
DECLARATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
declaration() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
DECLARATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
declaration() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
Declaration.Source - Class in cz.vutbr.web.css
The declaration source information.
Declaration.Source(URL, int, int) - Constructor for class cz.vutbr.web.css.Declaration.Source
 
Declaration.Source(Declaration.Source) - Constructor for class cz.vutbr.web.css.Declaration.Source
 
declaration_stack - Variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
DeclarationImpl - Class in cz.vutbr.web.csskit
CSS Declaration
DeclarationImpl() - Constructor for class cz.vutbr.web.csskit.DeclarationImpl
 
DeclarationImpl(Declaration) - Constructor for class cz.vutbr.web.csskit.DeclarationImpl
Shallow copy constructor
DeclarationMap - Class in cz.vutbr.web.domassign
This is a map that assigns a sorted list of declarations to each element and an optional pseudo-element.
DeclarationMap() - Constructor for class cz.vutbr.web.domassign.DeclarationMap
 
declarations() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
declarations() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
DeclarationTransformer - Class in cz.vutbr.web.domassign
Contains methods to transform declaration into values applicable to NodeData.
decode(String) - Static method in class org.fit.net.Base64Coder
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class org.fit.net.Base64Coder
Decodes a byte array from Base64 format.
decodeIndex(String) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
Decodes the element index in the an+b form.
decodeString(String) - Static method in class org.fit.net.Base64Coder
Decodes a string from Base64 format.
DEPTH_DELIM - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
DESCENDANT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
DESCENDANT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
DESCENDANT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
dfa36 - Variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
dfa45 - Variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
DIMENSION - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
DIMENSION - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
DIMENSION - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
DirectAnalyzer - Class in cz.vutbr.web.domassign
A simple ananalyzer that computes a style for the individual DOM nodes with no mapping and caching.
DirectAnalyzer(StyleSheet) - Constructor for class cz.vutbr.web.domassign.DirectAnalyzer
Creates the analyzer for a single style sheet.
DirectAnalyzer(List<StyleSheet>) - Constructor for class cz.vutbr.web.domassign.DirectAnalyzer
Creates the analyzer for multiple style sheets.

E

ELEMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
ELEMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
ELEMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
elementClasses(Element) - Static method in class cz.vutbr.web.csskit.ElementUtil
 
elementID(Element) - Static method in class cz.vutbr.web.csskit.ElementUtil
 
elementName(Element) - Static method in class cz.vutbr.web.csskit.ElementUtil
 
ElementUtil - Class in cz.vutbr.web.csskit
 
ElementUtil() - Constructor for class cz.vutbr.web.csskit.ElementUtil
 
emit() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
Adds contextual information about n { esting into token.
emitErrorMessage(String) - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
emitErrorMessage(String) - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
emitErrorMessage(String) - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
EMPTY_DELIM - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
encode(byte[]) - Static method in class org.fit.net.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class org.fit.net.Base64Coder
Encodes a byte array into Base64 format.
encoded - Variable in class org.fit.net.DataURLHandler
 
encodeString(String) - Static method in class org.fit.net.Base64Coder
Encodes a string into Base64 format.
ENDSWITH - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
ENDSWITH - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
ENDSWITH - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
EOF - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
EOF - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
EOF - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
equals(Object) - Method in class cz.vutbr.web.csskit.AbstractRule
 
equals(Object) - Method in class cz.vutbr.web.csskit.AbstractRuleBlock
 
EQUALS - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
equals(Object) - Method in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
 
EQUALS - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
EQUALS - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
equals(Object) - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl.SpecificityImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.RuleImportImpl
Deprecated.
 
equals(Object) - Method in class cz.vutbr.web.csskit.RuleMarginImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.RuleMediaImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.RulePageImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.RuleSetImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementClassImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementDOMImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementIDImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementNameImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.SelectorImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.TermFunctionImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.TermImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.TermListImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.TermNumericImpl
 
equals(Object) - Method in class cz.vutbr.web.csskit.TermPairImpl
 
equals(Object) - Method in class cz.vutbr.web.domassign.AssignedDeclaration
 
equals(Object) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Azimuth
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Background
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundAttachment
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundColor
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundImage
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundPosition
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundRepeat
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Border
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BorderCollapse
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BorderColor
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BorderRadius
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BorderSpacing
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BorderStyle
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.BorderWidth
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Bottom
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.CaptionSide
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Clear
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Clip
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Color
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Content
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.CounterIncrement
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.CounterReset
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Cue
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Cursor
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Direction
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Display
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Elevation
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.EmptyCells
 
equalsInherit() - Method in interface cz.vutbr.web.css.CSSProperty
Allows to check whether property equals inherit value
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Float
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Font
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.FontFamily
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.FontSize
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.FontStyle
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.FontVariant
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.FontWeight
 
equalsInherit() - Method in class cz.vutbr.web.css.CSSProperty.GenericCSSPropertyProxy
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Height
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Left
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.LetterSpacing
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.LineHeight
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyle
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyleImage
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.ListStylePosition
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyleType
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Margin
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.MaxHeight
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.MaxWidth
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.MinHeight
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.MinWidth
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Opacity
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Orphans
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Outline
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineColor
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineStyle
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineWidth
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Overflow
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Padding
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.PageBreak
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.PageBreakInside
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Pause
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Pitch
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.PitchRange
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.PlayDuring
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Position
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Quotes
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Richness
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Right
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Speak
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakHeader
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakNumeral
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakPunctuation
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.SpeechRate
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Stress
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.TableLayout
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.TextAlign
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.TextDecoration
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.TextIndent
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.TextTransform
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Top
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.UnicodeBidi
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.VerticalAlign
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Visibility
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.VoiceFamily
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Volume
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.WhiteSpace
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Widows
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.Width
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.WordSpacing
 
equalsInherit() - Method in enum cz.vutbr.web.css.CSSProperty.ZIndex
 
ESCAPE_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
ESCAPE_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
ESCAPE_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
evaluateDOM(Document, String, boolean) - Method in class cz.vutbr.web.domassign.Analyzer
Evaluates CSS properties of DOM tree
EXCLAMATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
EXCLAMATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
EXCLAMATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
EXPRESSION - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
EXPRESSION - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
EXPRESSION - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
extractCLASSKEYWORD(String) - Static method in class cz.vutbr.web.csskit.antlr.CSSToken
Considers text as content of CLASSKEYWORD token, and models view at this text as an common string, that is removed '.' from the beginning of string
extractFUNCTION(String) - Static method in class cz.vutbr.web.csskit.antlr.CSSToken
Considers text as content of FUNCTION token, and models view at this text as an common string, that is removed '(' from the end of string
extractHASH(String) - Static method in class cz.vutbr.web.csskit.antlr.CSSToken
Considers text as content of HASH token, and models view at this text as an common string, that is removed '#' from the beginning of string
extractSTRING(String) - Static method in class cz.vutbr.web.csskit.antlr.CSSToken
Considers text as content of STRING token, and models view at this text as an common string, that is one character removed from the both beginning and the end.
extractURI(String) - Static method in class cz.vutbr.web.csskit.antlr.CSSToken
Considers text as content of URI token, and models view at this text as an common string, that is removed 'url(' from the beginning and ')' from the and.

F

firstChild() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the first child Node from the current node, after applying filter, whatToshow.
FOLLOW_101_in_norule2885 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_102_in_norule2896 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_103_in_important889 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ADJACENT_in_combinator1496 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_any_in_any2129 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_any_in_any2147 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_any_in_any2158 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_any_in_any2207 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_any_in_any2246 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_any_in_any2270 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_any_in_atstatement458 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_any_in_declaration858 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_any_in_term1004 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_any_in_valuepart1383 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_any_in_valuepart1398 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_APOS_in_nostatement2348 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ASTERISK_in_any2185 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ASTERISK_in_noprop2504 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ASTERISK_in_selector1599 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ASTERISK_in_valuepart1323 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_ASTERISK_in_valuepart1397 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ATKEYWORD_in_atstatement451 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ATKEYWORD_in_term1002 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_ATKEYWORD_in_term1027 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_atstatement_in_statement193 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_atstatement_in_statement308 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_attribute_in_selpart1706 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ATTRIBUTE_in_selpart1725 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_attribute_in_selpart1729 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_BRACEBLOCK_in_any2156 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_BRACEBLOCK_in_valuepart1396 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_CDC_in_stylesheet262 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CDO_in_stylesheet258 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CHARSET_in_atstatement233 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_CHARSET_in_atstatement319 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CHILD_in_combinator1489 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_CLASSKEYWORD_in_any1924 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CLASSKEYWORD_in_any2036 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_CLASSKEYWORD_in_noprop2371 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CLASSKEYWORD_in_selpart1694 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CLASSKEYWORD_in_selpart1717 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_CLASSKEYWORD_in_valuepart1049 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_CLASSKEYWORD_in_valuepart1126 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COLON_in_any2040 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COLON_in_any2090 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_COLON_in_declaration828 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COLON_in_noprop2543 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COLON_in_pseudocolon1874 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COLON_in_pseudocolon1876 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COLON_in_valuepart1205 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_COLON_in_valuepart1273 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_combinator_in_combined_selector1455 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_combinator_in_combined_selector1517 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_combined_selector_in_ruleset653 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_combined_selector_in_ruleset713 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_combined_selector_in_ruleset721 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COMMA_in_any2054 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COMMA_in_any2096 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_COMMA_in_inlineset617 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COMMA_in_media681 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COMMA_in_noprop2396 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COMMA_in_norule2705 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COMMA_in_ruleset716 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_COMMA_in_valuepart1219 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_COMMA_in_valuepart1287 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CONTAINS_in_attribute1826 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_CTRL_in_noprop2568 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CTRL_in_norule2871 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_CURLYBLOCK_in_term992 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_DASHMATCH_in_any2138 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_DASHMATCH_in_any2230 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_DASHMATCH_in_attribute1815 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_DASHMATCH_in_noprop2519 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_DASHMATCH_in_norule2843 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_DASHMATCH_in_valuepart1370 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_DASHMATCH_in_valuepart1435 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_DECLARATION_in_declaration764 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declaration_in_declarations720 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declaration_in_declarations785 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_declaration_in_declarations794 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_declarations_in_atstatement341 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declarations_in_atstatement359 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_declarations_in_atstatement383 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declarations_in_atstatement391 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_declarations_in_atstatement401 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declarations_in_inlineset586 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declarations_in_inlineset643 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_declarations_in_inlinestyle210 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_declarations_in_inlinestyle63 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declarations_in_margin504 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declarations_in_margin_rule584 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_declarations_in_page519 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_declarations_in_ruleset674 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_declarations_in_ruleset739 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_DESCENDANT_in_combinator1511 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_DIMENSION_in_any1956 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_DIMENSION_in_any2054 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_DIMENSION_in_norule2633 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_DIMENSION_in_valuepart1109 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_DIMENSION_in_valuepart1183 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ELEMENT_in_selector1559 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_ENDSWITH_in_attribute1848 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_EQUALS_in_any2108 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_EQUALS_in_any2124 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EQUALS_in_attribute1793 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_EQUALS_in_noprop2456 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EQUALS_in_norule2775 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EQUALS_in_valuepart1287 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_EQUALS_in_valuepart1357 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EXCLAMATION_in_any2120 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_EXCLAMATION_in_any2152 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EXCLAMATION_in_important884 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EXCLAMATION_in_noprop2480 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EXCLAMATION_in_norule2803 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EXPRESSION_in_funct1062 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_EXPRESSION_in_valuepart1334 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_FONTFACE_in_atstatement378 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_FONTFACE_in_atstatement397 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_funct_in_valuepart1417 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_FUNCTION_in_any2127 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_FUNCTION_in_any2202 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_FUNCTION_in_funct1071 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_FUNCTION_in_pseudo1825 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_FUNCTION_in_pseudo1930 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_FUNCTION_in_pseudo1949 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_FUNCTION_in_pseudo1974 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_FUNCTION_in_valuepart1354 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_GREATER_in_any2068 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_GREATER_in_any2102 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_GREATER_in_combinator1540 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_GREATER_in_noprop2408 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_GREATER_in_norule2719 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_GREATER_in_valuepart1237 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_GREATER_in_valuepart1301 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_HASH_in_any1998 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_HASH_in_any2072 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_HASH_in_selpart1686 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_HASH_in_selpart1705 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_HASH_in_valuepart1164 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_HASH_in_valuepart1231 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_any1913 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_any2030 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_atstatement278 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_atstatement311 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_attribute1756 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_attribute1784 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_attribute1795 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_attribute1866 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_media538 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_media675 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_media686 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_page491 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_page495 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_page_pseudo563 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_property886 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_property900 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_property923 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_pseudo1821 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_pseudo1832 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_pseudo1915 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_pseudo1934 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_selector1575 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_selector1595 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IDENT_in_valuepart1037 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IDENT_in_valuepart1109 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IMPORT_END_in_atstatement258 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IMPORT_END_in_atstatement334 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IMPORT_in_atstatement247 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_IMPORT_in_atstatement324 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_important_in_declaration773 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_important_in_declaration836 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_IMPORTANT_in_important846 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INCLUDES_in_any2026 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_INCLUDES_in_any2084 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INCLUDES_in_attribute1804 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INCLUDES_in_noprop2531 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_INCLUDES_in_norule2691 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_INCLUDES_in_valuepart1194 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INCLUDES_in_valuepart1259 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_INDEX_in_pseudo1846 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_INDEX_in_pseudo1983 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_inlineset_in_inlinestyle230 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_inlineset_in_inlinestyle88 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INLINESTYLE_in_inlinestyle59 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INLINESTYLE_in_inlinestyle78 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_DECLARATION_in_declaration829 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_DIRECTIVE_in_declaration786 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_IMPORT_in_atstatement239 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_IMPORT_in_atstatement329 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_INVALID_SELECTOR_in_selector1671 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_SELPART_in_selpart1732 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_INVALID_SELPART_in_selpart1750 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_STATEMENT_in_atstatement443 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_STATEMENT_in_statement200 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_STRING_in_string2014 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_INVALID_TOKEN_in_noprop2580 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LBRACE_in_any2268 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LBRACE_in_selpart1701 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LBRACE_in_valuepart1473 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_atstatement354 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_atstatement386 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_atstatement420 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_atstatement456 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_inlineset637 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_margin_rule579 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_page512 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_ruleset729 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LCURLY_in_term998 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LESS_in_any2082 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LESS_in_noprop2420 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LESS_in_norule2733 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LESS_in_valuepart1249 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_LESS_in_valuepart1315 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LPAREN_in_any2244 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_LPAREN_in_valuepart1449 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MARGIN_AREA_in_margin498 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MARGIN_AREA_in_margin_rule574 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_margin_in_atstatement355 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_margin_rule_in_page521 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MEDIA_in_atstatement409 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_media_in_atstatement414 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MEDIA_in_atstatement414 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_media_in_atstatement419 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_any2163 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_norule2816 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_property894 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_property920 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_pseudo1836 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_pseudo1843 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_pseudo1953 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_pseudo1978 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_valuepart1029 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_valuepart1059 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_valuepart1081 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_valuepart1101 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_valuepart1106 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_valuepart1140 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_valuepart1160 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_valuepart1180 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_MINUS_in_valuepart1345 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_MINUS_in_valuepart1414 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_noprop_in_declaration856 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_norule_in_ruleset763 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_nostatement_in_stylesheet270 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_NUMBER_in_any1935 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_NUMBER_in_any2042 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_NUMBER_in_noprop2384 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_NUMBER_in_norule2608 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_NUMBER_in_pseudo1839 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_NUMBER_in_pseudo1958 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_NUMBER_in_valuepart1067 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_NUMBER_in_valuepart1143 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PAGE_in_atstatement267 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_page_in_atstatement339 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PAGE_in_page483 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_page_pseudo_in_page497 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_page_pseudo_in_page501 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PARENBLOCK_in_any2145 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PARENBLOCK_in_valuepart1381 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PERCENT_in_any2110 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PERCENT_in_noprop2444 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PERCENT_in_norule2761 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PERCENT_in_valuepart1275 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PERCENT_in_valuepart1343 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PERCENTAGE_in_any1946 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PERCENTAGE_in_any2048 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PERCENTAGE_in_norule2621 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PERCENTAGE_in_valuepart1089 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PERCENTAGE_in_valuepart1163 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PLUS_in_any2174 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PLUS_in_combinator1552 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PLUS_in_noprop2492 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PLUS_in_norule2829 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PLUS_in_valuepart1312 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PLUS_in_valuepart1384 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PRECEDING_in_combinator1504 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_property_in_declaration798 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_property_in_declaration826 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PSEUDO_in_atstatement307 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_pseudo_in_inlineset578 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_pseudo_in_inlineset611 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_pseudo_in_inlineset622 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_PSEUDO_in_pseudo1911 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PSEUDO_in_pseudo1926 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PSEUDO_in_pseudo1945 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_PSEUDO_in_pseudo1970 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_pseudo_in_selpart1724 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_pseudo_in_selpart1743 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_pseudocolon_in_page_pseudo560 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_pseudocolon_in_pseudo1817 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_QUESTION_in_any2096 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_QUESTION_in_noprop2432 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_QUESTION_in_norule2747 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_QUESTION_in_valuepart1264 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_QUESTION_in_valuepart1329 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_QUOT_in_nostatement2334 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RBRACE_in_any2273 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RBRACE_in_selpart1708 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RBRACE_in_valuepart1478 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_atstatement365 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_atstatement396 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_atstatement433 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_atstatement461 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_inlineset648 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_margin_rule586 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_nostatement2306 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_page526 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_ruleset744 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RCURLY_in_term1015 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RPAREN_in_any2210 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RPAREN_in_any2249 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RPAREN_in_funct1079 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RPAREN_in_norule2857 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RPAREN_in_pseudo1853 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RPAREN_in_valuepart1454 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_RULE_in_inlineset573 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_RULE_in_ruleset639 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_ruleset_in_atstatement426 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_ruleset_in_atstatement432 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_ruleset_in_statement183 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_ruleset_in_statement304 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_any2204 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_any2291 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_atstatement347 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_atstatement356 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_atstatement380 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_atstatement388 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_atstatement411 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_atstatement422 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_atstatement428 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_atstatement453 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_attribute1758 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_attribute1790 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_attribute1802 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_combinator1542 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_combinator1554 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_combinator1566 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_combinator1576 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_declaration830 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_declarations791 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_funct1073 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_important886 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_important891 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_inlineset613 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_inlineset619 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_inlineset624 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_inlinestyle205 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_margin_rule576 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_margin_rule581 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_margin_rule588 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_media677 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_media683 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_media688 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_noprop2593 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_page485 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_page504 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_page514 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_property925 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_pseudo1827 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_pseudo1849 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_ruleset718 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_ruleset731 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_selector1606 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_selector1639 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_selpart1703 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_stylesheet266 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_term1000 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_term1010 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_term1029 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_S_in_valuepart1496 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_selector_in_combined_selector1446 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_selector_in_combined_selector1459 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_selector_in_combined_selector1513 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_selector_in_combined_selector1520 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_SELECTOR_in_selector1547 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_SELECTOR_in_selector1641 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_selpart_in_selector1603 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_selpart_in_selector1622 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_selpart_in_selector1636 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_selpart_in_selector1653 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_SEMICOLON_in_declarations789 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_SEMICOLON_in_nostatement2320 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_SEMICOLON_in_term1008 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_SET_in_atstatement350 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_set_in_attribute1766 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_SET_in_declarations715 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_SLASH_in_any2114 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_SLASH_in_any2138 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_SLASH_in_noprop2468 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_SLASH_in_norule2789 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_SLASH_in_valuepart1300 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_SLASH_in_valuepart1371 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_STARTSWITH_in_attribute1837 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_statement_in_stylesheet134 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_statement_in_stylesheet274 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_STRING_CHAR_in_noprop2555 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_string_in_any1967 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_string_in_any2060 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_string_in_attribute1799 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_string_in_attribute1878 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_string_in_norule2646 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_STRING_in_string2007 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_string_in_valuepart1127 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_string_in_valuepart1200 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_STYLESHEET_in_stylesheet125 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_term_in_terms947 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_term_in_terms953 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_terms_in_declaration809 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_terms_in_declaration833 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_terms_in_funct1076 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_terms_in_valuepart1358 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_TILDE_in_combinator1564 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_UNIRANGE_in_any2012 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_UNIRANGE_in_any2078 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_UNIRANGE_in_norule2677 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_UNIRANGE_in_valuepart1183 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_UNIRANGE_in_valuepart1245 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_URI_in_any1981 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_URI_in_any2066 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_URI_in_norule2660 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_URI_in_valuepart1146 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_URI_in_valuepart1214 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_VALUE_in_terms945 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_valuepart_in_term975 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FOLLOW_valuepart_in_term986 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_valuepart_in_valuepart1451 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_valuepart_in_valuepart1475 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_VIEWPORT_in_atstatement345 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FOLLOW_VIEWPORT_in_atstatement379 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FONT_CURSIVE - Static variable in interface cz.vutbr.web.css.CSSProperty
 
FONT_FACE_KEYWORD - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
FONT_FANTASY - Static variable in interface cz.vutbr.web.css.CSSProperty
 
FONT_MONOSPACED - Static variable in interface cz.vutbr.web.css.CSSProperty
 
FONT_SANS_SERIF - Static variable in interface cz.vutbr.web.css.CSSProperty
 
FONT_SERIF - Static variable in interface cz.vutbr.web.css.CSSProperty
 
FONTFACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
FONTFACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FONTFACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
funct() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
FUNCTION - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
FUNCTION - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
FUNCTION - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
FUNCTION_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
FUNCTION_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
functionName - Variable in class cz.vutbr.web.csskit.TermFunctionImpl
 

G

generateEOFRecover() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
Recovers from unexpected EOF by preparing new token
genericOneIdent(Class<T>, Declaration, Map<String, CSSProperty>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Processes declaration which is supposed to contain one identification term
genericOneIdentOrColor(Class<T>, T, Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Processes declaration which is supposed to contain one identification term or one TermColor
genericOneIdentOrInteger(Class<T>, T, boolean, Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
 
genericOneIdentOrIntegerOrNumber(Class<T>, T, T, boolean, Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
 
genericOneIdentOrLength(Class<T>, T, boolean, Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
 
genericOneIdentOrLengthOrPercent(Class<T>, T, T, boolean, Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
 
genericProperty(Class<T>, TermIdent, boolean, Map<String, CSSProperty>, String) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Converts TermIdent into value of enum of given class and stores it into properties map under key property
genericPropertyRaw(Class<T>, Set<T>, TermIdent) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Converts TermIdent into CSSProperty using intersection set.
genericTerm(Class<? extends Term<?>>, Term<?>, String, T, boolean, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Check whether given declaration contains one term of given type.
genericTermColor(Term<?>, String, T, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Converts term into Color and stored values and types in maps
genericTermIdent(Class<T>, Term<?>, boolean, String, Map<String, CSSProperty>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Converts TermIdent into value of CSSProperty for given class
genericTermLength(Term<?>, String, T, boolean, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Converts term into TermLength and stores values and types in maps
GenericTreeWalker - Class in cz.vutbr.web.domassign
A fallback implementation of the TreeWalker interface.
GenericTreeWalker(Node, int) - Constructor for class cz.vutbr.web.domassign.GenericTreeWalker
 
GenericTreeWalker.Traversal<T> - Class in cz.vutbr.web.domassign
This class implements traversal of DOM tree with simplified Visitor pattern.
GenericTreeWalker.Traversal(TreeWalker, Object) - Constructor for class cz.vutbr.web.domassign.GenericTreeWalker.Traversal
 
GenericTreeWalker.Traversal(Document, Object, int) - Constructor for class cz.vutbr.web.domassign.GenericTreeWalker.Traversal
 
genericTwoIdentsOrLengthsOrPercents(Class<T>, T, boolean, Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
 
get(CombinedSelector.Specificity.Level) - Method in interface cz.vutbr.web.css.CombinedSelector.Specificity
Gets specificity of level
get(int) - Method in class cz.vutbr.web.csskit.AbstractRule
 
get(CombinedSelector.Specificity.Level) - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl.SpecificityImpl
 
get(int) - Method in class cz.vutbr.web.csskit.TermListImpl
 
get(Analyzer.HolderItem, String) - Method in class cz.vutbr.web.domassign.Analyzer.Holder
Returns list of rules (ruleset) for given holder and key
get(E, P) - Method in class cz.vutbr.web.domassign.MultiMap
Gets the data for the given element and pseudo-element.
get(E) - Method in class cz.vutbr.web.domassign.MultiMap
Gets the data for the given element and no pseudo-element
get() - Method in class cz.vutbr.web.domassign.Variator.IntegerRef
 
getAndIncrement() - Method in interface cz.vutbr.web.csskit.PriorityStrategy
Gets current priority and atomically increments
getAST(CSSParser) - Method in enum cz.vutbr.web.csskit.antlr.CSSParserFactory.SourceType
Creates AST tree for CSSTreeParser
getAttribute() - Method in interface cz.vutbr.web.css.Selector.ElementAttribute
 
getAttribute() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
getAWTValue() - Method in enum cz.vutbr.web.css.CSSProperty.FontFamily
 
getBase() - Method in interface cz.vutbr.web.css.TermURI
 
getBase() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
Obtains the current base URL used for locating the eventual imported style sheets.
getBase() - Method in class cz.vutbr.web.csskit.antlr.CSSToken
Obtains the base URL used for the relative URIs
getBase() - Method in class cz.vutbr.web.csskit.TermURIImpl
 
getCharPositionInLine() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
getClassName() - Method in interface cz.vutbr.web.css.Selector.ElementClass
 
getClassName() - Method in interface cz.vutbr.web.css.Selector
Name of CSS class which is affected by this selector
getClassName() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementClassImpl
 
getClassName() - Method in class cz.vutbr.web.csskit.SelectorImpl
 
getColorByFunction(TermFunction) - Static method in class cz.vutbr.web.csskit.TermColorImpl
Creates color from rgb() function.
getColorByHash(String) - Static method in class cz.vutbr.web.csskit.TermColorImpl
Creates color from string in form #ABC or #AABBCC, or just simply ABC and AABBCC.
getColorByIdent(TermIdent) - Static method in class cz.vutbr.web.csskit.TermColorImpl
Checks indent value against color card.
getCombinator() - Method in interface cz.vutbr.web.css.Selector
Returns combinator of this and other simple selector
getCombinator() - Method in class cz.vutbr.web.csskit.SelectorImpl
 
getCurrentNode() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the current Node.
getDeclaration() - Method in interface cz.vutbr.web.css.Selector.PseudoPage
 
getDeclaration() - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
getDeclarationsForElement(Element, Selector.PseudoDeclaration, Analyzer.Holder) - Method in class cz.vutbr.web.domassign.DirectAnalyzer
 
getDeclarationTransformer() - Static method in class cz.vutbr.web.css.CSSFactory
Returns the registered DeclarationTransformer
getDefaultMatchCondition() - Static method in class cz.vutbr.web.css.CSSFactory
Obtains the default match condition to be used for matching the elements and selector parts.
getDefaultProperty(String) - Method in interface cz.vutbr.web.css.SupportedCSS
Return default value of CSSProperty under given name
getDefaultProperty(String) - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
getDefaultProperty(String) - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
getDefaultValue(String) - Method in interface cz.vutbr.web.css.SupportedCSS
Some CSSProperties have even additional values.
getDefaultValue(String) - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
getDefaultValue(String) - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
getDefinedPropertyNames() - Method in interface cz.vutbr.web.css.SupportedCSS
Returns names of defined properties
getDefinedPropertyNames() - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
getDefinedPropertyNames() - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
getDelegates() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
getDelegates() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
getDelegates() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
getDescription() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer.DFA36
 
getDescription() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer.DFA45
 
getElement() - Method in interface cz.vutbr.web.css.Selector.ElementDOM
 
getElement() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementDOMImpl
 
getElementName() - Method in interface cz.vutbr.web.css.Selector
Name of HTML element which is affected by this selector
getElementName() - Method in class cz.vutbr.web.csskit.SelectorImpl
 
getElementStyle(Element, Selector.PseudoDeclaration, String) - Method in class cz.vutbr.web.domassign.DirectAnalyzer
Computes the style of an element with an eventual pseudo element for the given media.
getEncoding() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
Obtains current character encoding used for processing the style sheets.
getExpandEntityReferences() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return whether children entity references are included in the iterator.
getFilter() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the NodeFilter
getFunctionName() - Method in interface cz.vutbr.web.css.Selector.PseudoPage
 
getFunctionName() - Method in interface cz.vutbr.web.css.TermFunction
 
getFunctionName() - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
getFunctionName() - Method in class cz.vutbr.web.csskit.TermFunctionImpl
 
getGrammarFileName() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
getGrammarFileName() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
getGrammarFileName() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
getID() - Method in interface cz.vutbr.web.css.Selector.ElementID
 
getID() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementIDImpl
 
getIDName() - Method in interface cz.vutbr.web.css.Selector
ID of CSS item which is affected by this selector
getIDName() - Method in class cz.vutbr.web.csskit.SelectorImpl
 
getImplyPixelLength() - Static method in class cz.vutbr.web.css.CSSFactory
Says whether to allow lengths with no units and interpret them as pixels.
getInheritanceLevel() - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
getInput(Object, String) - Method in enum cz.vutbr.web.csskit.antlr.CSSParserFactory.SourceType
Creates input for CSSLexer
getInstance() - Static method in class cz.vutbr.web.csskit.RuleFactoryImpl
 
getInstance() - Static method in class cz.vutbr.web.csskit.TermFactoryImpl
 
getInstance() - Static method in class cz.vutbr.web.domassign.DeclarationTransformer
Returns instance
getInstance() - Static method in class cz.vutbr.web.domassign.SupportedCSS21
Gets instance of SupportedCSS21
getInstance() - Static method in class cz.vutbr.web.domassign.SupportedCSS3
Gets instance of SupportedCSS21
getIntValue() - Method in interface cz.vutbr.web.css.TermInteger
 
getIntValue() - Method in class cz.vutbr.web.csskit.TermIntegerImpl
 
getKey() - Method in interface cz.vutbr.web.css.TermPair
Gets key
getKey() - Method in class cz.vutbr.web.csskit.TermPairImpl
 
getLastMark() - Method in interface cz.vutbr.web.css.StyleSheet
Gets last mark priority
getLastMark() - Method in class cz.vutbr.web.csskit.StyleSheetImpl
 
getLastSelector() - Method in interface cz.vutbr.web.css.CombinedSelector
Gets last Selector stored in list, so its values are easily read
getLastSelector() - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl
 
getLexerState() - Method in class cz.vutbr.web.csskit.antlr.CSSToken
Gets lexer state at creation of token
getLine() - Method in class cz.vutbr.web.css.Declaration.Source
 
getLine() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
getMarginArea() - Method in interface cz.vutbr.web.css.RuleMargin
Returns margin area
getMarginArea() - Method in class cz.vutbr.web.csskit.RuleMarginImpl
 
getMedia() - Method in interface cz.vutbr.web.css.RuleMedia
Returns list of all media associated with this rule
getMedia() - Method in class cz.vutbr.web.csskit.RuleMediaImpl
 
getName() - Method in interface cz.vutbr.web.css.RulePage
Gets name of the page
getName() - Method in interface cz.vutbr.web.css.Selector.ElementName
 
getName() - Method in class cz.vutbr.web.csskit.RulePageImpl
Gets name of the page
getName() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementNameImpl
 
getOperator() - Method in interface cz.vutbr.web.css.Selector.ElementAttribute
 
getOperator() - Method in interface cz.vutbr.web.css.Term
Operator between two terms.
getOperator() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
getOperator() - Method in class cz.vutbr.web.csskit.TermImpl
 
getOperator() - Method in class cz.vutbr.web.csskit.TermListImpl
 
getOrCreate(E, P) - Method in class cz.vutbr.web.domassign.MultiMap
Gets the data or creates an empty list if it does not exist yet.
getOrdinal(String) - Method in interface cz.vutbr.web.css.SupportedCSS
Returns ordinal number of propertyName.
getOrdinal(String) - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
getOrdinal(String) - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
getOrigin() - Method in interface cz.vutbr.web.css.StyleSheet
Gets the origin of the stylesheet.
getOrigin() - Method in class cz.vutbr.web.csskit.StyleSheetImpl
 
getOriginOrder() - Method in class cz.vutbr.web.domassign.AssignedDeclaration
Computes the priority order of the declaration based on its origin and importance according to the CSS specification.
getPosition() - Method in class cz.vutbr.web.css.Declaration.Source
 
getPriority() - Method in interface cz.vutbr.web.css.RuleBlock
Returns priority associated with this object
getPriority() - Method in class cz.vutbr.web.csskit.AbstractRuleBlock
 
getProperty() - Method in interface cz.vutbr.web.css.Declaration
 
getProperty(String) - Method in interface cz.vutbr.web.css.NodeData
Returns property of given name and supposed type.
getProperty(String, boolean) - Method in interface cz.vutbr.web.css.NodeData
Returns property of given name and supposed type.
getProperty() - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
getProperty(String) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
getProperty(String, boolean) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
getProperty(String) - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
getProperty(String, boolean) - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
getPropertyName(int) - Method in interface cz.vutbr.web.css.SupportedCSS
Returns property name according to ordinal number
getPropertyName(int) - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
getPropertyName(int) - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
getPropertyNames() - Method in interface cz.vutbr.web.css.NodeData
Returns the names of all the that are available in the current node.
getPropertyNames() - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
getPropertyNames() - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
getPseudo() - Method in interface cz.vutbr.web.css.RulePage
Gets pseudo-class of the page
getPseudo() - Method in class cz.vutbr.web.csskit.RulePageImpl
Gets pseudo-class of the page
getPseudoElement() - Method in interface cz.vutbr.web.css.CombinedSelector
Reads the pseudo element of the last simple selector as defined in the CSS specs
getPseudoElement() - Method in interface cz.vutbr.web.css.Selector
Reads the pseudoelement of the selector
getPseudoElement() - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl
 
getPseudoElement() - Method in class cz.vutbr.web.csskit.SelectorImpl
 
getRandomPropertyName() - Method in interface cz.vutbr.web.css.SupportedCSS
For testing, this should get name of randomly chosen CSSProperty.
getRandomPropertyName() - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
getRandomPropertyName() - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
getRawData() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
getRoot() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
 
getRuleFactory() - Static method in class cz.vutbr.web.css.CSSFactory
Returns registered RuleFactory
getSelectors() - Method in interface cz.vutbr.web.css.RuleSet
Gets selectors of given declaration
getSelectors() - Method in class cz.vutbr.web.csskit.RuleSetImpl
 
getSource() - Method in interface cz.vutbr.web.css.Declaration
 
getSource() - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
getSourceDeclaration(String) - Method in interface cz.vutbr.web.css.NodeData
Obtains the source declaration used for this property.
getSourceDeclaration(String) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
getSourceDeclaration(String) - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
getSourceName() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
getStyleSheet() - Method in interface cz.vutbr.web.css.RuleBlock
Returns the stylesheet where the rule is contained.
getStyleSheet() - Method in class cz.vutbr.web.csskit.AbstractRuleBlock
 
getSupportedCSS() - Static method in class cz.vutbr.web.css.CSSFactory
Returns registered SupportedCSS
getTermColor(String) - Static method in class cz.vutbr.web.csskit.ColorCard
Return color by its name
getTermFactory() - Static method in class cz.vutbr.web.css.CSSFactory
Returns TermFactory registered in step above
getText() - Method in class cz.vutbr.web.csskit.antlr.CSSToken
Returns common text stored in token.
getTokenNames() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
getTokenNames() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
getTotalProperties() - Method in interface cz.vutbr.web.css.SupportedCSS
Returns total number of properties defined
getTotalProperties() - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
getTotalProperties() - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.any_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.atstatement_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.attribute_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.combinator_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.combined_selector_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.declaration_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.declarations_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.funct_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.important_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.inlineset_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.inlinestyle_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.margin_rule_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.media_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.noprop_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.norule_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.nostatement_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.page_pseudo_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.page_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.property_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.pseudo_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.pseudocolon_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.ruleset_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.selector_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.selpart_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.statement_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.string_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.stylesheet_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.term_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.terms_return
 
getTree() - Method in class cz.vutbr.web.csskit.antlr.CSSParser.valuepart_return
 
getTreeAdaptor() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
getUnit() - Method in interface cz.vutbr.web.css.TermNumeric
Returns unit of type or null if not defined for numeric types that does not allow units
getUnit() - Method in class cz.vutbr.web.csskit.TermNumericImpl
 
getURI() - Method in interface cz.vutbr.web.css.RuleImport
Deprecated.
Gets URI of import rule file
getURI() - Method in class cz.vutbr.web.csskit.RuleImportImpl
Deprecated.
 
getUrl() - Method in class cz.vutbr.web.css.Declaration.Source
 
getUsedStyles(Document, URL, String) - Static method in class cz.vutbr.web.css.CSSFactory
Loads all the style sheets used from the specified DOM tree.
getUsedStyles(Document, String, URL, String) - Static method in class cz.vutbr.web.css.CSSFactory
Loads all the style sheets used from the specified DOM tree.
getValue(String, boolean) - Method in interface cz.vutbr.web.css.NodeData
Returns value of property of given name as a generic type.
getValue(Class<T>, String) - Method in interface cz.vutbr.web.css.NodeData
Returns value of property of given name and supposed type.
getValue(Class<T>, String, boolean) - Method in interface cz.vutbr.web.css.NodeData
Returns value of property of given name and supposed type.
getValue() - Method in interface cz.vutbr.web.css.Selector.ElementAttribute
 
getValue() - Method in interface cz.vutbr.web.css.Selector.PseudoPage
 
getValue() - Method in interface cz.vutbr.web.css.Term
Getter for value
getValue() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
getValue() - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
getValue() - Method in class cz.vutbr.web.csskit.TermImpl
 
getValue() - Method in class cz.vutbr.web.csskit.TermListImpl
 
getValue(String, boolean) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
getValue(Class<T>, String, boolean) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
getValue(Class<T>, String) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
getValue(String, boolean) - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
getValue(Class<T>, String) - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
getValue(Class<T>, String, boolean) - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
getWhatToShow() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the whatToShow value
GREATER - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
GREATER - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
GREATER - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 

H

hash - Variable in class cz.vutbr.web.csskit.AbstractRule
 
HASH - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
HASH - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
HASH - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
HASH_SIGN - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
hashCode() - Method in class cz.vutbr.web.csskit.AbstractRule
 
hashCode() - Method in class cz.vutbr.web.csskit.AbstractRuleBlock
 
hashCode() - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl.SpecificityImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.RuleImportImpl
Deprecated.
 
hashCode() - Method in class cz.vutbr.web.csskit.RuleMarginImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.RuleMediaImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.RulePageImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.RuleSetImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementClassImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementDOMImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementIDImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementNameImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.SelectorImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.TermFunctionImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.TermImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.TermListImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.TermNumericImpl
 
hashCode() - Method in class cz.vutbr.web.csskit.TermPairImpl
 
hashCode() - Method in class cz.vutbr.web.domassign.AssignedDeclaration
 
hashCode() - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
hasPseudo(E, P) - Method in class cz.vutbr.web.domassign.MultiMap
Checks if the given pseudo element is available for the given element

I

ID_ATTR - Static variable in class cz.vutbr.web.csskit.ElementUtil
 
IDENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
IDENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
IDENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
IDENT_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
IDENT_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
IDENT_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
IMPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
IMPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
IMPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
IMPORT_END - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
IMPORT_END - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
IMPORT_END - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
IMPORT_KEYWORD - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
IMPORTANT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
IMPORTANT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
important() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
IMPORTANT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
important() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
important - Variable in class cz.vutbr.web.csskit.DeclarationImpl
 
IMPORTANT_KEYWORD - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
inc() - Method in class cz.vutbr.web.domassign.Variator.IntegerRef
 
INCLUDES - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INCLUDES - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INCLUDES - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
index() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
INDEX - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INDEX - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INDEX - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INHERIT_KEYWORD - Static variable in interface cz.vutbr.web.css.CSSProperty
CSS "inherit" keyword for retrieving instance by Translator object
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Azimuth
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Background
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundAttachment
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundColor
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundImage
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundPosition
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundRepeat
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Border
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BorderCollapse
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BorderColor
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BorderRadius
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BorderSpacing
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BorderStyle
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.BorderWidth
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Bottom
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.CaptionSide
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Clear
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Clip
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Color
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Content
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.CounterIncrement
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.CounterReset
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Cue
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Cursor
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Direction
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Display
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Elevation
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.EmptyCells
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Float
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Font
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.FontFamily
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.FontSize
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.FontStyle
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.FontVariant
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.FontWeight
 
inherited() - Method in class cz.vutbr.web.css.CSSProperty.GenericCSSPropertyProxy
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Height
 
inherited() - Method in interface cz.vutbr.web.css.CSSProperty
Allows declarations of properties to inherit or to be inherited
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Left
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.LetterSpacing
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.LineHeight
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyle
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyleImage
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.ListStylePosition
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyleType
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Margin
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.MaxHeight
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.MaxWidth
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.MinHeight
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.MinWidth
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Opacity
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Orphans
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Outline
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineColor
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineStyle
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineWidth
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Overflow
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Padding
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.PageBreak
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.PageBreakInside
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Pause
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Pitch
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.PitchRange
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.PlayDuring
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Position
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Quotes
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Richness
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Right
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Speak
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakHeader
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakNumeral
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakPunctuation
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.SpeechRate
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Stress
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.TableLayout
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.TextAlign
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.TextDecoration
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.TextIndent
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.TextTransform
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Top
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.UnicodeBidi
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.VerticalAlign
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Visibility
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.VoiceFamily
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Volume
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.WhiteSpace
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Widows
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.Width
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.WordSpacing
 
inherited() - Method in enum cz.vutbr.web.css.CSSProperty.ZIndex
 
inheritFrom(NodeData) - Method in interface cz.vutbr.web.css.NodeData
Accepts values from parent as its own.
inheritFrom(NodeData) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
inheritFrom(NodeData) - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
init(StyleSheet) - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
This function must be called to initialize lexer's state.
init(StyleSheet) - Method in class cz.vutbr.web.csskit.antlr.CSSParser
This function must be called to initialize parser's state.
init(StyleSheet, Preparator) - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
inlineset() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
inlineset() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INLINESTYLE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INLINESTYLE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
inlinestyle() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
INLINESTYLE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
inlinestyle() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
insert(Analyzer.HolderItem, String, RuleSet) - Method in class cz.vutbr.web.domassign.Analyzer.Holder
Inserts Ruleset into group identified by HolderType, and optionally by key value
INTEGER_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INTEGER_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INTEGER_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INVALID_DECLARATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INVALID_DECLARATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INVALID_DECLARATION - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INVALID_DIRECTIVE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INVALID_DIRECTIVE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INVALID_DIRECTIVE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INVALID_IMPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INVALID_IMPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INVALID_IMPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INVALID_SELECTOR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INVALID_SELECTOR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INVALID_SELECTOR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INVALID_SELPART - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INVALID_SELPART - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INVALID_SELPART - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INVALID_STATEMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INVALID_STATEMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INVALID_STATEMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INVALID_STRING - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INVALID_STRING - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INVALID_STRING - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
INVALID_TOKEN - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
INVALID_TOKEN - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
INVALID_TOKEN - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
isAngle() - Method in enum cz.vutbr.web.css.TermNumeric.Unit
 
isBalanced() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
Checks whether all pair characters (single and double quotatation marks, curly braces) are balanced
isBalanced(CSSLexer.LexerState.RecoveryMode, CSSLexer.LexerState) - Method in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
Checks whether some pair characters are balanced.
isEmpty() - Method in class cz.vutbr.web.domassign.Analyzer.Holder
 
isFrequency() - Method in enum cz.vutbr.web.css.TermNumeric.Unit
 
isImportant() - Method in interface cz.vutbr.web.css.Declaration
 
isImportant() - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
isInherited(int) - Method in class cz.vutbr.web.csskit.DeclarationImpl
This declaration type is never inherited
isLength() - Method in enum cz.vutbr.web.css.TermNumeric.Unit
 
isPercentage() - Method in interface cz.vutbr.web.css.TermLengthOrPercent
 
isPercentage() - Method in class cz.vutbr.web.csskit.TermLengthImpl
 
isPercentage() - Method in class cz.vutbr.web.csskit.TermPercentImpl
 
isPseudoElement() - Method in enum cz.vutbr.web.css.Selector.PseudoDeclaration
 
isSameElementType(Element, Element) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
Checks whether two elements have the same name.
isSatisfied(Element, Selector.SelectorPart) - Method in interface cz.vutbr.web.css.MatchCondition
Checks whether the condition is satisfied for the given element and selector part.
isSatisfied(Element, Selector.SelectorPart) - Method in class cz.vutbr.web.csskit.MatchConditionImpl
 
isSatisfied(Element, Selector.SelectorPart) - Method in class cz.vutbr.web.csskit.MatchConditionOnElements
 
isSupportedCSSProperty(String) - Method in interface cz.vutbr.web.css.SupportedCSS
Checks whether property is supported
isSupportedCSSProperty(String) - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
isSupportedCSSProperty(String) - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
isSupportedMedia(String) - Method in interface cz.vutbr.web.css.SupportedCSS
Checks whether media type is supported
isSupportedMedia(String) - Method in class cz.vutbr.web.domassign.SupportedCSS21
 
isSupportedMedia(String) - Method in class cz.vutbr.web.domassign.SupportedCSS3
 
isTime() - Method in enum cz.vutbr.web.css.TermNumeric.Unit
 
item - Variable in class cz.vutbr.web.domassign.Analyzer.HolderSelector
 
iterator() - Method in class cz.vutbr.web.csskit.AbstractRule
 
iterator() - Method in class cz.vutbr.web.csskit.TermListImpl
 

K

key - Variable in class cz.vutbr.web.csskit.TermPairImpl
 
key - Variable in class cz.vutbr.web.domassign.Analyzer.HolderSelector
 
keySet() - Method in class cz.vutbr.web.domassign.MultiMap
Gets all the keys (elements) of the main map.

L

LA(int) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
lastChild() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the last child Node from the current node, after applying filter, whatToshow.
LBRACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
LBRACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
LBRACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
LCURLY - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
LCURLY - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
LCURLY - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
LESS - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
LESS - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
LESS - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
levelTraversal(T) - Method in class cz.vutbr.web.domassign.GenericTreeWalker.Traversal
 
levelTraversal(T) - Method in class cz.vutbr.web.domassign.Traversal
 
LINE_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
list - Variable in class cz.vutbr.web.csskit.AbstractRule
 
listTraversal(T) - Method in class cz.vutbr.web.domassign.GenericTreeWalker.Traversal
 
listTraversal(T) - Method in class cz.vutbr.web.domassign.Traversal
 
log - Static variable in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
LPAREN - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
LPAREN - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
LPAREN - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
ls - Variable in class cz.vutbr.web.csskit.antlr.CSSToken
Current lexer state
LT(int) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 

M

mAPOS() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
margin() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
MARGIN_AREA - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MARGIN_AREA - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
MARGIN_AREA - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
MARGIN_AREA_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
margin_rule() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
mark() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
markAndIncrement() - Method in interface cz.vutbr.web.csskit.PriorityStrategy
Gets current priority and atomically increments.
markLast(RuleBlock.Priority) - Method in interface cz.vutbr.web.css.StyleSheet
Marks last priority used in this style-sheet
markLast(RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.StyleSheetImpl
 
markPriority() - Method in interface cz.vutbr.web.csskit.antlr.Preparator
Marks priority
markPriority() - Method in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
mASTERISK() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MatchCondition - Interface in cz.vutbr.web.css
An additional condition for matching the selectors.
MatchConditionImpl - Class in cz.vutbr.web.csskit
A default match condition that matches the LINK (or other) pseudo classes to link elements.
MatchConditionImpl() - Constructor for class cz.vutbr.web.csskit.MatchConditionImpl
Creates the fefault condition that matches the LINK pseudo class to links.
MatchConditionImpl(Selector.PseudoDeclaration) - Constructor for class cz.vutbr.web.csskit.MatchConditionImpl
Creates the fefault condition that matches the given pseudo class to links.
MatchConditionOnElements - Class in cz.vutbr.web.csskit
A match condition for matching the pseudo classes to particular elements.
MatchConditionOnElements() - Constructor for class cz.vutbr.web.csskit.MatchConditionOnElements
Creates the condition with an empty set of assigned elements and element names.
MatchConditionOnElements(Element, Selector.PseudoDeclaration) - Constructor for class cz.vutbr.web.csskit.MatchConditionOnElements
Creates the condition and assigns a pseudo class to a given element.
MatchConditionOnElements(String, Selector.PseudoDeclaration) - Constructor for class cz.vutbr.web.csskit.MatchConditionOnElements
Creates the condition and assigns a pseudo class to a given element name.
matches(Element) - Method in interface cz.vutbr.web.css.Selector
Matches simple selector against DOM element
matches(Element, MatchCondition) - Method in interface cz.vutbr.web.css.Selector
Matches simple selector against DOM element with an additional condition
matches(Element, MatchCondition) - Method in interface cz.vutbr.web.css.Selector.SelectorPart
 
matches(Element, MatchCondition) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
matches(Element, MatchCondition) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementClassImpl
 
matches(Element, MatchCondition) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementDOMImpl
 
matches(Element, MatchCondition) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementIDImpl
 
matches(Element, MatchCondition) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementNameImpl
 
matches(Element) - Method in class cz.vutbr.web.csskit.SelectorImpl
 
matches(Element, MatchCondition) - Method in class cz.vutbr.web.csskit.SelectorImpl
 
matches(Element, MatchCondition) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
matchesAttribute(Element, String, String, Selector.Operator) - Static method in class cz.vutbr.web.csskit.ElementUtil
 
matchesClass(Element, String) - Static method in class cz.vutbr.web.csskit.ElementUtil
 
matchesClassOld(Element, String) - Static method in class cz.vutbr.web.csskit.ElementUtil
 
matchesID(Element, String) - Static method in class cz.vutbr.web.csskit.ElementUtil
 
matchesName(Element, String) - Static method in class cz.vutbr.web.csskit.ElementUtil
 
matchSelector(CombinedSelector, Element, TreeWalker) - Method in class cz.vutbr.web.domassign.Analyzer
 
matchSelector(CombinedSelector, Element) - Method in class cz.vutbr.web.domassign.DirectAnalyzer
 
mATKEYWORD() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MAX_HUE - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
MAX_VALUE - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
mCDC() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCDO() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCHARSET() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCLASSKEYWORD() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCOLON() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCOMMA() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCOMMENT() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCONTAINS() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCTRL() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mCTRL_CHAR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mDASHMATCH() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mDIMENSION() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MEDIA - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MEDIA - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
media() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
MEDIA - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
media() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
MEDIA_DELIM - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
MEDIA_KEYWORD - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
medias - Variable in class cz.vutbr.web.csskit.RuleMediaImpl
List of medias
mENDSWITH() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mEQUALS() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mESCAPE_CHAR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mEXCLAMATION() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mEXPRESSION() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mFONTFACE() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mFUNCTION() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mGREATER() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mHASH() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mIDENT() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mIDENT_MACR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mime - Variable in class org.fit.net.DataURLHandler
 
mIMPORT() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MIN_VALUE - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
mINCLUDES() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mINDEX() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mINTEGER_MACR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MINUS - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MINUS - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
MINUS - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
mINVALID_TOKEN() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mLBRACE() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mLCURLY() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mLESS() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mLPAREN() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mMARGIN_AREA() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mMEDIA() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mMINUS() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mNAME_CHAR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mNAME_MACR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mNAME_START() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mNL_CHAR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mNON_ASCII() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mNUMBER() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mNUMBER_MACR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mPAGE() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mPERCENT() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mPERCENTAGE() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mPLUS() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mQUESTION() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mQUOT() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mRBRACE() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mRCURLY() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mRPAREN() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mS() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mSEMICOLON() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mSL_COMMENT() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mSLASH() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mSTARTSWITH() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mSTRING() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mSTRING_CHAR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mSTRING_MACR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mT__101() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mT__102() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mT__103() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mTILDE() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mTokens() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
MultiMap<E,P,D> - Class in cz.vutbr.web.domassign
This is a general map that assigns the data D to two keys E (Element) and P (Pseudo element).
MultiMap() - Constructor for class cz.vutbr.web.domassign.MultiMap
Creates an empty map
MultiMap(int) - Constructor for class cz.vutbr.web.domassign.MultiMap
Creates an empty map
mUNIRANGE() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mURI() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mURI_CHAR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mURI_MACR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mVIEWPORT() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mW_CHAR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
mW_MACR() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 

N

name - Variable in class cz.vutbr.web.csskit.RulePageImpl
 
NAME_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
NAME_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
NAME_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
NAME_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
NAME_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
NAME_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
NAME_START - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
NAME_START - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
NAME_START - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
names - Variable in class cz.vutbr.web.domassign.Repeater
Property names for each iteration of repeater object
names - Variable in class cz.vutbr.web.domassign.Variator
Property names according to each variant
NEW_LINE - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
nextNode() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the next Node from the current node, after applying filter, whatToshow.
nextSibling() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the next sibling Node from the current node, after applying filter, whatToshow.
nextToken() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
Overrides next token to match includes and to recover from EOF
NL_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
NL_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
NL_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
NodeData - Interface in cz.vutbr.web.css
Wrap of CSS properties defined for element.
NON_ASCII - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
NON_ASCII - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
NON_ASCII - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
noprop() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
norule() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
nostatement() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
NUMBER - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
NUMBER - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
NUMBER - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
NUMBER_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
NUMBER_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
NUMBER_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 

O

openConnection(URL) - Method in class org.fit.net.DataURLHandler
 
operation(int, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.Repeater
Repeating operation
operator - Variable in class cz.vutbr.web.csskit.TermImpl
 
operator - Variable in class cz.vutbr.web.csskit.TermListImpl
 
org.fit.net - package org.fit.net
 
origin - Variable in class cz.vutbr.web.domassign.AssignedDeclaration
 
OutputUtil - Class in cz.vutbr.web.csskit
Helper class for generation output for given CSS rules
OutputUtil() - Constructor for class cz.vutbr.web.csskit.OutputUtil
 

P

PAGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
PAGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
page() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
PAGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
PAGE_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
PAGE_KEYWORD - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
PAGE_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
page_pseudo() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
PARENBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
PARENBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
PARENBLOCK - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
parenNest - Variable in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
 
parentNode() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the parent Node from the current node, after applying filter, whatToshow.
parse(URL, String) - Static method in class cz.vutbr.web.css.CSSFactory
Parses URL into StyleSheet
parse(String, String) - Static method in class cz.vutbr.web.css.CSSFactory
Parses file into StyleSheet.
parse(String) - Static method in class cz.vutbr.web.css.CSSFactory
Parses text into StyleSheet
parse(Object, String, CSSParserFactory.SourceType, Element, boolean, URL) - Static method in class cz.vutbr.web.csskit.antlr.CSSParserFactory
Parses source of given type
parse(Object, String, CSSParserFactory.SourceType, URL) - Static method in class cz.vutbr.web.csskit.antlr.CSSParserFactory
Parses source of given type.
parse(CSSTreeParser) - Method in enum cz.vutbr.web.csskit.antlr.CSSParserFactory.SourceType
Creates StyleSheet from AST tree
parseDeclaration(Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.DeclarationTransformer
Core function.
parsingMethods() - Method in class cz.vutbr.web.domassign.DeclarationTransformer
 
PERCENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
PERCENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
PERCENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
PERCENT_CONVERSION - Static variable in class cz.vutbr.web.csskit.TermColorImpl
 
PERCENT_SIGN - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
PERCENTAGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
PERCENTAGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
PERCENTAGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
PLUS - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
PLUS - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
PLUS - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
positionMatches(int, int[]) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
Checks whether the element position matches a an+b index specification.
PRECEDING - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
PRECEDING - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
PRECEDING - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
Preparator - Interface in cz.vutbr.web.csskit.antlr
Prepares StyleSheet blocks in parser.
prepareInlineRuleSet(List<Declaration>, List<Selector.PseudoPage>) - Method in interface cz.vutbr.web.csskit.antlr.Preparator
Creates block of rules as result of parsing in-line declaration.
prepareInlineRuleSet(List<Declaration>, List<Selector.PseudoPage>) - Method in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
prepareRuleFontFace(List<Declaration>) - Method in interface cz.vutbr.web.csskit.antlr.Preparator
Creates RuleFontFace, block of rules associated with specific font
prepareRuleFontFace(List<Declaration>) - Method in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
prepareRuleMargin(String, List<Declaration>) - Method in interface cz.vutbr.web.csskit.antlr.Preparator
Creates RuleMargin, block of declarations associated with specific area in the page margin.
prepareRuleMargin(String, List<Declaration>) - Method in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
prepareRuleMedia(RuleBlock.Priority, List<RuleSet>, List<String>) - Method in interface cz.vutbr.web.csskit.antlr.Preparator
Creates RuleMedia, block of rules with assigned medias.
prepareRuleMedia(RuleBlock.Priority, List<RuleSet>, List<String>) - Method in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
prepareRulePage(List<Declaration>, List<RuleMargin>, String, String) - Method in interface cz.vutbr.web.csskit.antlr.Preparator
Creates RulePage, block of rules associated with specific page
prepareRulePage(List<Declaration>, List<RuleMargin>, String, String) - Method in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
prepareRuleSet(List<CombinedSelector>, List<Declaration>, boolean, List<String>) - Method in interface cz.vutbr.web.csskit.antlr.Preparator
Creates base block of rules.
prepareRuleSet(List<CombinedSelector>, List<Declaration>, boolean, List<String>) - Method in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
prepareRuleViewport(List<Declaration>) - Method in interface cz.vutbr.web.csskit.antlr.Preparator
Creates RuleViewport, block of rules associated with the viewport.
prepareRuleViewport(List<Declaration>) - Method in class cz.vutbr.web.csskit.antlr.SimplePreparator
 
PrettyOutput - Interface in cz.vutbr.web.css
Forces human readable variant of toString() method.
previousNode() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the previous Node from the current node, after applying filter, whatToshow.
previousSibling() - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the previous sibling Node from the current node, after applying filter, whatToshow.
priority - Variable in class cz.vutbr.web.csskit.AbstractRuleBlock
 
PriorityStrategy - Interface in cz.vutbr.web.csskit
Assigns priorities
processNode(T, Node, Object) - Method in class cz.vutbr.web.domassign.GenericTreeWalker.Traversal
 
processNode(T, Node, Object) - Method in class cz.vutbr.web.domassign.Traversal
 
property() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
property() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
property - Variable in class cz.vutbr.web.csskit.DeclarationImpl
 
PROPERTY_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
PROPERTY_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
PSEUDO - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
PSEUDO - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
pseudo() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
PSEUDO - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
pseudo() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
pseudo - Variable in class cz.vutbr.web.csskit.RulePageImpl
 
pseudocolon() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
pseudoSet(E) - Method in class cz.vutbr.web.domassign.MultiMap
Gets all the pseudo elements that are available for the given element.
push(Declaration) - Method in interface cz.vutbr.web.css.NodeData
Adds data stored in declaration into current instance
push(Declaration) - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
push(Declaration) - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
put(E, P, D) - Method in class cz.vutbr.web.domassign.MultiMap
Sets the data for the specified element and pseudo-element.

Q

QuadrupleMapNodeData - Class in cz.vutbr.web.domassign
Implementation of NodeData by four distinct HashMaps.
QuadrupleMapNodeData() - Constructor for class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
QUESTION - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
QUESTION - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
QUESTION - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
QUOT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
QUOT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
QUOT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
quotOpen - Variable in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
 

R

RBRACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
RBRACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
RBRACE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
RCURLY - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
RCURLY - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
RCURLY - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
recover(RecognitionException) - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
Does special token recovery for some cases
recoverFromMismatchedToken(IntStream, int, BitSet) - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
registerDeclarationTransformer(DeclarationTransformer) - Static method in class cz.vutbr.web.css.CSSFactory
Registers new DeclarationTransformer
registerDefaultMatchCondition(MatchCondition) - Static method in class cz.vutbr.web.css.CSSFactory
Registers a new default match condition to be used for matching the elements and selector parts.
registerNodeDataInstance(Class<? extends NodeData>) - Static method in class cz.vutbr.web.css.CSSFactory
Registers node data instance.
registerRuleFactory(RuleFactory) - Static method in class cz.vutbr.web.css.CSSFactory
Registers new RuleFactory
registerSupportedCSS(SupportedCSS) - Static method in class cz.vutbr.web.css.CSSFactory
Registers new SupportedCSS instance
registerTermFactory(TermFactory) - Static method in class cz.vutbr.web.css.CSSFactory
Registers new TermFactory instance
release(int) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
remove(int) - Method in class cz.vutbr.web.csskit.AbstractRule
 
remove(int) - Method in class cz.vutbr.web.csskit.TermListImpl
 
removeMatch(Element, Selector.PseudoDeclaration) - Method in class cz.vutbr.web.csskit.MatchConditionOnElements
Removes the pseudo class from the given element.
removeMatch(String, Selector.PseudoDeclaration) - Method in class cz.vutbr.web.csskit.MatchConditionOnElements
Removes the pseudo class from the given element name.
repeat(Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.Repeater
Repeats operations on terms
Repeater - Class in cz.vutbr.web.domassign
Repeats one operation on different CSS declaration duplication of code.
Repeater(int) - Constructor for class cz.vutbr.web.domassign.Repeater
Constructor
repeatOverFourTermDeclaration(Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.Repeater
Construct terms array to be used by repeated object from available terms (in size 1 to 4) according to CSS rules.
replaceAll(List<T>) - Method in interface cz.vutbr.web.css.Rule
Replaces all elements stored inside.
replaceAll(List<T>) - Method in class cz.vutbr.web.csskit.AbstractRule
 
reset() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer
 
reset(TreeWalker, Object) - Method in class cz.vutbr.web.domassign.GenericTreeWalker.Traversal
 
reset(TreeWalker, Object) - Method in class cz.vutbr.web.domassign.Traversal
 
resetPriority() - Static method in class cz.vutbr.web.csskit.antlr.CSSParserFactory
Resets the rule priority to the initial state (completely new parsing)
rewind() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
rewind(int) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
RPAREN - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
RPAREN - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
RPAREN - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
Rule<T> - Interface in cz.vutbr.web.css
Base class for elements of CSS definition.
RULE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
RULE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
RULE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
RULE_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
RULE_DELIM - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
RULE_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
RuleBlock<T> - Interface in cz.vutbr.web.css
Special case of rule, where rule is meant to be comparable with other rules to determine priority of CSS declarations
RuleBlock.Priority - Interface in cz.vutbr.web.css
Priority mark object.
RuleFactory - Interface in cz.vutbr.web.css
Creates rules, declarations and selectors, that is the most of CSS grammar elements
RuleFactoryImpl - Class in cz.vutbr.web.csskit
 
RuleFontFace - Interface in cz.vutbr.web.css
Contains collection of CSS declarations specified for a given font.
RuleFontFaceImpl - Class in cz.vutbr.web.csskit
Wrap of declarations bound with a font specification
RuleFontFaceImpl(RuleBlock.Priority) - Constructor for class cz.vutbr.web.csskit.RuleFontFaceImpl
 
RuleImport - Interface in cz.vutbr.web.css
Deprecated.
RuleImportImpl - Class in cz.vutbr.web.csskit
Deprecated.
RuleImportImpl(RuleBlock.Priority) - Constructor for class cz.vutbr.web.csskit.RuleImportImpl
Deprecated.
Creates empty RuleImport instance
RuleMargin - Interface in cz.vutbr.web.css
Contains CSS rules associated with a specific area in the page margin.
RuleMargin.MarginArea - Enum in cz.vutbr.web.css
 
RuleMarginImpl - Class in cz.vutbr.web.csskit
Implementation of RuleMargin
RuleMarginImpl(String, RuleBlock.Priority) - Constructor for class cz.vutbr.web.csskit.RuleMarginImpl
 
RuleMedia - Interface in cz.vutbr.web.css
Contains CSS rules associated with medias.
RuleMediaImpl - Class in cz.vutbr.web.csskit
Implementation of RuleMedia
RuleMediaImpl(RuleBlock.Priority) - Constructor for class cz.vutbr.web.csskit.RuleMediaImpl
Creates an empty object to be filled by interface methods
RulePage - Interface in cz.vutbr.web.css
Contains collection of CSS declarations specified for a page rule.
RulePageImpl - Class in cz.vutbr.web.csskit
Wrap of declarations bounded with a page rule
RulePageImpl(RuleBlock.Priority) - Constructor for class cz.vutbr.web.csskit.RulePageImpl
 
rules - Variable in class cz.vutbr.web.domassign.Analyzer
For all medias holds maps of declared rules classified into groups of HolderItem (ID, CLASS, ELEMENT, OTHER).
RuleSet - Interface in cz.vutbr.web.css
Holds set of CSS declarations for specified selectors.
ruleset() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
ruleset() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
RuleSetImpl - Class in cz.vutbr.web.csskit
Basic holder of declarations with CSS selectors
RuleSetImpl(RuleBlock.Priority) - Constructor for class cz.vutbr.web.csskit.RuleSetImpl
 
RuleSetImpl(RuleSet) - Constructor for class cz.vutbr.web.csskit.RuleSetImpl
Shallow copy constructor
RuleViewport - Interface in cz.vutbr.web.css
Contains collection of CSS declarations specified for the viewport.
RuleViewportImpl - Class in cz.vutbr.web.csskit
Set of declarations bound with the viewport.
RuleViewportImpl(RuleBlock.Priority) - Constructor for class cz.vutbr.web.csskit.RuleViewportImpl
 

S

S - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
S - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
S - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
seek(int) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
Selector - Interface in cz.vutbr.web.css
Acts as collection of parsed parts of Selector (Parts) with extended functionality.
SELECTOR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
SELECTOR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
selector() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
SELECTOR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
selector() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
Selector.Combinator - Enum in cz.vutbr.web.css
Combinator for simple selectors
Selector.ElementAttribute - Interface in cz.vutbr.web.css
Element attribute
Selector.ElementClass - Interface in cz.vutbr.web.css
Element class
Selector.ElementDOM - Interface in cz.vutbr.web.css
 
Selector.ElementID - Interface in cz.vutbr.web.css
Element id
Selector.ElementName - Interface in cz.vutbr.web.css
Element name
Selector.Operator - Enum in cz.vutbr.web.css
Operator for SelectorPart attributes
Selector.PseudoDeclaration - Enum in cz.vutbr.web.css
A pseudo class or element specification
Selector.PseudoPage - Interface in cz.vutbr.web.css
Pseudo page
Selector.SelectorPart - Interface in cz.vutbr.web.css
Interface for handling items
SELECTOR_DELIM - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
selector_stack - Variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
SelectorImpl - Class in cz.vutbr.web.csskit
Encapsulates one selector for CSS declaration.
SelectorImpl() - Constructor for class cz.vutbr.web.csskit.SelectorImpl
 
SelectorImpl.ElementAttributeImpl - Class in cz.vutbr.web.csskit
Attribute holder
SelectorImpl.ElementAttributeImpl(String, boolean, Selector.Operator, String) - Constructor for class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
SelectorImpl.ElementClassImpl - Class in cz.vutbr.web.csskit
Element class
SelectorImpl.ElementClassImpl(String) - Constructor for class cz.vutbr.web.csskit.SelectorImpl.ElementClassImpl
 
SelectorImpl.ElementDOMImpl - Class in cz.vutbr.web.csskit
 
SelectorImpl.ElementDOMImpl(Element, boolean) - Constructor for class cz.vutbr.web.csskit.SelectorImpl.ElementDOMImpl
 
SelectorImpl.ElementIDImpl - Class in cz.vutbr.web.csskit
Element ID
SelectorImpl.ElementIDImpl(String) - Constructor for class cz.vutbr.web.csskit.SelectorImpl.ElementIDImpl
 
SelectorImpl.ElementNameImpl - Class in cz.vutbr.web.csskit
Element name
SelectorImpl.ElementNameImpl(String) - Constructor for class cz.vutbr.web.csskit.SelectorImpl.ElementNameImpl
 
SelectorImpl.PseudoPageImpl - Class in cz.vutbr.web.csskit
Wrap of CSS pseudo class or pseudo class with function
SelectorImpl.PseudoPageImpl(String, String) - Constructor for class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
selectors - Variable in class cz.vutbr.web.csskit.RuleSetImpl
 
selpart() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
selpart() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
SEMICOLON - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
SEMICOLON - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
SEMICOLON - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
set(int, T) - Method in class cz.vutbr.web.csskit.AbstractRule
 
SET - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
SET - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
SET - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
set(int) - Method in class cz.vutbr.web.domassign.Variator.IntegerRef
 
setAttribute(String) - Method in interface cz.vutbr.web.css.Selector.ElementAttribute
 
setAttribute(String) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
setBase(URL) - Method in interface cz.vutbr.web.css.TermURI
 
setBase(URL) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
Sets the base URL used for locating the eventual imported style sheets.
setBase(URL) - Method in class cz.vutbr.web.csskit.antlr.CSSToken
Sets the base URL used for the relative URIs
setBase(URL) - Method in class cz.vutbr.web.csskit.TermURIImpl
 
setCharPositionInLine(int) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
setClassName(String) - Method in interface cz.vutbr.web.css.Selector.ElementClass
 
setClassName(String) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementClassImpl
 
setCombinator(Selector.Combinator) - Method in interface cz.vutbr.web.css.Selector
Sets combinator
setCombinator(Selector.Combinator) - Method in class cz.vutbr.web.csskit.SelectorImpl
 
setCurrentNode(Node) - Method in class cz.vutbr.web.domassign.GenericTreeWalker
Return the current Node.
setElement(Element) - Method in interface cz.vutbr.web.css.Selector.ElementDOM
 
setElement(Element) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementDOMImpl
 
setEncoding(String) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
Sets a new encoding for the input stream.
setFunctionName(String) - Method in interface cz.vutbr.web.css.Selector.PseudoPage
 
setFunctionName(String) - Method in interface cz.vutbr.web.css.TermFunction
 
setFunctionName(String) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
setFunctionName(String) - Method in class cz.vutbr.web.csskit.TermFunctionImpl
 
setID(String) - Method in interface cz.vutbr.web.css.Selector.ElementID
 
setID(String) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementIDImpl
 
setImplyPixelLength(boolean) - Static method in class cz.vutbr.web.css.CSSFactory
Sets whether to allow lengths with no units and interpret them as pixels.
setImportant(boolean) - Method in interface cz.vutbr.web.css.Declaration
 
setImportant(boolean) - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
setKey(K) - Method in interface cz.vutbr.web.css.TermPair
Sets key
setKey(K) - Method in class cz.vutbr.web.csskit.TermPairImpl
 
setLexerState(CSSLexer.LexerState) - Method in class cz.vutbr.web.csskit.antlr.CSSToken
Sets lexer state for current token
setLine(int) - Method in class cz.vutbr.web.css.Declaration.Source
 
setLine(int) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
setMedia(List<String>) - Method in interface cz.vutbr.web.css.RuleMedia
Sets media associated with rules
setMedia(List<String>) - Method in class cz.vutbr.web.csskit.RuleMediaImpl
 
setName(String) - Method in interface cz.vutbr.web.css.RulePage
Sets name of the page
setName(String) - Method in interface cz.vutbr.web.css.Selector.ElementName
 
setName(String) - Method in class cz.vutbr.web.csskit.RulePageImpl
Sets name of the page
setName(String) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementNameImpl
 
setOperator(Selector.Operator) - Method in interface cz.vutbr.web.css.Selector.ElementAttribute
 
setOperator(Term.Operator) - Method in interface cz.vutbr.web.css.Term
Sets operator
setOperator(Selector.Operator) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
setOperator(Term.Operator) - Method in class cz.vutbr.web.csskit.TermImpl
 
setOperator(Term.Operator) - Method in class cz.vutbr.web.csskit.TermListImpl
 
setOrigin(StyleSheet.Origin) - Method in interface cz.vutbr.web.css.StyleSheet
Sets the stylesheet origin.
setOrigin(StyleSheet.Origin) - Method in class cz.vutbr.web.csskit.StyleSheetImpl
 
setPosition(int) - Method in class cz.vutbr.web.css.Declaration.Source
 
setPriority(RuleBlock.Priority) - Method in interface cz.vutbr.web.css.RuleBlock
Sets priority for current object
setPriority(RuleBlock.Priority) - Method in class cz.vutbr.web.csskit.AbstractRuleBlock
 
setProperty(String) - Method in interface cz.vutbr.web.css.Declaration
 
setProperty(String) - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
setPseudo(String) - Method in interface cz.vutbr.web.css.RulePage
Sets pseudo-class of the page
setPseudo(String) - Method in class cz.vutbr.web.csskit.RulePageImpl
Sets pseudo-class of the page
setPseudoClass(Selector.PseudoDeclaration) - Method in class cz.vutbr.web.csskit.MatchConditionImpl
Sets the pseudo class that is matched to links.
setSelectors(List<CombinedSelector>) - Method in interface cz.vutbr.web.css.RuleSet
Sets selectors for this CSS declarations
setSelectors(List<CombinedSelector>) - Method in class cz.vutbr.web.csskit.RuleSetImpl
 
setSource(Declaration.Source) - Method in interface cz.vutbr.web.css.Declaration
 
setSource(Declaration.Source) - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
setStyleSheet(StyleSheet) - Method in interface cz.vutbr.web.css.RuleBlock
Sets the owner style sheet for this rule.
setStyleSheet(StyleSheet) - Method in class cz.vutbr.web.csskit.AbstractRuleBlock
 
setStyleSheet(StyleSheet) - Method in class cz.vutbr.web.csskit.RuleMediaImpl
 
setTreeAdaptor(TreeAdaptor) - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
setUnit(TermNumeric.Unit) - Method in interface cz.vutbr.web.css.TermNumeric
Sets unit
setUnit(TermNumeric.Unit) - Method in class cz.vutbr.web.csskit.TermNumericImpl
 
setURI(String) - Method in interface cz.vutbr.web.css.RuleImport
Deprecated.
Sets URI of import rule
setURI(String) - Method in class cz.vutbr.web.csskit.RuleImportImpl
Deprecated.
 
setUrl(URL) - Method in class cz.vutbr.web.css.Declaration.Source
 
setValue(String) - Method in interface cz.vutbr.web.css.Selector.ElementAttribute
 
setValue(String) - Method in interface cz.vutbr.web.css.Selector.PseudoPage
 
setValue(T) - Method in interface cz.vutbr.web.css.Term
Setter for value
setValue(int) - Method in interface cz.vutbr.web.css.TermInteger
 
setValue(String) - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
setValue(String) - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
Sets value of pseudo.
setValue(String) - Method in class cz.vutbr.web.csskit.TermExpressionImpl
 
setValue(Float) - Method in class cz.vutbr.web.csskit.TermFrequencyImpl
 
setValue(T) - Method in class cz.vutbr.web.csskit.TermImpl
 
setValue(int) - Method in class cz.vutbr.web.csskit.TermIntegerImpl
 
setValue(List<Term<?>>) - Method in class cz.vutbr.web.csskit.TermListImpl
 
setValue(String) - Method in class cz.vutbr.web.csskit.TermStringImpl
 
setValue(Float) - Method in class cz.vutbr.web.csskit.TermTimeImpl
 
setValue(String) - Method in class cz.vutbr.web.csskit.TermURIImpl
 
SimplePreparator - Class in cz.vutbr.web.csskit.antlr
 
SimplePreparator(PriorityStrategy, Element, boolean) - Constructor for class cz.vutbr.web.csskit.antlr.SimplePreparator
 
SingleMapNodeData - Class in cz.vutbr.web.domassign
Implementation of NodeData by single HashMap.
SingleMapNodeData() - Constructor for class cz.vutbr.web.domassign.SingleMapNodeData
 
size() - Method in class cz.vutbr.web.csskit.AbstractRule
 
size() - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
size() - Method in class cz.vutbr.web.csskit.TermListImpl
 
size() - Method in class cz.vutbr.web.domassign.MultiMap
Obtains the size of the main map (where P is null)
SL_COMMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
SL_COMMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
SL_COMMENT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
SLASH - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
SLASH - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
SLASH - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
sortDeclarations(Element, Selector.PseudoDeclaration) - Method in class cz.vutbr.web.domassign.DeclarationMap
Sorts the given list according to the rule specificity.
source - Variable in class cz.vutbr.web.csskit.DeclarationImpl
 
source - Variable in class cz.vutbr.web.domassign.GenericTreeWalker.Traversal
 
source - Variable in class cz.vutbr.web.domassign.Traversal
 
SPACE_DELIM - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
spec - Variable in class cz.vutbr.web.csskit.CombinedSelectorImpl.SpecificityImpl
 
spec - Variable in class cz.vutbr.web.domassign.AssignedDeclaration
 
specialStateTransition(int, IntStream) - Method in class cz.vutbr.web.csskit.antlr.CSSLexer.DFA45
 
STARTSWITH - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
STARTSWITH - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
STARTSWITH - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
statement() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
statement() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
statement_stack - Variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
STRING - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
STRING - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
string() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
STRING - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
string() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
STRING_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
STRING_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
STRING_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
STRING_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
STRING_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
STRING_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
STRING_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
STRING_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
stringStream(String) - Static method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
StyleMap - Class in cz.vutbr.web.domassign
This is a map that assigns a style to a particular elements and moreover, it gathers the information about the pseudo elements.
StyleMap(int) - Constructor for class cz.vutbr.web.domassign.StyleMap
 
StyleSheet - Interface in cz.vutbr.web.css
Acts as collection of Rules.
stylesheet - Variable in class cz.vutbr.web.csskit.AbstractRuleBlock
 
STYLESHEET - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
STYLESHEET - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
stylesheet() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
STYLESHEET - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
stylesheet() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
StyleSheet.Origin - Enum in cz.vutbr.web.css
The origin of the style sheet (user agent, user, or author).
StyleSheetImpl - Class in cz.vutbr.web.csskit
CSS style sheet, entry point.
StyleSheetImpl() - Constructor for class cz.vutbr.web.csskit.StyleSheetImpl
 
substring(int, int) - Method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 
SupportedCSS - Interface in cz.vutbr.web.css
Encapsulates supported CSS properties, their types and default values.
SupportedCSS21 - Class in cz.vutbr.web.domassign
Contains default values for properties supported by parser (CSS 2.1)
SupportedCSS3 - Class in cz.vutbr.web.domassign
Contains default values for properties supported by parser (CSS 3)

T

T__101 - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
T__101 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
T__101 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
T__102 - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
T__102 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
T__102 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
T__103 - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
T__103 - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
T__103 - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
Term<T> - Interface in cz.vutbr.web.css
Part of value declaration of CSS property.
term() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
term() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
Term.Operator - Enum in cz.vutbr.web.css
This operator is between terms in value part of CSS declaration.
TermAngle - Interface in cz.vutbr.web.css
 
TermAngleImpl - Class in cz.vutbr.web.csskit
 
TermAngleImpl() - Constructor for class cz.vutbr.web.csskit.TermAngleImpl
 
TermColor - Interface in cz.vutbr.web.css
Holds color value directly usable in Java.
TermColorImpl - Class in cz.vutbr.web.csskit
TermColor TODO: Clipping should be done against devices gamut
TermColorImpl(int, int, int) - Constructor for class cz.vutbr.web.csskit.TermColorImpl
 
TermColorImpl(int, int, int, int) - Constructor for class cz.vutbr.web.csskit.TermColorImpl
 
TermExpression - Interface in cz.vutbr.web.css
Holds an expression() value
TermExpressionImpl - Class in cz.vutbr.web.csskit
TermExpression
TermExpressionImpl() - Constructor for class cz.vutbr.web.csskit.TermExpressionImpl
 
TermFactory - Interface in cz.vutbr.web.css
 
TermFactoryImpl - Class in cz.vutbr.web.csskit
 
TermFrequency - Interface in cz.vutbr.web.css
Holds frequency term
TermFrequencyImpl - Class in cz.vutbr.web.csskit
 
TermFrequencyImpl() - Constructor for class cz.vutbr.web.csskit.TermFrequencyImpl
 
TermFunction - Interface in cz.vutbr.web.css
Holds name of CSS function and terms stored inside
TermFunctionImpl - Class in cz.vutbr.web.csskit
TermFunction, holds function
TermFunctionImpl() - Constructor for class cz.vutbr.web.csskit.TermFunctionImpl
 
TermIdent - Interface in cz.vutbr.web.css
Holds CSS identificator
TermIdentImpl - Class in cz.vutbr.web.csskit
TermIdent
TermIdentImpl() - Constructor for class cz.vutbr.web.csskit.TermIdentImpl
 
TermImpl<T> - Class in cz.vutbr.web.csskit
Term
TermImpl() - Constructor for class cz.vutbr.web.csskit.TermImpl
 
TermInteger - Interface in cz.vutbr.web.css
Holds integer value
TermIntegerImpl - Class in cz.vutbr.web.csskit
 
TermIntegerImpl() - Constructor for class cz.vutbr.web.csskit.TermIntegerImpl
 
TermLength - Interface in cz.vutbr.web.css
Holds float value with associated units (CSS length)
TermLengthImpl - Class in cz.vutbr.web.csskit
 
TermLengthImpl() - Constructor for class cz.vutbr.web.csskit.TermLengthImpl
 
TermLengthOrPercent - Interface in cz.vutbr.web.css
Holds a float number which is either a CSS length or percentage.
TermList - Interface in cz.vutbr.web.css
Holds list of terms and allows access to them as to collection
TermListImpl - Class in cz.vutbr.web.csskit
 
TermListImpl() - Constructor for class cz.vutbr.web.csskit.TermListImpl
 
TermListImpl(int) - Constructor for class cz.vutbr.web.csskit.TermListImpl
 
TermNumber - Interface in cz.vutbr.web.css
Holds numeric value where units are not allowed
TermNumberImpl - Class in cz.vutbr.web.csskit
TermIdent
TermNumberImpl() - Constructor for class cz.vutbr.web.csskit.TermNumberImpl
 
TermNumeric<T> - Interface in cz.vutbr.web.css
Holds value of numeric type.
TermNumeric.Unit - Enum in cz.vutbr.web.css
These are available units in CSS
TermNumericImpl<T> - Class in cz.vutbr.web.csskit
 
TermNumericImpl() - Constructor for class cz.vutbr.web.csskit.TermNumericImpl
 
TermPair<K,V> - Interface in cz.vutbr.web.css
 
TermPairImpl<K,V> - Class in cz.vutbr.web.csskit
 
TermPairImpl() - Constructor for class cz.vutbr.web.csskit.TermPairImpl
 
TermPercent - Interface in cz.vutbr.web.css
Holds numeric value which is of type of percent
TermPercentImpl - Class in cz.vutbr.web.csskit
TermPercent
TermPercentImpl() - Constructor for class cz.vutbr.web.csskit.TermPercentImpl
 
terms() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
terms() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
terms - Variable in class cz.vutbr.web.domassign.Repeater
Terms over which operation is repeated
terms - Variable in class cz.vutbr.web.domassign.Variator
Terms over which variants are tested
terms_stack - Variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
TermString - Interface in cz.vutbr.web.css
Holds string value
TermStringImpl - Class in cz.vutbr.web.csskit
TermString
TermStringImpl() - Constructor for class cz.vutbr.web.csskit.TermStringImpl
 
TermTime - Interface in cz.vutbr.web.css
Holds CSS time value
TermTimeImpl - Class in cz.vutbr.web.csskit
 
TermTimeImpl() - Constructor for class cz.vutbr.web.csskit.TermTimeImpl
 
TermURI - Interface in cz.vutbr.web.css
Holds CSS URI value
TermURIImpl - Class in cz.vutbr.web.csskit
TermURIImpl
TermURIImpl() - Constructor for class cz.vutbr.web.csskit.TermURIImpl
 
TILDE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
TILDE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
TILDE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
times - Variable in class cz.vutbr.web.domassign.Repeater
Number of times operation is repeated
tokenNames - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
tokenNames - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Azimuth
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Background
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundAttachment
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundColor
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundImage
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundPosition
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BackgroundRepeat
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Border
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BorderCollapse
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BorderColor
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BorderRadius
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BorderSpacing
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BorderStyle
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.BorderWidth
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Bottom
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.CaptionSide
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Clear
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Clip
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Color
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Content
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.CounterIncrement
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.CounterReset
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Cue
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Cursor
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Direction
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Display
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Elevation
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.EmptyCells
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Float
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Font
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.FontFamily
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.FontSize
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.FontStyle
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.FontVariant
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.FontWeight
 
toString() - Method in class cz.vutbr.web.css.CSSProperty.GenericCSSPropertyProxy
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Height
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Left
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.LetterSpacing
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.LineHeight
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyle
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyleImage
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.ListStylePosition
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.ListStyleType
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Margin
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.MaxHeight
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.MaxWidth
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.MinHeight
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.MinWidth
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Opacity
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Orphans
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Outline
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineColor
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineStyle
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.OutlineWidth
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Overflow
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Padding
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.PageBreak
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.PageBreakInside
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Pause
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Pitch
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.PitchRange
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.PlayDuring
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Position
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Quotes
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Richness
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Right
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Speak
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakHeader
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakNumeral
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.SpeakPunctuation
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.SpeechRate
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Stress
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.TableLayout
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.TextAlign
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.TextDecoration
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.TextIndent
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.TextTransform
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Top
 
toString() - Method in interface cz.vutbr.web.css.CSSProperty
Textual representation of CSS property
toString() - Method in enum cz.vutbr.web.css.CSSProperty.UnicodeBidi
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.VerticalAlign
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Visibility
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.VoiceFamily
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Volume
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.WhiteSpace
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Widows
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.Width
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.WordSpacing
 
toString() - Method in enum cz.vutbr.web.css.CSSProperty.ZIndex
 
toString() - Method in class cz.vutbr.web.css.Declaration.Source
 
toString(int) - Method in interface cz.vutbr.web.css.PrettyOutput
Pretty output of CSS definition using indentation
toString() - Method in class cz.vutbr.web.csskit.antlr.CSSLexer.LexerState
 
toString() - Method in class cz.vutbr.web.csskit.antlr.CSSToken
 
toString(int) - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl
 
toString() - Method in class cz.vutbr.web.csskit.CombinedSelectorImpl
 
toString() - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
toString(int) - Method in class cz.vutbr.web.csskit.DeclarationImpl
 
toString() - Method in class cz.vutbr.web.csskit.RuleFontFaceImpl
 
toString(int) - Method in class cz.vutbr.web.csskit.RuleFontFaceImpl
 
toString(int) - Method in class cz.vutbr.web.csskit.RuleImportImpl
Deprecated.
 
toString() - Method in class cz.vutbr.web.csskit.RuleImportImpl
Deprecated.
 
toString() - Method in class cz.vutbr.web.csskit.RuleMarginImpl
 
toString(int) - Method in class cz.vutbr.web.csskit.RuleMarginImpl
 
toString() - Method in class cz.vutbr.web.csskit.RuleMediaImpl
 
toString(int) - Method in class cz.vutbr.web.csskit.RuleMediaImpl
 
toString() - Method in class cz.vutbr.web.csskit.RulePageImpl
 
toString(int) - Method in class cz.vutbr.web.csskit.RulePageImpl
 
toString() - Method in class cz.vutbr.web.csskit.RuleSetImpl
 
toString(int) - Method in class cz.vutbr.web.csskit.RuleSetImpl
 
toString() - Method in class cz.vutbr.web.csskit.RuleViewportImpl
 
toString(int) - Method in class cz.vutbr.web.csskit.RuleViewportImpl
 
toString() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementAttributeImpl
 
toString() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementClassImpl
 
toString() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementIDImpl
 
toString() - Method in class cz.vutbr.web.csskit.SelectorImpl.ElementNameImpl
 
toString() - Method in class cz.vutbr.web.csskit.SelectorImpl.PseudoPageImpl
 
toString() - Method in class cz.vutbr.web.csskit.SelectorImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermColorImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermExpressionImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermFunctionImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermListImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermNumericImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermPairImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermPercentImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermStringImpl
 
toString() - Method in class cz.vutbr.web.csskit.TermURIImpl
 
toString() - Method in class cz.vutbr.web.domassign.Analyzer.Holder
 
toString() - Method in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
toString() - Method in class cz.vutbr.web.domassign.SingleMapNodeData
 
toStringTree(CommonTree) - Static method in class cz.vutbr.web.csskit.antlr.TreeUtil
Constructs pretty indented "lisp" representation of tree which was created by parser
transformer - Static variable in class cz.vutbr.web.domassign.QuadrupleMapNodeData
 
transformer - Static variable in class cz.vutbr.web.domassign.SingleMapNodeData
 
Traversal<T> - Class in cz.vutbr.web.domassign
This class implements traversal of DOM tree with simplified Visitor pattern.
Traversal(TreeWalker, Object) - Constructor for class cz.vutbr.web.domassign.Traversal
 
Traversal(Document, Object, int) - Constructor for class cz.vutbr.web.domassign.Traversal
 
TreeUtil - Class in cz.vutbr.web.csskit.antlr
Utility class of CommonTree.
tryMultiTermVariant(int, Map<String, CSSProperty>, Map<String, Term<?>>, Term<?>...) - Method in class cz.vutbr.web.domassign.Variator
Uses variator functionality to test selected variant on more terms.
tryOneTermVariant(int, Declaration, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.Variator
Uses variator functionality to test selected variant on term
type() - Method in enum cz.vutbr.web.domassign.Analyzer.HolderItem
 
type - Variable in class cz.vutbr.web.domassign.Repeater
Which property is used to repeat
types - Variable in class cz.vutbr.web.domassign.Variator
 

U

union(Analyzer.Holder, Analyzer.Holder) - Static method in class cz.vutbr.web.domassign.Analyzer.Holder
 
UNIRANGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
UNIRANGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
UNIRANGE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
unit - Variable in class cz.vutbr.web.csskit.TermNumericImpl
 
UNIVERSAL_HOLDER - Static variable in class cz.vutbr.web.domassign.Analyzer
 
unlock() - Method in interface cz.vutbr.web.css.Rule
Unlocks immutable object by changing collection from immutable to mutable
unlock() - Method in class cz.vutbr.web.csskit.AbstractRule
 
URI - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
URI - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
URI - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
uri - Variable in class cz.vutbr.web.csskit.RuleImportImpl
Deprecated.
URI of file to be imported
URI_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
URI_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
URI_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
URI_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
URI_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
URI_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
URL_CLOSING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
URL_OPENING - Static variable in class cz.vutbr.web.csskit.OutputUtil
 
urlStream(URL, String) - Static method in class cz.vutbr.web.csskit.antlr.CSSInputStream
 

V

value - Variable in enum cz.vutbr.web.css.RuleMargin.MarginArea
 
value() - Method in enum cz.vutbr.web.css.Selector.Combinator
 
value() - Method in enum cz.vutbr.web.css.Selector.Operator
 
value() - Method in enum cz.vutbr.web.css.Selector.PseudoDeclaration
 
value() - Method in enum cz.vutbr.web.css.Term.Operator
 
value() - Method in enum cz.vutbr.web.css.TermNumeric.Unit
 
VALUE - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
VALUE - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
VALUE - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
value - Variable in class cz.vutbr.web.csskit.TermImpl
 
value - Variable in class cz.vutbr.web.csskit.TermListImpl
 
valueOf(String) - Static method in enum cz.vutbr.web.css.CombinedSelector.Specificity.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Azimuth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Background
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundAttachment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundImage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundRepeat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Border
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BorderCollapse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BorderColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BorderRadius
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BorderSpacing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.BorderWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Bottom
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.CaptionSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Clear
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Clip
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Content
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.CounterIncrement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.CounterReset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Cue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Cursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Display
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Elevation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.EmptyCells
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Float
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Font
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.FontFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.FontSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.FontVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.FontWeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class cz.vutbr.web.css.CSSProperty.GenericCSSPropertyProxy
Creates a new instance of the GenericCSSPropertyProxy.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Height
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Left
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.LetterSpacing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.LineHeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.ListStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.ListStyleImage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.ListStylePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.ListStyleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Margin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.MaxHeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.MaxWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.MinHeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.MinWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Opacity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Orphans
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Outline
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.OutlineColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.OutlineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.OutlineWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Overflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Padding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.PageBreak
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.PageBreakInside
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Pause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Pitch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.PitchRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.PlayDuring
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Quotes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Richness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Right
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Speak
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.SpeakHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.SpeakNumeral
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.SpeakPunctuation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.SpeechRate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Stress
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.TableLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.TextDecoration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.TextIndent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.TextTransform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Top
Returns the enum constant of this type with the specified name.
valueOf(Class<T>, String) - Static method in class cz.vutbr.web.css.CSSProperty.Translator
Retrieves CSSProperty by its name and class
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.UnicodeBidi
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.VoiceFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Volume
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.WhiteSpace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Widows
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.Width
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.WordSpacing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.CSSProperty.ZIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.RuleMargin.MarginArea
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.Selector.Combinator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.Selector.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.Selector.PseudoDeclaration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.StyleSheet.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.Term.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.css.TermNumeric.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.csskit.antlr.CSSLexer.LexerState.RecoveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.csskit.antlr.CSSParserFactory.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.vutbr.web.domassign.Analyzer.HolderItem
Returns the enum constant of this type with the specified name.
valuepart() - Method in class cz.vutbr.web.csskit.antlr.CSSParser
 
valuepart() - Method in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
values() - Static method in enum cz.vutbr.web.css.CombinedSelector.Specificity.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Azimuth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Background
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundAttachment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundImage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BackgroundRepeat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Border
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BorderCollapse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BorderColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BorderRadius
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BorderSpacing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.BorderWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Bottom
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.CaptionSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Clear
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Clip
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Content
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.CounterIncrement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.CounterReset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Cue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Cursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Display
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Elevation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.EmptyCells
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Float
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Font
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.FontFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.FontSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.FontVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.FontWeight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Height
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Left
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.LetterSpacing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.LineHeight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.ListStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.ListStyleImage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.ListStylePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.ListStyleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Margin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.MaxHeight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.MaxWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.MinHeight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.MinWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Opacity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Orphans
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Outline
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.OutlineColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.OutlineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.OutlineWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Overflow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Padding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.PageBreak
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.PageBreakInside
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Pause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Pitch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.PitchRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.PlayDuring
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Quotes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Richness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Right
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Speak
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.SpeakHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.SpeakNumeral
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.SpeakPunctuation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.SpeechRate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Stress
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.TableLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.TextDecoration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.TextIndent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.TextTransform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Top
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.UnicodeBidi
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.VoiceFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Volume
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.WhiteSpace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Widows
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.Width
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.WordSpacing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.CSSProperty.ZIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.RuleMargin.MarginArea
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.Selector.Combinator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.Selector.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.Selector.PseudoDeclaration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.StyleSheet.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.Term.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.css.TermNumeric.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.csskit.antlr.CSSLexer.LexerState.RecoveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.csskit.antlr.CSSParserFactory.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.vutbr.web.domassign.Analyzer.HolderItem
Returns an array containing the constants of this enum type, in the order they are declared.
variant(int, Variator.IntegerRef, Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.Variator
This function contains parsing block for variants
variantCondition(int, Variator.IntegerRef) - Method in class cz.vutbr.web.domassign.Variator
Check if variant, which was passed is able to be located in place where it was found.
variantPassed - Variable in class cz.vutbr.web.domassign.Variator
Results of variants.
variants - Variable in class cz.vutbr.web.domassign.Variator
Total variants available
Variator - Class in cz.vutbr.web.domassign
Selects appropriate variant when parsing content of CSS declaration.
Variator(int) - Constructor for class cz.vutbr.web.domassign.Variator
Creates variator which contains variants variants to be tested
Variator.IntegerRef - Class in cz.vutbr.web.domassign
Reference to integer
Variator.IntegerRef(int) - Constructor for class cz.vutbr.web.domassign.Variator.IntegerRef
 
vary(Map<String, CSSProperty>, Map<String, Term<?>>) - Method in class cz.vutbr.web.domassign.Variator
Test all terms
VIEWPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
VIEWPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
VIEWPORT - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
VIEWPORT_KEYWORD - Static variable in class cz.vutbr.web.csskit.OutputUtil
 

W

W_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
W_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
W_CHAR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
W_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSLexer
 
W_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSParser
 
W_MACR - Static variable in class cz.vutbr.web.csskit.antlr.CSSTreeParser
 
walker - Variable in class cz.vutbr.web.domassign.GenericTreeWalker.Traversal
 
walker - Variable in class cz.vutbr.web.domassign.Traversal
 
WILDCARD - Static variable in interface cz.vutbr.web.css.Selector.ElementName
 
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2014. All rights reserved.