javax.xml.stream
Interface StreamFilter


public interface StreamFilter

Simple filter interface for XMLStreamReaders.


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

Method Detail

accept

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