T
- type of returned value
FIXME: do we want to support all the modes of
DOM XPath ?
The default DataTree (yang-data-impl) implementation can support ORDERED_NODE_SNAPSHOT_TYPE. The clustered
datastore may want to implement ORDERED_NODE_ITERATOR_TYPE (via iterators).@Beta
public interface XPathResult<T>
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Get the value contained in this result.
|
Copyright © 2018 OpenDaylight. All rights reserved.