Uses of Class
org.joox.selector.Selector
-
Packages that use Selector Package Description org.joox.selector -
-
Uses of Selector in org.joox.selector
Fields in org.joox.selector declared as Selector Modifier and Type Field Description private Selector
NegationSpecifier. selector
The negation selector.Methods in org.joox.selector that return Selector Modifier and Type Method Description Selector
NegationSpecifier. getSelector()
Get the negation selector.Methods in org.joox.selector that return types with arguments of type Selector Modifier and Type Method Description java.util.List<java.util.List<Selector>>
Scanner. scan()
Scan theScanner.input
.Constructors in org.joox.selector with parameters of type Selector Constructor Description NegationSpecifier(Selector selector)
Create a new negation specifier with the specified negation selector.
-