public static interface YangXPathParser.QualifiedBound extends YangXPathParser
YangXPathParser
bound to a YangNamespaceContext
, producing Qualified-bound Expressions.YangXPathParser.QualifiedBound, YangXPathParser.UnqualifiedBound
Modifier and Type | Method and Description |
---|---|
YangXPathExpression.QualifiedBound |
parseExpression(String xpath)
Parse a string containing an XPath expression.
|
YangXPathExpression.QualifiedBound parseExpression(String xpath) throws XPathExpressionException
YangXPathParser
parseExpression
in interface YangXPathParser
xpath
- XPath expression stringYangXPathExpression
XPathExpressionException
- when the expression cannot be parsedCopyright © 2020 OpenDaylight. All rights reserved.