JavaTM Platform
Standard Ed. 6

クラス
javax.swing.text.html.parser.TagElement の使用

TagElement を使用しているパッケージ
javax.swing.text.html.parser デフォルトの HTML パーサーを、サポートクラスとともに提供します。 
 

javax.swing.text.html.parser での TagElement の使用
 

TagElement を返す javax.swing.text.html.parser のメソッド
protected  TagElement Parser.makeTag(Element elem)
           
protected  TagElement Parser.makeTag(Element elem, boolean fictional)
          TagElement を作成します。
 

TagElement 型のパラメータを持つ javax.swing.text.html.parser のメソッド
protected  void Parser.handleEmptyTag(TagElement tag)
          空のタグを検出したときに呼び出されます。
protected  void DocumentParser.handleEmptyTag(TagElement tag)
          空のタグを処理します。
protected  void Parser.handleEndTag(TagElement tag)
          終了タグを検出したときに呼び出されます。
protected  void DocumentParser.handleEndTag(TagElement tag)
          終了タグを処理します。
protected  void Parser.handleStartTag(TagElement tag)
          開始タグを検出したときに呼び出されます。
protected  void DocumentParser.handleStartTag(TagElement tag)
          開始タグを処理します。
protected  void Parser.startTag(TagElement tag)
          開始タグを処理します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。