Returns all the values of attributes contained by the element with the given route.
Syntax
public
abstract List< String >
getChildAttributes
(
String...
route
) throws IllegalArgumentException
Parameters
-
route –
The route to the element with the child attributes
Returns
The list of values
Exceptions
-
IllegalArgumentException –
if the argument is null.