Attributes2Impl コンストラクター

定義

オーバーロード

名前 説明
Attributes2Impl()

新しい空の Attributes2Impl オブジェクトを構築します。

Attributes2Impl(IAttributes)

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

Attributes2Impl(IntPtr, JniHandleOwnership)

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

Attributes2Impl()

新しい空の Attributes2Impl オブジェクトを構築します。

[Android.Runtime.Register(".ctor", "()V", "")]
public 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>specified</em> および <em>declared</em> フラグの値がコピーされます。 それ以外の場合、フラグ値は、逆の証拠がない限り、DTD が使用されなかったと想定されます (CDATA 以外の型を持つ属性など、 <em>宣言されている必要があります</em>)。

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

Javaドキュメント。

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

適用対象

Attributes2Impl(IntPtr, JniHandleOwnership)

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

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

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

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

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

適用対象