JavaScript is disabled on your browser.
Skip navigation links
概述
软件包
类
使用
树
已过时的
索引
帮助
Java™ Platform
Standard Ed. 8
上一个
下一个
框架
无框架
所有类
概要:
嵌套 |
字段 |
构造方法 |
方法
详细信息:
字段 |
构造方法 |
方法
compact2, compact3
javax.xml.stream
Interface EventFilter
public interface
EventFilter
该接口声明一个可以创建过滤XMLEventReaders的简单过滤器接口
从以下版本开始:
1.6
Version:
1.0
方法摘要
所有方法
接口方法
抽象方法
Modifier and Type
Method and Description
boolean
accept
(
XMLEvent
event)
测试此事件是否是此流的一部分。
方法详细信息
accept
boolean accept(
XMLEvent
event)
测试此事件是否是此流的一部分。
如果此过滤器接受此事件,则此方法将返回true,否则返回false。
参数
event
- 要测试的事件
结果
true if this filter accepts this event, false otherwise
Skip navigation links
概述
软件包
类
使用
树
已过时的
索引
帮助
Java™ Platform
Standard Ed. 8
上一个
下一个
框架
无框架
所有类
概要:
嵌套 |
字段 |
构造方法 |
方法
详细信息:
字段 |
构造方法 |
方法