Uses of Class
com.github.loyada.jdollarx.NPath
-
Packages that use NPath Package Description com.github.loyada.jdollarx main package for defining Path DOM elements and browser interaction -
-
Uses of NPath in com.github.loyada.jdollarx
Methods in com.github.loyada.jdollarx that return NPath Modifier and Type Method Description NPathNPath.NPathBuilder. occurrencesOf(Path path)Methods in com.github.loyada.jdollarx with parameters of type NPath Modifier and Type Method Description static ElementPropertyElementProperties. isAfter(NPath nPath)Element is after at-least/at-most/exactly the given number of the given element.static ElementPropertyElementProperties. isAfterSibling(NPath nPath)Element is a sibling of the at-least/at-most/exactly n elements given, and appears after them.static ElementPropertyElementProperties. isBefore(NPath nPath)Element is before at-least/at-most/exactly the given number of the given element.static ElementPropertyElementProperties. isBeforeSibling(NPath nPath)Element is a sibling of the at-least/at-most/exactly n elements given, and appears before them.
-