E.3 HeadFilter

This filter reads the first n lines of a file; the others are not further passed through the filter chain. Usage example:

<filterchain>
  <headfilter lines="20" />
</filterchain>

Table E.3:  Attributes for the <headfilter> tag

NameTypeDescriptionDefaultRequired
linesIntegerNumber of lines to read.10No