< : FilterSet>

Description

A set of filters to be applied to something. A filter set may have begintoken and endtokens defined.

Parameters

Attribute Description Type Required?
begintoken Set the string used to id the beginning of a token. String ?
endtoken Set the string used to id the end of a token. String ?
refid Reference ?
recurse Set whether recursive token expansion is enabled. boolean ?
filtersfile Set the file containing the filters for this filterset. File ?

Parameters accepted as nested elements

<filterset> ...

A set of filters to be applied to something. A filter set may have begintoken and endtokens defined.
Attribute Description Type Required
begintoken Set the string used to id the beginning of a token. String ?
endtoken Set the string used to id the end of a token. String ?
refid Reference ?
recurse Set whether recursive token expansion is enabled. boolean ?
filtersfile Set the file containing the filters for this filterset. File ?

<filter>

Individual filter component of filterset.
Attribute Description Type Required
token Sets the Token attribute of the Filter object. String ?
value Sets the Value attribute of the Filter object. String ?

<filtersfile>

The filtersfile nested element.
Attribute Description Type Required
file Sets the file from which filters will be read. File ?