getAttribute(String...) method

Returns the value of the first attribute with the given route.

Syntax

public abstract String getAttribute ( String... route ) throws IllegalArgumentException

Parameters

Returns

The value of the first attribute or null if there is no such attribute

Exceptions