API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.xml.stream.
EventFilter
View Source
Author(s)
Copyright (c) 2003 by BEA Systems. All Rights Reserved.
Since
1.6
Version
1.0
Serial
Hierarchy
EventFilter
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface EventFilter
This interface declares a simple filter interface that one can create to filter XMLEventReaders
This interface declares a simple filter interface that one can
create to filter XMLEventReaders
See also:
Methods
Hide/Show inherited methods
public
boolean
accept
(
XMLEvent
event)
Tests whether this event is part of this stream.
Tests whether this event is part of this stream. This method
will return true if this filter accepts this event and false
otherwise.
Returns:
true if this filter accepts this event, false otherwise
Parameters:
-
event
- the event to test
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar