Modifier and Type | Class and Description |
---|---|
static interface |
NodePath.AppendableBuilder |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NodePath that) |
boolean |
equals(java.lang.Object o) |
java.util.List<ElementSelector> |
getElementSelectors() |
ElementSelector |
getLastElementSelector() |
int |
hashCode() |
boolean |
isChildOf(NodePath nodePath) |
boolean |
isParentOf(NodePath nodePath) |
boolean |
matches(NodePath nodePath) |
static NodePath.AppendableBuilder |
startBuilding() |
static NodePath.AppendableBuilder |
startBuildingFrom(NodePath nodePath) |
java.lang.String |
toString() |
static NodePath |
with(java.lang.String propertyName,
java.lang.String... additionalPropertyNames) |
static NodePath |
withRoot() |
public boolean isParentOf(NodePath nodePath)
public java.util.List<ElementSelector> getElementSelectors()
public boolean isChildOf(NodePath nodePath)
public ElementSelector getLastElementSelector()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(NodePath that)
compareTo
in interface java.lang.Comparable<NodePath>
public boolean matches(NodePath nodePath)
public static NodePath.AppendableBuilder startBuildingFrom(NodePath nodePath)
public static NodePath with(java.lang.String propertyName, java.lang.String... additionalPropertyNames)
public static NodePath.AppendableBuilder startBuilding()
public static NodePath withRoot()