|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.xml.stream.filters.TypeFilter
public class TypeFilter
| Field Summary | |
|---|---|
protected boolean[] |
types
|
| Constructor Summary | |
|---|---|
TypeFilter()
|
|
| Method Summary | |
|---|---|
boolean |
accept(javax.xml.stream.events.XMLEvent e)
Tests whether this event is part of this stream. |
boolean |
accept(javax.xml.stream.XMLStreamReader r)
Tests whether the current state is part of this stream. |
void |
addType(int type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean[] types
| Constructor Detail |
|---|
public TypeFilter()
| Method Detail |
|---|
public void addType(int type)
public boolean accept(javax.xml.stream.events.XMLEvent e)
javax.xml.stream.EventFilter
accept in interface javax.xml.stream.EventFiltere - the event to test
public boolean accept(javax.xml.stream.XMLStreamReader r)
javax.xml.stream.StreamFilter
accept in interface javax.xml.stream.StreamFilterr - the event to test
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||