public class ContainerNodeDataWithSchema extends CompositeNodeDataWithSchema
Represents a YANG container node.
| Constructor and Description |
|---|
ContainerNodeDataWithSchema(DataSchemaNode schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(NormalizedNodeStreamWriter writer)
Emit this node's events into the specified writer.
|
addChild, addChild, childSizeHint, getNodeIdentifierForAugmentationequals, getAttributes, getSchema, hashCode, provideNodeIdentifier, setAttributespublic ContainerNodeDataWithSchema(DataSchemaNode schema)
public void write(NormalizedNodeStreamWriter writer) throws IOException
AbstractNodeDataWithSchemawrite in class CompositeNodeDataWithSchemawriter - Target writerIOException - reported when thrown by the writer.Copyright © 2019 OpenDaylight. All rights reserved.