|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
public class HTMLDocument.HTMLReader.TagAction
為回應對標記的解析而執行的動作。這允許自定義每個標記的處理方式,並避免了大的 switch 語句。
建構子摘要 | |
---|---|
HTMLDocument.HTMLReader.TagAction()
|
方法摘要 | |
---|---|
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 |
建構子詳細資訊 |
---|
public HTMLDocument.HTMLReader.TagAction()
方法詳細資訊 |
---|
public void start(HTML.Tag t, MutableAttributeSet a)
public void end(HTML.Tag t)
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。