Uses of Interface
org.joox.selector.Specifier
Packages that use Specifier
-
Uses of Specifier in org.joox.selector
Classes in org.joox.selector that implement SpecifierModifier and TypeClassDescription(package private) classAn implementation ofSpecifierfor attributes.(package private) classAn implementation ofSpecifierfor the negation pseudo-class.(package private) classAn implementation ofSpecifierfor pseudo-classes.(package private) classAn implementation ofSpecifierfornth-*pseudo-classes.Fields in org.joox.selector with type parameters of type SpecifierMethods in org.joox.selector that return types with arguments of type SpecifierConstructor parameters in org.joox.selector with type arguments of type SpecifierModifierConstructorDescriptionCreate a new instance with the specified tag name and list of specifiers.Selector(String tagName, Selector.Combinator combinator, List<Specifier> specifiers) Create a new instance with the specified tag name, combinator and list of specifiers.