Returns the value of the first attribute with the given route. 
      Syntax
         
         public abstract String getAttribute (String... route) throws IllegalArgumentException
       
      Parameters
         
         
            - 
               route – 
               The route to the attribute
            
 
         
       
      Returns
         The value of the first attribute or null if there is no such attribute
      Exceptions
         
         
            - 
               IllegalArgumentException – 
               if the argument is null.