javax.xml.stream
Interface EventFilter
public
interface
EventFilter
Simple filter interface for XML events.
| Method Summary |
| boolean | accept(XMLEvent event)
Indicates whether this filter can accept the specified event. |
public boolean accept(XMLEvent event)
Indicates whether this filter can accept the specified event.