Interface YangXPathParser.UnqualifiedBound
- All Superinterfaces:
YangXPathParser
,YangXPathParser.QualifiedBound
- Enclosing interface:
- YangXPathParser
A
YangXPathParser
bound to a YangNamespaceContext
and a default namespace, producing
Unqualified-bound Expressions.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParser
YangXPathParser.QualifiedBound, YangXPathParser.UnqualifiedBound
-
Method Summary
Modifier and TypeMethodDescriptionparseExpression
(String xpath) Parse a string containing an XPath expression.
-
Method Details
-
parseExpression
Description copied from interface:YangXPathParser
Parse a string containing an XPath expression.- Specified by:
parseExpression
in interfaceYangXPathParser
- Specified by:
parseExpression
in interfaceYangXPathParser.QualifiedBound
- Parameters:
xpath
- XPath expression string- Returns:
- A parsed
YangXPathExpression
- Throws:
XPathExpressionException
- when the expression cannot be parsed
-