putAttribute(String, String...) method

Sets the value of the attribute with the given route If attribute does not exist it will be created as well as all other non existing elements in the route.

Syntax

public void putAttribute (
    String value,
    String... route
) throws IllegalArgumentException

Parameters

Exceptions