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 ofSpecifierfor attributes.CSS2XPath A utility class converting CSS selector expressions to XPath expressions.NegationSpecifier An implementation ofSpecifierfor the negation pseudo-class.PseudoClassSpecifier An implementation ofSpecifierfor pseudo-classes.PseudoNthSpecifier An implementation ofSpecifierfornth-*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 onScannererrors.