Package | Description |
---|---|
org.opendaylight.yangtools.yang.xpath.api |
Model of a RFC7950 XPath Expression.
|
Modifier and Type | Method and Description |
---|---|
static YangXPathParserFactory.MathMode |
YangXPathParserFactory.MathMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YangXPathParserFactory.MathMode[] |
YangXPathParserFactory.MathMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<YangXPathParserFactory.MathMode> |
YangXPathParserFactory.getSupportedMathModes() |
Modifier and Type | Method and Description |
---|---|
YangXPathParser |
YangXPathParserFactory.newParser(Function<String,QNameModule> prefixResolver,
YangXPathParserFactory.MathMode mathMode)
Return a
YangXPathParser compliant with YangXPathParserFactory.MathMode . |
Copyright © 2019 OpenDaylight. All rights reserved.