Interface YangXPathParser.UnqualifiedBound
-
- All Superinterfaces:
YangXPathParser
,YangXPathParser.QualifiedBound
- Enclosing interface:
- YangXPathParser
public static interface YangXPathParser.UnqualifiedBound extends YangXPathParser.QualifiedBound
AYangXPathParser
bound to aYangNamespaceContext
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description YangXPathExpression.UnqualifiedBound
parseExpression(String xpath)
Parse a string containing an XPath expression.
-
-
-
Method Detail
-
parseExpression
YangXPathExpression.UnqualifiedBound parseExpression(String xpath) throws XPathExpressionException
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
-
-