Package | Description |
---|---|
org.opendaylight.yangtools.yang.xpath.api |
Model of a RFC7950 XPath Expression.
|
org.opendaylight.yangtools.yang.xpath.impl |
XPath parsing which results in a
YangExpr . |
Modifier and Type | Interface and Description |
---|---|
static interface |
YangXPathParser.QualifiedBound
A
YangXPathParser bound to a YangNamespaceContext , producing Qualified-bound Expressions. |
static interface |
YangXPathParser.UnqualifiedBound
A
YangXPathParser bound to a YangNamespaceContext and a default namespace, producing
Unqualified-bound Expressions. |
Modifier and Type | Method and Description |
---|---|
default YangXPathParser |
YangXPathParserFactory.newParser()
Return a
YangXPathParser compliant with YangXPathMathMode.IEEE754 . |
YangXPathParser |
YangXPathParserFactory.newParser(YangXPathMathMode mathMode)
Return a
YangXPathParser compliant with YangXPathMathMode . |
Modifier and Type | Method and Description |
---|---|
YangXPathParser |
AntlrXPathParserFactory.newParser(YangXPathMathMode mathMode) |
Copyright © 2019 OpenDaylight. All rights reserved.