javax.xml.stream

Interface StreamFilter

public interface StreamFilter

Simple filter interface for XMLStreamReaders.
Method Summary
booleanaccept(XMLStreamReader reader)
Indicates whether the current state of the specified reader in part of this stream.

Method Detail

accept

public boolean accept(XMLStreamReader reader)
Indicates whether the current state of the specified reader in part of this stream.