AttributeListImpl コンストラクター

定義

オーバーロード

AttributeListImpl()
古い.

空の属性リストを作成します。

AttributeListImpl(IAttributeList)
古い.

既存の属性リストの永続的なコピーを作成します。

AttributeListImpl(IntPtr, JniHandleOwnership)

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

AttributeListImpl()

注意事項

deprecated

空の属性リストを作成します。

[Android.Runtime.Register(".ctor", "()V", "")]
[System.Obsolete("deprecated")]
public AttributeListImpl ();
属性

注釈

空の属性リストを作成します。

このコンストラクターは、パーサー ライターに最も役立ちます。このコンストラクターを使用して、要素間の clear メソッドを使用してリセットできる再利用可能な属性リストを 1 つ作成します。

の Java ドキュメント org.xml.sax.helpers.AttributeListImpl.AttributeListImpl()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

こちらもご覧ください

  • <xref:Org.Xml.Sax.Helpers.AttributeListImpl.AddAttribute(System.String%2c+System.String%2c+System.String)>
  • Clear()

適用対象

AttributeListImpl(IAttributeList)

注意事項

deprecated

既存の属性リストの永続的なコピーを作成します。

[Android.Runtime.Register(".ctor", "(Lorg/xml/sax/AttributeList;)V", "")]
[System.Obsolete("deprecated")]
public AttributeListImpl (Org.Xml.Sax.IAttributeList? atts);
[<Android.Runtime.Register(".ctor", "(Lorg/xml/sax/AttributeList;)V", "")>]
[<System.Obsolete("deprecated")>]
new Org.Xml.Sax.Helpers.AttributeListImpl : Org.Xml.Sax.IAttributeList -> Org.Xml.Sax.Helpers.AttributeListImpl

パラメーター

atts
IAttributeList

コピーする属性リスト

属性

注釈

既存の属性リストの永続的なコピーを作成します。

このコンストラクターは、既存の属性リストの永続的なコピーを作成するために使用するアプリケーション ライターに最も役立ちます。

の Java ドキュメント org.xml.sax.helpers.AttributeListImpl.AttributeListImpl(org.xml.sax.AttributeList)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

こちらもご覧ください

  • <xref:Org.Xml.Sax.IDocumentHandler.StartElement(System.String%2c+Org.Xml.Sax.IAttributeList)>

適用対象

AttributeListImpl(IntPtr, JniHandleOwnership)

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

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

パラメーター

javaReference
IntPtr

nativeint

IntPtrJava Native Interface (JNI) オブジェクト参照を含む 。

transfer
JniHandleOwnership

処理方法を示す 。JniHandleOwnershipjavaReference

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象