Interface XPathNodesetResult
-
- All Superinterfaces:
XPathResult<Collection<Map.Entry<YangInstanceIdentifier,NormalizedNode<?,?>>>>
@Beta @Deprecated public interface XPathNodesetResult extends XPathResult<Collection<Map.Entry<YangInstanceIdentifier,NormalizedNode<?,?>>>>
Deprecated.AnXPathResult
containing a set of nodes. Resulting nodes are identified by theirYangInstanceIdentifier
.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.jaxen.api.XPathResult
getValue
-
-