com.bea.xml.stream.filters
Class NameFilter

java.lang.Object
  extended bycom.bea.xml.stream.filters.NameFilter
All Implemented Interfaces:
EventFilter, StreamFilter

public class NameFilter
extends Object
implements EventFilter, StreamFilter


Constructor Summary
NameFilter(QName name)
           
 
Method Summary
 boolean accept(XMLEvent e)
           
 boolean accept(XMLStreamReader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameFilter

public NameFilter(QName name)
Method Detail

accept

public boolean accept(XMLEvent e)
Specified by:
accept in interface EventFilter

accept

public boolean accept(XMLStreamReader r)
Specified by:
accept in interface StreamFilter


Copyright © 2004 . All Rights Reserved.