getDocumentWithAttribute(String, String, String...) method

Returns the first element with the given route that contains the given attribute with the given value.

Syntax

public ISDMParserDocument getDocumentWithAttribute (
    String attributeName,
    String attributeValue,
    String... route
)

Parameters

Returns

The element as a new ISDMParser document or null if there is no such element

Exceptions