Package com.github.loyada.jdollarx
Class BasicPath.GlobalOccurrenceNumber
- java.lang.Object
-
- com.github.loyada.jdollarx.BasicPath.GlobalOccurrenceNumber
-
- Enclosing class:
- BasicPath
public static final class BasicPath.GlobalOccurrenceNumber extends Object
Not to be used directly, but through the utility functions:BasicPath.firstOccurrenceOf(Path),BasicPath.lastOccurrenceOf(Path),BasicPath.occurrenceNumber(Integer)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pathof(Path path)return the nth global occurrence (in the entire document) of the given path.
-