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