共用方式為


Attributes2Impl 建構函式

定義

多載

Attributes2Impl()

建構新的空白 Attributes2Impl 物件。

Attributes2Impl(IAttributes)

複製現有的 Attributes 或 Attributes2 物件。

Attributes2Impl(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

Attributes2Impl()

建構新的空白 Attributes2Impl 物件。

[Android.Runtime.Register(".ctor", "()V", "")]
public Attributes2Impl ();
屬性

備註

建構新的空白 Attributes2Impl 物件。

org.xml.sax.ext.Attributes2Impl.Attributes2Impl()Java 檔。

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

適用於

Attributes2Impl(IAttributes)

複製現有的 Attributes 或 Attributes2 物件。

[Android.Runtime.Register(".ctor", "(Lorg/xml/sax/Attributes;)V", "")]
public Attributes2Impl (Org.Xml.Sax.IAttributes? atts);
[<Android.Runtime.Register(".ctor", "(Lorg/xml/sax/Attributes;)V", "")>]
new Org.Xml.Sax.Ext.Attributes2Impl : Org.Xml.Sax.IAttributes -> Org.Xml.Sax.Ext.Attributes2Impl

參數

atts
IAttributes

現有的 Attributes 物件。

屬性

備註

複製現有的 Attributes 或 Attributes2 物件。 如果對象實作 Attributes2,則會複製每個屬性的 em 指定/em 和 em 宣告/em>> 旗標的值。<<><<> 否則,旗標值預設為假設未使用 DTD,除非有相反的證據(例如具有 CDATA 以外的類型屬性,其必須是 <em> 宣告</em>)。

此建構函式在事件內 org.xml.sax.ContentHandler#startElement startElement 特別有用。

org.xml.sax.ext.Attributes2Impl.Attributes2Impl(org.xml.sax.Attributes)Java 檔。

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

適用於

Attributes2Impl(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

protected Attributes2Impl (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Xml.Sax.Ext.Attributes2Impl : nativeint * Android.Runtime.JniHandleOwnership -> Org.Xml.Sax.Ext.Attributes2Impl

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

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

適用於