Class CompositeNodeDataWithSchema<T extends DataSchemaNode>

java.lang.Object
org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema<T>
org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema<T>
Direct Known Subclasses:
AbstractMountPointDataWithSchema, LeafListNodeDataWithSchema, ListNodeDataWithSchema

public sealed class CompositeNodeDataWithSchema<T extends DataSchemaNode> extends AbstractNodeDataWithSchema<T> permits AbstractMountPointDataWithSchema<T>, LeafListNodeDataWithSchema, ListNodeDataWithSchema (not exhaustive)
Utility class used for tracking parser state as needed by a StAX-like parser. This class is to be used only by respective XML and JSON parsers in yang-data-codec-xml and yang-data-codec-gson.

Represents a node which is composed of multiple simpler nodes.