Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.util |
Modifier and Type | Method and Description |
---|---|
static DataSchemaContextNode<?> |
DataSchemaContextNode.from(SchemaContext ctx) |
static @Nullable DataSchemaContextNode<?> |
DataSchemaContextNode.fromDataSchemaNode(DataSchemaNode potential) |
abstract @Nullable DataSchemaContextNode<?> |
DataSchemaContextNode.getChild(QName child) |
abstract @Nullable DataSchemaContextNode<?> |
DataSchemaContextNode.getChild(YangInstanceIdentifier.PathArgument child)
Find a child node identifier by its
YangInstanceIdentifier.PathArgument . |
@Nullable DataSchemaContextNode<?> |
DataSchemaContextTree.getChild(YangInstanceIdentifier path)
Deprecated.
|
DataSchemaContextNode<?> |
DataSchemaContextTree.getRoot() |
Copyright © 2019 OpenDaylight. All rights reserved.