JavaTM 2 Platform
Standard Ed. 6

javax.swing.text.html
類別 HTMLEditorKit.Parser

java.lang.Object
  繼承者 javax.swing.text.html.HTMLEditorKit.Parser
直接已知子類別:
ParserDelegator
正在封閉類別:
HTMLEditorKit

public abstract static class HTMLEditorKit.Parser
extends Object

解析器要支持的介面。這能夠在重用此編輯器工具套件所提供的某個實作的同時,提供一個不同的解析器。


建構子摘要
HTMLEditorKit.Parser()
           
 
方法摘要
abstract  void parse(Reader r, HTMLEditorKit.ParserCallback cb, boolean ignoreCharSet)
          解析給定的串流並通過解析的結果驅動給定的回調。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

HTMLEditorKit.Parser

public HTMLEditorKit.Parser()
方法詳細資訊

parse

public abstract void parse(Reader r,
                           HTMLEditorKit.ParserCallback cb,
                           boolean ignoreCharSet)
                    throws IOException
解析給定的串流並通過解析的結果驅動給定的回調。應該將此方法實作為執行緒安全的。

拋出:
IOException

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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