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

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

Syntax

public abstract IParserDocument getDocumentWithAttribute ( String attributeName , String attributeValue , String... route )

Parameters

Returns

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

Exceptions