Class DataTreeAwareEffectiveStatement.DataTreeNamespace

Enclosing interface:
DataTreeAwareEffectiveStatement<A,D extends DeclaredStatement<A>>

@NonNullByDefault public abstract static class DataTreeAwareEffectiveStatement.DataTreeNamespace extends EffectiveStatementNamespace<DataTreeEffectiveStatement<?>>
Namespace of data nodes. This is a subtree of SchemaTreeAwareEffectiveStatement.SchemaTreeNamespace in that all data nodes are also schema nodes. The structure of the tree is different, though, as choice and case statements are glossed over and they do not contribute to the tree hierarchy -- only their children do.

This corresponds to the data tree view of a YANG-defined data.