Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.impl.codec |
Modifier and Type | Method and Description |
---|---|
static @NonNull SchemaTracker |
SchemaTracker.create(DataNodeContainer root)
Create a new writer with the specified node as its root.
|
static @NonNull SchemaTracker |
SchemaTracker.create(SchemaContext context)
Create a new writer with the specified context as its root.
|
static @NonNull SchemaTracker |
SchemaTracker.create(SchemaContext context,
SchemaPath path)
Create a new writer with the specified context and rooted in the specified schema path.
|
Copyright © 2019 OpenDaylight. All rights reserved.