Sets the value of the first element with the given route.
Syntax
public
void
putValue
(
String
value
,
String...
route
) throws IllegalArgumentException
Parameters
-
value –
The new value
-
route –
The route to the element
Exceptions
-
IllegalArgumentException –
if either of the arguments is null.