| 限定符和类型 | 类和说明 |
|---|---|
static interface |
NodePath.AppendableBuilder |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 java.lang.Objectpublic boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Objectpublic 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()