| Adds a new parser to the internal collection. It is up to the
individual collator to lazily parse the records or parse the records
at the time of this invocation.
It is illegal to invoke this method after a call to
getRecords().
Parameters: p - parser to add, which may be null (which should nevercause an error). exception: IllegalStateException - thrown if this is called after thegetRecords() method has been invoked. |