Package | Description |
---|---|
org.opendaylight.yangtools.yang.xpath.api |
Model of a RFC7950 XPath Expression.
|
Modifier and Type | Class and Description |
---|---|
static class |
YangLocationPath.AxisStep |
static class |
YangLocationPath.NamespaceStep |
static class |
YangLocationPath.NodeTypeStep |
static class |
YangLocationPath.ProcessingInstructionStep |
static class |
YangLocationPath.QNameStep |
Modifier and Type | Method and Description |
---|---|
List<YangLocationPath.Step> |
YangLocationPath.getSteps() |
Modifier and Type | Method and Description |
---|---|
static YangLocationPath |
YangLocationPath.of(boolean absolute,
YangLocationPath.Step... steps) |
Modifier and Type | Method and Description |
---|---|
static YangLocationPath |
YangLocationPath.of(boolean absolute,
Collection<YangLocationPath.Step> steps) |
Copyright © 2019 OpenDaylight. All rights reserved.