@Beta public abstract 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
A step along an axis.
|
static class |
YangLocationPath.Relative |
static class |
YangLocationPath.ResolvedQNameStep |
static class |
YangLocationPath.Step |
static class |
YangLocationPath.UnresolvedQNameStep |
Modifier and Type | Method and Description |
---|---|
static YangLocationPath.Absolute |
absolute(Collection<YangLocationPath.Step> steps) |
static YangLocationPath.Absolute |
absolute(YangLocationPath.Step... steps) |
boolean |
equals(@Nullable Object obj) |
ImmutableList<YangLocationPath.Step> |
getSteps() |
int |
hashCode() |
abstract boolean |
isAbsolute() |
static YangLocationPath.Relative |
relative(Collection<YangLocationPath.Step> steps) |
static YangLocationPath.Relative |
relative(YangLocationPath.Step... steps) |
static YangLocationPath.Absolute |
root()
The conceptual
root YangLocationPath . |
static YangLocationPath.Relative |
self()
The conceptual
same YangLocationPath . |
String |
toString() |
public static final YangLocationPath.Absolute absolute(YangLocationPath.Step... steps)
public static final YangLocationPath.Absolute absolute(Collection<YangLocationPath.Step> steps)
public static final YangLocationPath.Relative relative(YangLocationPath.Step... steps)
public static final YangLocationPath.Relative relative(Collection<YangLocationPath.Step> steps)
public static final YangLocationPath.Absolute root()
root
YangLocationPath
. This path is an absolute path and has no steps.YangLocationPath
public static final YangLocationPath.Relative self()
same
YangLocationPath
. This path is a relative path and has no steps and is
equivalent to a step along YangXPathAxis.SELF
.YangLocationPath
public final ImmutableList<YangLocationPath.Step> getSteps()
public abstract boolean isAbsolute()
Copyright © 2020 OpenDaylight. All rights reserved.