次の方法で共有


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

プロパティ値

A LexicalHandler、または null。

属性

注釈

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

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

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

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

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

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

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象