Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if this filter accepts this event, false otherwisethe event to test reader)Tests whether the current state is part of this stream. |
accept | back to summary |
---|---|
public boolean accept(XMLStreamReader reader) Tests whether the current state is part of this stream. This method will return true if this filter accepts this event and false otherwise. The method should not change the state of the reader when accepting a state.
|