| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema | 
 Definition of normalized YANG DOM Model
 Normalized DOM Model brings more direct mapping between YANG Model, DOM
 representation of data 
 | 
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | |
| org.opendaylight.yangtools.yang.data.impl.schema.nodes | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AnyXmlNode
AN normalizedNode. 
 | 
interface  | 
ContainerNode
Data subtree with cardinality 0..1 in the context of parent node
 Node which does not have value but contains valid  
DataContainerChild nodes. | 
interface  | 
LeafNode<T>
Leaf node with multiplicity 0..1
 Leaf node has a value, but no child nodes in the data tree, schema
 for leaf node and its value is described by  
LeafSchemaNode. | 
interface  | 
LeafSetEntryNode<T>
Leaf node with multiplicity 0...n
 Leaf node has a value, but no child nodes in the data tree, schema
 for leaf node and its value is described by
  
LeafListSchemaNode. | 
interface  | 
MapEntryNode
Instance of Map entry, this node does not contains value, but child nodes. 
 | 
interface  | 
YangModeledAnyXmlNode
AnyXML node with schema of contained XML data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
ImmutableContainerNodeBuilder.ImmutableContainerNode  | 
protected static class  | 
ImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNode  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractImmutableDataContainerAttrNode<K extends YangInstanceIdentifier.PathArgument>  | 
class  | 
AbstractImmutableNormalizedValueAttrNode<K extends YangInstanceIdentifier.PathArgument,V>  | 
Copyright © 2018 OpenDaylight. All rights reserved.