PathOperators

public final class PathOperators

Utilities to manipulate a Path

Methods

not

public static Path not(Path path)

Any element that does NOT conform to the definition of the given path parameters

Parameters:
  • path
    • the path that represent what the element does NOT match
Returns:

a new path that represents the negation of the given parameter