Uses of Record Class
org.jhotdraw8.css.ast.SourceLocator
Packages that use SourceLocator
Package
Description
Provides a representation of a parsed style sheet (CSS 3) as an abstract
syntax tree (AST).
Provides a CSS parser that is compliant to CSS Syntax Module 3.
-
Uses of SourceLocator in org.jhotdraw8.css.ast
Methods in org.jhotdraw8.css.ast that return SourceLocatorConstructors in org.jhotdraw8.css.ast with parameters of type SourceLocatorModifierConstructorDescriptionAbstractAttributeSelector(@Nullable SourceLocator sourceLocator) AbstractSyntaxTree(@Nullable SourceLocator sourceLocator) AdjacentSiblingCombinator(@Nullable SourceLocator sourceLocator, SimpleSelector first, Selector second) Creates a new instance.AndCombinator(@Nullable SourceLocator sourceLocator, SimpleSelector first, Selector second) Creates a new instance.AtRule(@Nullable SourceLocator sourceLocator, String atKeyword, List<? extends CssToken> header, List<? extends CssToken> body) Creates a new instance.ChildCombinator(@Nullable SourceLocator sourceLocator, SimpleSelector first, Selector second) ClassSelector(@Nullable SourceLocator sourceLocator, String clazz) Combinator(@Nullable SourceLocator sourceLocator, SimpleSelector firstSelector, Selector secondSelector) ComponentValue(@Nullable SourceLocator sourceLocator) DashMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, String attributeName, String substring) Creates a new instance.Declaration(@Nullable SourceLocator sourceLocator, @Nullable String namespace, String propertyName, List<CssToken> terms, int startPos, int endPos, int lineNumber) DescendantCombinator(@Nullable SourceLocator sourceLocator, SimpleSelector first, Selector second) EqualsMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, String attributeName, String attributeValue) Creates a new instance.ExistsMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, String attributeName) Creates a new instance.FunctionPseudoClassSelector(@Nullable SourceLocator sourceLocator, String functionIdentifier) GeneralSiblingCombinator(@Nullable SourceLocator sourceLocator, SimpleSelector first, Selector second) IdSelector(@Nullable SourceLocator sourceLocator, String id) IncludeMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, String attributeName, String word) Creates a new instance.NegationPseudoClassSelector(@Nullable SourceLocator sourceLocator, String functionIdentifier, SimpleSelector selector) PrefixMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, String attributeName, String prefix) Creates a new instance.PseudoClassSelector(@Nullable SourceLocator sourceLocator) Rule(@Nullable SourceLocator sourceLocator) SelectNothingSelector(@Nullable SourceLocator sourceLocator) Selector(@Nullable SourceLocator sourceLocator) SelectorGroup(@Nullable SourceLocator sourceLocator, List<Selector> selectors) SelectorGroup(@Nullable SourceLocator sourceLocator, Selector selector) SimplePseudoClassSelector(@Nullable SourceLocator sourceLocator, String pseudoClass) SimpleSelector(@Nullable SourceLocator sourceLocator) StyleRule(@Nullable SourceLocator sourceLocator, SelectorGroup selectorGroup, List<Declaration> declarations) SubstringMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, String attributeName, String substring) Creates a new instance.SuffixMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, String attributeName, String suffix) Creates a new instance.TypeSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, String type) Creates a new instanceUniversalSelector(@Nullable SourceLocator sourceLocator) -
Uses of SourceLocator in org.jhotdraw8.css.parser
Methods in org.jhotdraw8.css.parser that return SourceLocatorModifier and TypeMethodDescription@Nullable SourceLocatorCssTokenizer.getSourceLocator()@Nullable SourceLocatorListCssTokenizer.getSourceLocator()@Nullable SourceLocatorStreamCssTokenizer.getSourceLocator()