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 |
---|---|
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.