JavaTM 2 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 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only