net.sf.saxon.pull
public class DocumentEventIgnorer extends PullFilter
Constructor Summary | |
---|---|
DocumentEventIgnorer(PullProvider base) |
Method Summary | |
---|---|
int | next()
Get the next event.
|
Note that a subclass that overrides this method is responsible for ensuring that current() works properly. This can be achieved by setting the field currentEvent to the event returned by any call on next().
Returns: an integer code indicating the type of event. The code DocumentEventIgnorer is returned at the end of the sequence.