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