getDocumentsWithAttribute(String, String, String...) method

Returns the elements with the given route that contains the given attribute with the given value.

Syntax

public List< ISDMParserDocument > getDocumentsWithAttribute (
    String attributeName,
    String attributeValue,
    String... route
)

Parameters

Returns

List of elements as new ISDMParser documents

Exceptions