Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema.xpath |
Modifier and Type | Method and Description |
---|---|
@NonNull XPathDocument |
XPathSchemaContext.createDocument(@NonNull NormalizedNode<?,?> documentRoot)
Create a new document context.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends XPathResult<?>> |
XPathExpression.evaluate(@NonNull XPathDocument document,
@NonNull YangInstanceIdentifier path)
Evaluate this expression at the specified path in a document.
|
com.google.common.util.concurrent.ListenableFuture<Optional<? extends XPathResult<?>>> |
LazyXPathExpression.evaluateLazily(XPathDocument document,
YangInstanceIdentifier path)
Deprecated.
Evaluate this expression at the specified path in a document.
|
Copyright © 2019 OpenDaylight. All rights reserved.