JavaTM 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 Platform
Standard Ed. 6

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

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