setDocuments(List< IParserDocument >, String...) method

Replaces all the elements with the given route Documents will be paired to elements in order Elements with greater or equals index than size of new elements will be untouched Element paired with null will be removed.

Syntax

public abstract void setDocuments ( List< IParserDocument > documents , String... route ) throws IllegalArgumentException

Parameters

Exceptions