Uses of Class
org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree.NodeAndStack
-
Packages that use DataSchemaContextTree.NodeAndStack Package Description org.opendaylight.yangtools.yang.data.util -
-
Uses of DataSchemaContextTree.NodeAndStack in org.opendaylight.yangtools.yang.data.util
Methods in org.opendaylight.yangtools.yang.data.util that return types with arguments of type DataSchemaContextTree.NodeAndStack Modifier and Type Method Description @NonNull CheckedValue<@NonNull DataSchemaContextTree.NodeAndStack,@NonNull IllegalArgumentException>
DataSchemaContextTree. enterPath(YangInstanceIdentifier path)
Find a child node as identified by an absoluteYangInstanceIdentifier
and return it along with a suitably initializedSchemaInferenceStack
.
-