Class PseudoFunctions.LT
- Enclosing interface:
PseudoFunctions
Select all elements at an index less than index within the matched set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMatches node using provided parsed expression.booleanmatchInRange(List<Node> matchedResults, Node node, int index, Integer expression) Returnstrueif node matches the pseudo-class within currently matched results.parseExpression(String expression) Parses expression before usage.Methods inherited from class PseudoFunction
getPseudoFunctionName
-
Constructor Details
-
LT
public LT()
-
-
Method Details
-
parseExpression
Description copied from class:PseudoFunctionParses expression before usage.- Specified by:
parseExpressionin classPseudoFunction<Integer>
-
match
Description copied from class:PseudoFunctionMatches node using provided parsed expression.- Specified by:
matchin classPseudoFunction<Integer>
-
matchInRange
Description copied from class:PseudoFunctionReturnstrueif node matches the pseudo-class within currently matched results.- Overrides:
matchInRangein classPseudoFunction<Integer>
-