public class AnyXmlNodeDataWithSchema extends SimpleNodeDataWithSchema<AnyXmlSchemaNode>
Represents a YANG anyxml node.
Constructor and Description |
---|
AnyXmlNodeDataWithSchema(AnyXmlSchemaNode dataSchemaNode) |
Modifier and Type | Method and Description |
---|---|
void |
write(NormalizedNodeStreamWriter writer)
Emit this node's events into the specified writer.
|
getValue, setValue
equals, getAttributes, getSchema, hashCode, provideNodeIdentifier, setAttributes
public AnyXmlNodeDataWithSchema(AnyXmlSchemaNode dataSchemaNode)
public void write(NormalizedNodeStreamWriter writer) throws IOException
AbstractNodeDataWithSchema
write
in class AbstractNodeDataWithSchema<AnyXmlSchemaNode>
writer
- Target writerIOException
- reported when thrown by the writer.Copyright © 2019 OpenDaylight. All rights reserved.