| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamFilter
This interface declares a simple filter interface that one can create to filter XMLStreamReaders
| Method Summary | |
|---|---|
 boolean | 
accept(XMLStreamReader reader)
Tests whether the current state is part of this stream.  | 
| Method Detail | 
|---|
boolean accept(XMLStreamReader reader)
reader - the event to test
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.