AttributesImpl コンストラクター

定義

オーバーロード

名前 説明
AttributesImpl()

新しい空の AttributesImpl オブジェクトを作成します。

AttributesImpl(IAttributes)

既存の Attributes オブジェクトをコピーします。

AttributesImpl(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

AttributesImpl()

新しい空の AttributesImpl オブジェクトを作成します。

[Android.Runtime.Register(".ctor", "()V", "")]
public AttributesImpl();
属性

注釈

新しい空の AttributesImpl オブジェクトを作成します。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

AttributesImpl(IAttributes)

既存の Attributes オブジェクトをコピーします。

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

パラメーター

atts
IAttributes

既存の Attributes オブジェクト。

属性

注釈

既存の Attributes オブジェクトをコピーします。

このコンストラクターは、 org.xml.sax.ContentHandler#startElement startElement イベント内で特に便利です。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

AttributesImpl(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

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

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含むIntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象