EventFilterpublic interface EventFilter This interface declares a simple filter interface that one can
create to filter XMLEventReaders |
Methods Summary |
---|
public boolean | accept(javax.xml.stream.events.XMLEvent event)Tests whether this event is part of this stream. This method
will return true if this filter accepts this event and false
otherwise.
|
|