Class PseudoFunctions.NTH_LAST_OF_TYPE

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

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