JavaTM Platform
Standard Ed. 6

类 javax.swing.text.html.parser.TagElement
的使用

使用 TagElement 的软件包
javax.swing.text.html.parser 提供默认的 HTML 解析器以及支持类。 
 

javax.swing.text.html.parserTagElement 的使用
 

返回 TagElementjavax.swing.text.html.parser 中的方法
protected  TagElement Parser.makeTag(Element elem)
           
protected  TagElement Parser.makeTag(Element elem, boolean fictional)
          制作 TagElement。
 

参数类型为 TagElementjavax.swing.text.html.parser 中的方法
protected  void DocumentParser.handleEmptyTag(TagElement tag)
          处理空标记。
protected  void Parser.handleEmptyTag(TagElement tag)
          在遇到空标记时调用。
protected  void DocumentParser.handleEndTag(TagElement tag)
          处理结束标记。
protected  void Parser.handleEndTag(TagElement tag)
          在遇到结束标记时调用。
protected  void DocumentParser.handleStartTag(TagElement tag)
          处理开始标记。
protected  void Parser.handleStartTag(TagElement tag)
          在遇到开始标记时调用。
protected  void Parser.startTag(TagElement tag)
          处理开始标记。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策