Uses of Class
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Relative
Packages that use YangLocationPath.Relative
Package
Description
Definition of structures and DOM like API of effected YANG schema.
Model of a RFC7950 XPath Expression.
-
Uses of YangLocationPath.Relative in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return YangLocationPath.RelativeModifier and TypeMethodDescriptionPathExpression.DerefSteps.getDerefArgument()
PathExpression.DerefSteps.getRelativePath()
Constructors in org.opendaylight.yangtools.yang.model.api with parameters of type YangLocationPath.RelativeModifierConstructorDescriptionDerefSteps
(YangLocationPath.Relative derefArgument, YangLocationPath.Relative relativePath) -
Uses of YangLocationPath.Relative in org.opendaylight.yangtools.yang.xpath.api
Methods in org.opendaylight.yangtools.yang.xpath.api that return YangLocationPath.RelativeModifier and TypeMethodDescriptionstatic final YangLocationPath.Relative
YangLocationPath.relative
(Collection<YangLocationPath.Step> steps) static final YangLocationPath.Relative
YangLocationPath.relative
(YangLocationPath.Step... steps) static final YangLocationPath.Relative
YangLocationPath.self()
The conceptualsame
YangLocationPath
.Methods in org.opendaylight.yangtools.yang.xpath.api that return types with arguments of type YangLocationPath.RelativeMethods in org.opendaylight.yangtools.yang.xpath.api with parameters of type YangLocationPath.RelativeModifier and TypeMethodDescriptionstatic YangPathExpr
YangPathExpr.of
(YangExpr expr, YangLocationPath.Relative locationPath)