Class PseudoFunctions.NTH_LAST_CHILD

java.lang.Object
jodd.csselly.selector.PseudoFunction<PseudoFunctionExpression>
jodd.csselly.selector.PseudoFunctions.NTH_LAST_CHILD
Enclosing interface:
PseudoFunctions

public static class PseudoFunctions.NTH_LAST_CHILD extends PseudoFunction<PseudoFunctionExpression>
The :nth-last-child(an+b) pseudo-class notation represents an element that has an+b-1 siblings after it in the document tree, for any positive integer or zero value of n, and has a parent element.