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, @NonNull SimpleSelector first, @NonNull Selector second) Creates a new instance.AtRule(@Nullable SourceLocator sourceLocator, @NonNull String atKeyword, @NonNull List<? extends CssToken> header, @NonNull List<? extends CssToken> body) Creates a new instance.ChildCombinator(@Nullable SourceLocator sourceLocator, @NonNull SimpleSelector first, @NonNull Selector second) ClassSelector(@Nullable SourceLocator sourceLocator, @NonNull String clazz) Combinator(@Nullable SourceLocator sourceLocator, @NonNull SimpleSelector firstSelector, @NonNull Selector secondSelector) ComponentValue(@Nullable SourceLocator sourceLocator) DashMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespace, @NonNull String attributeName, @NonNull String substring) Declaration(@Nullable SourceLocator sourceLocator, @Nullable String namespace, @NonNull String propertyName, @NonNull List<CssToken> terms, int startPos, int endPos, int lineNumber) DescendantCombinator(@Nullable SourceLocator sourceLocator, SimpleSelector first, Selector second) EqualsMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespace, @NonNull String attributeName, @NonNull String attributeValue) ExistsMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespace, @NonNull String attributeName) FunctionPseudoClassSelector(@Nullable SourceLocator sourceLocator, @NonNull String functionIdentifier) GeneralSiblingCombinator(@Nullable SourceLocator sourceLocator, @NonNull SimpleSelector first, @NonNull Selector second) IdSelector(@Nullable SourceLocator sourceLocator, @NonNull String id) IncludeMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespace, @NonNull String attributeName, @NonNull String word) NegationPseudoClassSelector(@Nullable SourceLocator sourceLocator, @NonNull String functionIdentifier, @NonNull SimpleSelector selector) PrefixMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespace, @NonNull String attributeName, @NonNull String substring) PseudoClassSelector(@Nullable SourceLocator sourceLocator) Rule(@Nullable SourceLocator sourceLocator) SelectNothingSelector(@Nullable SourceLocator sourceLocator) Selector(@Nullable SourceLocator sourceLocator) SelectorGroup(@Nullable SourceLocator sourceLocator, @NonNull List<Selector> selectors) SelectorGroup(@Nullable SourceLocator sourceLocator, @NonNull Selector selector) SimplePseudoClassSelector(@Nullable SourceLocator sourceLocator, @NonNull String pseudoClass) SimpleSelector(@Nullable SourceLocator sourceLocator) StyleRule(@Nullable SourceLocator sourceLocator, @NonNull SelectorGroup selectorGroup, @NonNull List<Declaration> declarations) SubstringMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespace, @NonNull String attributeName, @NonNull String substring) SuffixMatchSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespace, @NonNull String attributeName, @NonNull String substring) TypeSelector(@Nullable SourceLocator sourceLocator, @Nullable String namespacePattern, @NonNull String type) UniversalSelector(@Nullable SourceLocator sourceLocator) -
Uses of SourceLocator in org.jhotdraw8.css.parser
Methods in org.jhotdraw8.css.parser that return SourceLocatorModifier and TypeMethodDescriptionCssTokenizer.getSourceLocator()ListCssTokenizer.getSourceLocator()StreamCssTokenizer.getSourceLocator()