BasicPath.ChildNumber¶
-
public static final class
ChildNumber¶ Allows to define an element that has a predefined number of similar preceding siblings. Count starts at 1 (same as you would use in English). Should be used through the method
childNumber(Integer). Example:childNumber(5).ofType(div);