| Package | Description | 
|---|---|
| com.tailf.navu | 
 NAVU (Navigation Utilities) is an API which provides increased
 accessibility to the ConfD/NCS populated data model tree:
 NAVU-Tree. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NavuLeafList
NavuLeafList is a representation of the YANG leaf-list. | 
| Modifier and Type | Method and Description | 
|---|---|
NavuLeaf | 
NavuLeaf.delete()
Deletes a leaf. 
 | 
NavuLeaf | 
NavuContainer.leaf(ConfNamespace ns,
    String leafName)
 Returns a reference to a subordinate  
leaf with
 the name leafName, belonging to the namespace
 ns. | 
NavuLeaf | 
NavuNode.leaf(ConfNamespace ns,
    String leafName)
 Returns a reference to a subordinate  
leaf with
 the name leafName, belonging to the namespace
 ns. | 
NavuLeaf | 
NavuAction.leaf(Integer key)  | 
NavuLeaf | 
NavuContainer.leaf(Integer key)
Returns a reference to a subordinate  
leaf with
 the hash value key. | 
NavuLeaf | 
NavuNode.leaf(Integer key)
Returns a reference to a subordinate  
leaf with
 the hash value key. | 
NavuLeaf | 
NavuAction.leaf(String leaf)  | 
NavuLeaf | 
NavuContainer.leaf(String key)
Returns a reference to a subordinate  
leaf with
 the name key. | 
NavuLeaf | 
NavuNode.leaf(String key)
Returns a reference to a subordinate  
leaf with
 the name key. | 
NavuLeaf | 
NavuAction.leaf(String prefix,
    String leaf)  | 
NavuLeaf | 
NavuContainer.leaf(String prefix,
    String key)
Deprecated.  
 | 
NavuLeaf | 
NavuNode.leaf(String prefix,
    String key)
Deprecated.  
 |