JavaTM 2 Platform
Standard Ed. 6

javax.swing.text.html
類別 HTMLDocument.HTMLReader.ParagraphAction

java.lang.Object
  繼承者 javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
      繼承者 javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction
          繼承者 javax.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
正在封閉類別:
HTMLDocument.HTMLReader

public class HTMLDocument.HTMLReader.ParagraphAction
extends HTMLDocument.HTMLReader.BlockAction


建構子摘要
HTMLDocument.HTMLReader.ParagraphAction()
           
 
方法摘要
 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
 

建構子詳細資訊

HTMLDocument.HTMLReader.ParagraphAction

public HTMLDocument.HTMLReader.ParagraphAction()
方法詳細資訊

start

public void start(HTML.Tag t,
                  MutableAttributeSet a)
從類別 HTMLDocument.HTMLReader.TagAction 複製的描述
當發現此動作所註冊的標記型別的開始標記時調用。tag 參數指示用於這些由許多標記共享的動作的實際標記。預設情況下,這不執行任何操作並完全忽略標記。

覆寫:
類別 HTMLDocument.HTMLReader.BlockAction 中的 start

end

public void end(HTML.Tag t)
從類別 HTMLDocument.HTMLReader.TagAction 複製的描述
當發現此動作所註冊的標記型別的結束標記時調用。tag 參數指示用於這些由許多標記共享的動作的實際標記。預設情況下,這不執行任何操作並完全忽略標記。

覆寫:
類別 HTMLDocument.HTMLReader.BlockAction 中的 end

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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