@Beta public interface XPathNodesetResult extends XPathResult<Collection<Map.Entry<YangInstanceIdentifier,NormalizedNode<?,?>>>>
XPathResult
containing a set of nodes. Resulting nodes are identified by their
YangInstanceIdentifier
.getValue
Copyright © 2019 OpenDaylight. All rights reserved.