|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.xml.transform.sax.SAXResult
変換 Result のホルダーとして動作します。
フィールドの概要 | |
static String |
FEATURE
この値を引数として渡したときに TransformerFactory.getFeature(java.lang.String) が true を返す場合、Transformer はこの型の Result 出力をサポートします。 |
インタフェース javax.xml.transform.Result から継承したフィールド |
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
コンストラクタの概要 | |
SAXResult()
引数なしのデフォルトのコンストラクタです。 |
|
SAXResult(ContentHandler handler)
SAX2 ContentHandler をターゲットとする SAXResult を作成します。 |
メソッドの概要 | |
ContentHandler |
getHandler()
Result である ContentHandler を取得します。 |
LexicalHandler |
getLexicalHandler()
出力用の SAX2 LexicalHandler を取得します。 |
String |
getSystemId()
setSystemId を使って設定された system 識別子を取得します。 |
void |
setHandler(ContentHandler handler)
ターゲットを SAX2 ContentHandler に設定します。 |
void |
setLexicalHandler(LexicalHandler handler)
出力用の SAX2 LexicalHandler を設定します。
|
void |
setSystemId(String systemId)
メソッド setSystemId は、 ContentHandler と関連付けて使用できる system 識別子を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final String FEATURE
TransformerFactory.getFeature(java.lang.String)
が true を返す場合、Transformer はこの型の Result 出力をサポートします。
コンストラクタの詳細 |
public SAXResult()
public SAXResult(ContentHandler handler)
ContentHandler
をターゲットとする SAXResult を作成します。
handler
- null 以外の ContentHandler 参照でなければならないメソッドの詳細 |
public void setHandler(ContentHandler handler)
ContentHandler
に設定します。
handler
- null 以外の ContentHandler 参照でなければならないpublic ContentHandler getHandler()
ContentHandler
を取得します。
public void setLexicalHandler(LexicalHandler handler)
LexicalHandler
を設定します。
これは XML コメントなどを処理するために必要です。字句ハンドラが設定されていない場合、Transformer は ContentHandler
を LexicalHandler
にキャストしようとします。
handler
- 字句構文解析イベントを処理するための null 以外の LexicalHandler
public LexicalHandler getLexicalHandler()
LexicalHandler
を取得します。
LexicalHandler
、または nullpublic void setSystemId(String systemId)
ContentHandler
と関連付けて使用できる system 識別子を設定します。
Result
内の setSystemId
systemId
- URI 文字列としての system 識別子public String getSystemId()
Result
内の getSystemId
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.