次の方法で共有


Attributes2Impl コンストラクター

定義

オーバーロード

Attributes2Impl()

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

Attributes2Impl(IAttributes)

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

Attributes2Impl(IntPtr, JniHandleOwnership)

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

Attributes2Impl()

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

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

注釈

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

の Java ドキュメントorg.xml.sax.ext.Attributes2Impl.Attributes2Impl()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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> されている<必要があります<)。

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

の Java ドキュメントorg.xml.sax.ext.Attributes2Impl.Attributes2Impl(org.xml.sax.Attributes)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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

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

transfer
JniHandleOwnership

処理方法 JniHandleOwnershipを示す javaReference

注釈

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

適用対象