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 | Method and Description |
---|---|
YangXPathMathMode |
YangXPathExpression.getMathMode()
Return the
YangXPathMathMode used in this expression. |
static YangXPathMathMode |
YangXPathMathMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YangXPathMathMode[] |
YangXPathMathMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
YangXPathParser |
YangXPathParserFactory.newParser(YangXPathMathMode mathMode)
Return a
YangXPathParser compliant with YangXPathMathMode . |
YangXPathParser.QualifiedBound |
YangXPathParserFactory.newParser(YangXPathMathMode mathMode,
YangNamespaceContext namespaceContext)
Return a
YangXPathParser compliant with YangXPathMathMode . |
YangXPathParser.UnqualifiedBound |
YangXPathParserFactory.newParser(YangXPathMathMode mathMode,
YangNamespaceContext namespaceContext,
QNameModule defaultNamespace)
Return a
YangXPathParser compliant with YangXPathMathMode . |
Modifier and Type | Method and Description |
---|---|
YangXPathParser |
AntlrXPathParserFactory.newParser(YangXPathMathMode mathMode) |
YangXPathParser.QualifiedBound |
AntlrXPathParserFactory.newParser(YangXPathMathMode mathMode,
YangNamespaceContext namespaceContext) |
YangXPathParser.UnqualifiedBound |
AntlrXPathParserFactory.newParser(YangXPathMathMode mathMode,
YangNamespaceContext namespaceContext,
QNameModule defaultNamespace) |
Copyright © 2019 OpenDaylight. All rights reserved.