javax.xml.stream

Interface EventFilter

public interface EventFilter

Simple filter interface for XML events.
Method Summary
booleanaccept(XMLEvent event)
Indicates whether this filter can accept the specified event.

Method Detail

accept

public boolean accept(XMLEvent event)
Indicates whether this filter can accept the specified event.