@Beta public class YangLocationPath extends Object implements YangExpr
Modifier and Type | Class and Description |
---|---|
static class |
YangLocationPath.Absolute |
static class |
YangLocationPath.AxisStep |
static class |
YangLocationPath.NamespaceStep |
static class |
YangLocationPath.NodeTypeStep |
static class |
YangLocationPath.ProcessingInstructionStep |
static class |
YangLocationPath.QNameStep |
static class |
YangLocationPath.Step |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object obj) |
List<YangLocationPath.Step> |
getSteps() |
int |
hashCode() |
boolean |
isAbsolute() |
static YangLocationPath |
of(boolean absolute) |
static YangLocationPath |
of(boolean absolute,
Collection<YangLocationPath.Step> steps) |
static YangLocationPath |
of(boolean absolute,
YangLocationPath.Step... steps) |
static YangLocationPath |
root()
The conceptual
root YangLocationPath . |
static YangLocationPath |
self()
The conceptual
same YangLocationPath . |
String |
toString() |
public static final YangLocationPath of(boolean absolute)
public static final YangLocationPath of(boolean absolute, YangLocationPath.Step... steps)
public static final YangLocationPath of(boolean absolute, Collection<YangLocationPath.Step> steps)
public static final YangLocationPath root()
root
YangLocationPath
. This path is an absolute path and has no steps.YangLocationPath
public static YangLocationPath self()
same
YangLocationPath
. This path is a relative path and has no steps and is
equivalent to a step along YangXPathAxis.SELF
.YangLocationPath
public boolean isAbsolute()
public List<YangLocationPath.Step> getSteps()
Copyright © 2019 OpenDaylight. All rights reserved.