- 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
-
- 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
-