Uses of Class
org.opendaylight.yangtools.yang.xpath.api.YangXPathMathMode
-
Packages that use YangXPathMathMode 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 aYangExpr
. -
-
Uses of YangXPathMathMode in org.opendaylight.yangtools.yang.xpath.api
Methods in org.opendaylight.yangtools.yang.xpath.api that return YangXPathMathMode Modifier and Type Method Description YangXPathMathMode
YangXPathExpression. getMathMode()
Return theYangXPathMathMode
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.Methods in org.opendaylight.yangtools.yang.xpath.api with parameters of type YangXPathMathMode Modifier and Type Method Description YangXPathParser
YangXPathParserFactory. newParser(YangXPathMathMode mathMode)
Return aYangXPathParser
compliant withYangXPathMathMode
.YangXPathParser.QualifiedBound
YangXPathParserFactory. newParser(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext)
Return aYangXPathParser
compliant withYangXPathMathMode
.YangXPathParser.UnqualifiedBound
YangXPathParserFactory. newParser(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext, QNameModule defaultNamespace)
Return aYangXPathParser
compliant withYangXPathMathMode
. -
Uses of YangXPathMathMode in org.opendaylight.yangtools.yang.xpath.impl
Methods in org.opendaylight.yangtools.yang.xpath.impl with parameters of type YangXPathMathMode Modifier and Type Method Description YangXPathParser
AntlrXPathParserFactory. newParser(YangXPathMathMode mathMode)
YangXPathParser.QualifiedBound
AntlrXPathParserFactory. newParser(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext)
YangXPathParser.UnqualifiedBound
AntlrXPathParserFactory. newParser(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext, QNameModule defaultNamespace)
-