| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema.xpath | 
| Modifier and Type | Method and Description | 
|---|---|
XPathDocument | 
XPathSchemaContext.createDocument(NormalizedNode<?,?> documentRoot)
Create a new document context. 
 | 
| 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.