SAXResult.LexicalHandler プロパティ

定義

出力用の SAX2 org.xml.sax.ext.LexicalHandler を取得します。 または、出力の SAX2 org.xml.sax.ext.LexicalHandler を設定します。

public virtual Org.Xml.Sax.Ext.ILexicalHandler? LexicalHandler { [Android.Runtime.Register("getLexicalHandler", "()Lorg/xml/sax/ext/LexicalHandler;", "GetGetLexicalHandlerHandler")] get; [Android.Runtime.Register("setLexicalHandler", "(Lorg/xml/sax/ext/LexicalHandler;)V", "GetSetLexicalHandler_Lorg_xml_sax_ext_LexicalHandler_Handler")] set; }
[<get: Android.Runtime.Register("getLexicalHandler", "()Lorg/xml/sax/ext/LexicalHandler;", "GetGetLexicalHandlerHandler")>]
[<set: Android.Runtime.Register("setLexicalHandler", "(Lorg/xml/sax/ext/LexicalHandler;)V", "GetSetLexicalHandler_Lorg_xml_sax_ext_LexicalHandler_Handler")>]
member this.LexicalHandler : Org.Xml.Sax.Ext.ILexicalHandler with get, set

プロパティ値

LexicalHandlerまたは null。

属性

注釈

プロパティ getter のドキュメント:

出力用の SAX2 org.xml.sax.ext.LexicalHandler を取得します。

の Java ドキュメント javax.xml.transform.sax.SAXResult.getLexicalHandler()

プロパティ セッターのドキュメント:

出力の SAX2 org.xml.sax.ext.LexicalHandler を設定します。

これは、XML コメントなどを処理するために必要です。 字句ハンドラーが設定されていない場合は、トランスフォーマーが を にLexicalHandlerキャストorg.xml.sax.ContentHandlerしようとします。

の Java ドキュメント javax.xml.transform.sax.SAXResult.setLexicalHandler(org.xml.sax.ext.LexicalHandler)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象