public class DefaultNElementPath extends Object implements NElementPath
| Modifier and Type | Field and Description |
|---|---|
static NElementPath |
ROOT |
| Constructor and Description |
|---|
DefaultNElementPath() |
DefaultNElementPath(NElementPath parent,
NElementStep step) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRoot() |
NOptional<NElementPath> |
parent() |
NElementPath |
resolve(NElementStep step) |
int |
size() |
NElementStep |
step() |
List<NElementStep> |
steps() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitofRootpublic static NElementPath ROOT
public DefaultNElementPath()
public DefaultNElementPath(NElementPath parent, NElementStep step)
public int size()
size in interface NElementPathpublic NElementPath resolve(NElementStep step)
resolve in interface NElementPathpublic NElementStep step()
step in interface NElementPathpublic NOptional<NElementPath> parent()
parent in interface NElementPathpublic boolean isRoot()
isRoot in interface NElementPathpublic List<NElementStep> steps()
steps in interface NElementPathCopyright © 2026 vpc open source initiative. All rights reserved.