Uses of Class
org.joox.selector.Selector.Combinator
-
Packages that use Selector.Combinator Package Description org.joox.selector -
-
Uses of Selector.Combinator in org.joox.selector
Fields in org.joox.selector declared as Selector.Combinator Modifier and Type Field Description private Selector.Combinator
Selector. combinator
CombinatorMethods in org.joox.selector that return Selector.Combinator Modifier and Type Method Description Selector.Combinator
Selector. getCombinator()
Get the combinator.static Selector.Combinator
Selector.Combinator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Selector.Combinator[]
Selector.Combinator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.joox.selector with parameters of type Selector.Combinator Constructor Description Selector(java.lang.String tagName, Selector.Combinator combinator)
Create a new instance with the specified tag name and combinator.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.
-