Module org.jooq.joox
Package org.joox.selector
-
Interface Summary Interface Description Specifier This interface represents a specifier. -
Class Summary Class Description Assert Assertion utility methods.AttributeSpecifier An implementation ofSpecifier
for attributes.CSS2XPath A utility class converting CSS selector expressions to XPath expressions.NegationSpecifier An implementation ofSpecifier
for the negation pseudo-class.PseudoClassSpecifier An implementation ofSpecifier
for pseudo-classes.PseudoNthSpecifier An implementation ofSpecifier
fornth-*
pseudo-classes.Scanner A selectors scanner as defined by Selectors Level 3 specification.Selector Represents a selector. -
Enum Summary Enum Description AttributeSpecifier.Match The type of match to perform for the attribute.Selector.Combinator CombinatorsSpecifier.Type The specifier type. -
Exception Summary Exception Description ScannerException An exception thrown onScanner
errors.