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 |
---|---|
PreparedXMLStatement |
NavuNode.prepareXMLCall(String xml)
A Prepared xml setValues() that accepts parameterized values "?"
instead of a string representation of the value
when on invocation the value is not known.
|
PreparedXMLStatement |
NavuList.prepareXMLCall(String xml)
A Prepared xml set() that accepts parameterized values "?"
instead of a string representation of the value
when on invocation the value is not known.
|