Class PseudoFunctions.NOT
java.lang.Object
jodd.csselly.selector.PseudoFunction<List<List<CssSelector>>>
jodd.csselly.selector.PseudoFunctions.NOT
- Enclosing interface:
PseudoFunctions
Selects all elements that do not match the given selector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(Node node, List<List<CssSelector>> selectors) Matches node using provided parsed expression.parseExpression(String expression) Parses expression before usage.Methods inherited from class PseudoFunction
getPseudoFunctionName, matchInRange
-
Constructor Details
-
NOT
public NOT()
-
-
Method Details
-
parseExpression
Description copied from class:PseudoFunctionParses expression before usage.- Specified by:
parseExpressionin classPseudoFunction<List<List<CssSelector>>>
-
match
Description copied from class:PseudoFunctionMatches node using provided parsed expression.- Specified by:
matchin classPseudoFunction<List<List<CssSelector>>>
-