Interface YangXPathParser.QualifiedBound
-
- All Superinterfaces:
YangXPathParser
- All Known Subinterfaces:
YangXPathParser.UnqualifiedBound
- Enclosing interface:
- YangXPathParser
public static interface YangXPathParser.QualifiedBound extends YangXPathParser
AYangXPathParser
bound to aYangNamespaceContext
, producing Qualified-bound Expressions.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParser
YangXPathParser.QualifiedBound, YangXPathParser.UnqualifiedBound
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description YangXPathExpression.QualifiedBound
parseExpression(String xpath)
Parse a string containing an XPath expression.
-
-
-
Method Detail
-
parseExpression
YangXPathExpression.QualifiedBound parseExpression(String xpath) throws XPathExpressionException
Description copied from interface:YangXPathParser
Parse a string containing an XPath expression.- Specified by:
parseExpression
in interfaceYangXPathParser
- Parameters:
xpath
- XPath expression string- Returns:
- A parsed
YangXPathExpression
- Throws:
XPathExpressionException
- when the expression cannot be parsed
-
-