共用方式為


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

屬性值

LexicalHandlernull。

屬性

備註

屬性 getter 檔:

取得輸出的 SAX2 org.xml.sax.ext.LexicalHandler

javax.xml.transform.sax.SAXResult.getLexicalHandler()Java 檔。

屬性 setter 檔:

設定輸出的 SAX2 org.xml.sax.ext.LexicalHandler

這需要處理 XML 批注等等。 如果未設定語彙處理程式,則轉換程式應該嘗試將 轉換成 org.xml.sax.ContentHandlerLexicalHandler

javax.xml.transform.sax.SAXResult.setLexicalHandler(org.xml.sax.ext.LexicalHandler)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於