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) class
An implementation ofSpecifier
for attributes.(package private) class
An implementation ofSpecifier
for the negation pseudo-class.(package private) class
An implementation ofSpecifier
for pseudo-classes.(package private) class
An implementation ofSpecifier
fornth-*
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.