Uses of Interface
org.opendaylight.yangtools.yang.xpath.api.YangXPathParser
-
Packages that use YangXPathParser 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 YangXPathParser in org.opendaylight.yangtools.yang.xpath.api
Subinterfaces of YangXPathParser in org.opendaylight.yangtools.yang.xpath.api Modifier and Type Interface Description static interface
YangXPathParser.QualifiedBound
AYangXPathParser
bound to aYangNamespaceContext
, producing Qualified-bound Expressions.static interface
YangXPathParser.UnqualifiedBound
AYangXPathParser
bound to aYangNamespaceContext
and a default namespace, producing Unqualified-bound Expressions.Methods in org.opendaylight.yangtools.yang.xpath.api that return YangXPathParser Modifier and Type Method Description default YangXPathParser
YangXPathParserFactory. newParser()
Return aYangXPathParser
compliant withYangXPathMathMode.IEEE754
.YangXPathParser
YangXPathParserFactory. newParser(YangXPathMathMode mathMode)
Return aYangXPathParser
compliant withYangXPathMathMode
. -
Uses of YangXPathParser in org.opendaylight.yangtools.yang.xpath.impl
Methods in org.opendaylight.yangtools.yang.xpath.impl that return YangXPathParser Modifier and Type Method Description YangXPathParser
AntlrXPathParserFactory. newParser(YangXPathMathMode mathMode)
-