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) classAttributeSpecifierAn implementation ofSpecifierfor attributes.(package private) classNegationSpecifierAn implementation ofSpecifierfor the negation pseudo-class.(package private) classPseudoClassSpecifierAn implementation ofSpecifierfor pseudo-classes.(package private) classPseudoNthSpecifierAn implementation ofSpecifierfornth-*pseudo-classes.Fields in org.joox.selector with type parameters of type Specifier Modifier and Type Field Description private java.util.List<Specifier>Selector. specifiersA 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.
-