Returns the elements with the given route that contains the given attribute with the given value.
Syntax
public
abstract List< ISDMParserDocument >
getDocumentsWithAttribute
(
String
attributeName
,
String
attributeValue
,
String...
route
)
Parameters
-
route –
The route to the elements
-
attributeName –
The name of the attribute
-
attributeValue –
The expected value of the attribute
Returns
List of elements as new ISDMParser documents
Exceptions
-
IllegalArgumentException –
if either of the arguments is null.