|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
public class HTMLDocument.HTMLReader.TagAction
为响应对标记的解析而执行的动作。这允许自定义每个标记的处理方式,并避免了大的 switch 语句。
构造方法摘要 | |
---|---|
HTMLDocument.HTMLReader.TagAction() |
方法摘要 | |
---|---|
void |
end(HTML.Tag t) 当发现此动作所注册的标记类型的结束标记时调用。 |
void |
start(HTML.Tag t, MutableAttributeSet a) 当发现此动作所注册的标记类型的开始标记时调用。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public HTMLDocument.HTMLReader.TagAction()
方法详细信息 |
---|
public void start(HTML.Tag t, MutableAttributeSet a)
public void end(HTML.Tag t)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。