public final class YangModeledAnyXmlNodeDataWithSchema extends CompositeNodeDataWithSchema<YangModeledAnyXmlSchemaNode>
Represents a YANG-modeled-anyxml node.
Constructor and Description |
---|
YangModeledAnyXmlNodeDataWithSchema(YangModeledAnyXmlSchemaNode yangModeledAnyXml) |
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 YangModeledAnyXmlNodeDataWithSchema(YangModeledAnyXmlSchemaNode yangModeledAnyXml)
public void write(NormalizedNodeStreamWriter writer) throws IOException
AbstractNodeDataWithSchema
write
in class CompositeNodeDataWithSchema<YangModeledAnyXmlSchemaNode>
writer
- Target writerIOException
- reported when thrown by the writer.Copyright © 2019 OpenDaylight. All rights reserved.