| 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 | Method and Description | 
|---|---|
NavuLeafList | 
NavuContainer.leafList(ConfNamespace ns,
        String leafListName)
 Returns a reference to a subordinate  
leaf-list with
 the name leafListName, belonging to the namespace
 ns. | 
NavuLeafList | 
NavuNode.leafList(ConfNamespace ns,
        String leafListName)
 Returns a reference to a subordinate  
leaf-list with
 the name leafListName, belonging to the namespace
 ns. | 
NavuLeafList | 
NavuAction.leafList(Integer key)  | 
NavuLeafList | 
NavuContainer.leafList(Integer key)
Returns a reference to a subordinate  
leaf-list with
 the hash value key. | 
NavuLeafList | 
NavuNode.leafList(Integer key)
Returns a reference to a subordinate  
leaf-list with
 the hash value key. | 
NavuLeafList | 
NavuAction.leafList(String leafList)  | 
NavuLeafList | 
NavuContainer.leafList(String key)
Returns a reference to a subordinate  
leaf-list with
 the name key. | 
NavuLeafList | 
NavuNode.leafList(String key)
Returns a reference to a subordinate  
leaf-list with
 the name key. | 
NavuLeafList | 
NavuAction.leafList(String prefix,
        String leafList)  | 
NavuLeafList | 
NavuContainer.leafList(String prefix,
        String key)
Deprecated.  
 | 
NavuLeafList | 
NavuNode.leafList(String prefix,
        String key)
Deprecated.  
 |