static ElementProperty |
ElementProperties.contains(NPath nPath) |
Element contains at-least/at-most/exactly the given number of the given element.
|
static ElementProperty |
ElementProperties.isAfter(NPath nPath) |
Element is after at-least/at-most/exactly the given number of the given element.
|
static ElementProperty |
ElementProperties.isAfterSibling(NPath nPath) |
Element is a sibling of the at-least/at-most/exactly n elements given, and appears after them.
|
static ElementProperty |
ElementProperties.isBefore(NPath nPath) |
Element is before at-least/at-most/exactly the given number of the given element.
|
static ElementProperty |
ElementProperties.isBeforeSibling(NPath nPath) |
Element is a sibling of the at-least/at-most/exactly n elements given, and appears before them.
|
static ElementProperty |
ElementProperties.isParentOf(NPath nPath) |
Element is parent of at-least/at-most/exactly the given number of the given element.
|