Uses of Class
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Relative
-
Packages that use YangLocationPath.Relative Package Description org.opendaylight.yangtools.yang.xpath.api Model of a RFC7950 XPath Expression. -
-
Uses of YangLocationPath.Relative in org.opendaylight.yangtools.yang.xpath.api
Methods in org.opendaylight.yangtools.yang.xpath.api that return YangLocationPath.Relative Modifier and Type Method Description static YangLocationPath.Relative
YangLocationPath. relative(Collection<YangLocationPath.Step> steps)
static YangLocationPath.Relative
YangLocationPath. relative(YangLocationPath.Step... steps)
static YangLocationPath.Relative
YangLocationPath. self()
The conceptualsame
YangLocationPath
.Methods in org.opendaylight.yangtools.yang.xpath.api that return types with arguments of type YangLocationPath.Relative Modifier and Type Method Description Optional<YangLocationPath.Relative>
YangPathExpr. getLocationPath()
Methods in org.opendaylight.yangtools.yang.xpath.api with parameters of type YangLocationPath.Relative Modifier and Type Method Description static YangPathExpr
YangPathExpr. of(YangExpr expr, YangLocationPath.Relative locationPath)
-