Java プラットフォーム 1.2

javax.swing.text.html
クラス HTMLEditorKit.ParserCallback

java.lang.Object
  |
  +--javax.swing.text.html.HTMLEditorKit.ParserCallback
直接の既知のサブクラス:
HTMLDocument.HTMLReader

public static class HTMLEditorKit.ParserCallback
extends Object

構文解析の結果が、これらのコールバックメソッドをドライブします。オープンとクローズの回数は同じにする必要があります。flush メソッドは最後に呼び出され、保留状態の任意のデータをドキュメントにフラッシュする機会を受信側に与えます。


コンストラクタの概要
HTMLEditorKit.ParserCallback()
           
 
メソッドの概要
 void flush()
           
 void handleComment(char[] data, int pos)
           
 void handleEndTag(HTML.Tag t, int pos)
           
 void handleError(String errorMsg, int pos)
           
 void handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)
           
 void handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)
           
 void handleText(char[] data, int pos)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HTMLEditorKit.ParserCallback

public HTMLEditorKit.ParserCallback()
メソッドの詳細

flush

public void flush()
           throws BadLocationException

handleText

public void handleText(char[] data,
                       int pos)

handleComment

public void handleComment(char[] data,
                          int pos)

handleStartTag

public void handleStartTag(HTML.Tag t,
                           MutableAttributeSet a,
                           int pos)

handleEndTag

public void handleEndTag(HTML.Tag t,
                         int pos)

handleSimpleTag

public void handleSimpleTag(HTML.Tag t,
                            MutableAttributeSet a,
                            int pos)

handleError

public void handleError(String errorMsg,
                        int pos)

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.