| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema.xpath | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
XPathBooleanResult
An  
XPathResult containing a Boolean. | 
interface  | 
XPathNodesetResult
An  
XPathResult containing a set of nodes. | 
interface  | 
XPathNumberResult
An  
XPathResult containing a Number. | 
interface  | 
XPathStringResult
An  
XPathResult containing a String. | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<? extends XPathResult<?>> | 
XPathExpression.evaluate(XPathDocument document,
        YangInstanceIdentifier path)
Evaluate this expression at the specified path in a document. 
 | 
com.google.common.util.concurrent.CheckedFuture<com.google.common.base.Optional<? extends XPathResult<?>>,XPathExpressionException> | 
LazyXPathExpression.evaluateLazily(XPathDocument document,
              YangInstanceIdentifier path)
Deprecated.  
Evaluate this expression at the specified path in a document. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.