Uses of Interface
org.joox.selector.Specifier
-
Packages that use Specifier Package Description org.joox.selector -
-
Uses of Specifier in org.joox.selector
Classes in org.joox.selector that implement Specifier Modifier and Type Class Description (package private) class
AttributeSpecifier
An implementation ofSpecifier
for attributes.(package private) class
NegationSpecifier
An implementation ofSpecifier
for the negation pseudo-class.(package private) class
PseudoClassSpecifier
An implementation ofSpecifier
for pseudo-classes.(package private) class
PseudoNthSpecifier
An implementation ofSpecifier
fornth-*
pseudo-classes.Fields in org.joox.selector with type parameters of type Specifier Modifier and Type Field Description private java.util.List<Specifier>
Selector. specifiers
A list of specifiers.Methods in org.joox.selector that return types with arguments of type Specifier Modifier and Type Method Description java.util.List<Specifier>
Selector. getSpecifiers()
Get the list of specifiers.Constructor parameters in org.joox.selector with type arguments of type Specifier Constructor Description Selector(java.lang.String tagName, java.util.List<Specifier> specifiers)
Create a new instance with the specified tag name and list of specifiers.Selector(java.lang.String tagName, Selector.Combinator combinator, java.util.List<Specifier> specifiers)
Create a new instance with the specified tag name, combinator and list of specifiers.
-