Uses of Interface
org.opendaylight.yangtools.yang.xpath.api.YangXPathParser
Packages that use YangXPathParser
Package
Description
Model of a RFC7950 XPath Expression.
XPath parsing which results in a
YangExpr
.Package exposing
YangXPathParserFactory
component to various
dependency injection frameworks, so they can locate them.-
Uses of YangXPathParser in org.opendaylight.yangtools.yang.xpath.api
Subinterfaces of YangXPathParser in org.opendaylight.yangtools.yang.xpath.apiModifier and TypeInterfaceDescriptionstatic interface
AYangXPathParser
bound to aYangNamespaceContext
, producing Qualified-bound Expressions.static interface
AYangXPathParser
bound to aYangNamespaceContext
and a default namespace, producing Unqualified-bound Expressions.Methods in org.opendaylight.yangtools.yang.xpath.api that return YangXPathParserModifier and TypeMethodDescriptiondefault YangXPathParser
YangXPathParserFactory.newParser()
Return aYangXPathParser
compliant withYangXPathMathMode.IEEE754
.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 -
Uses of YangXPathParser in org.opendaylight.yangtools.yang.xpath.impl.di
Methods in org.opendaylight.yangtools.yang.xpath.impl.di that return YangXPathParserModifier and TypeMethodDescriptionDefaultXPathParserFactory.newParser
(YangXPathMathMode mathMode)