次の方法で共有


AttributeListImpl.RemoveAttribute(String) メソッド

定義

注意事項

deprecated

リストから属性を削除します。

[Android.Runtime.Register("removeAttribute", "(Ljava/lang/String;)V", "GetRemoveAttribute_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void RemoveAttribute (string? name);
[<Android.Runtime.Register("removeAttribute", "(Ljava/lang/String;)V", "GetRemoveAttribute_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member RemoveAttribute : string -> unit
override this.RemoveAttribute : string -> unit

パラメーター

name
String

属性名です。

属性

注釈

リストから属性を削除します。

SAX アプリケーション ライターは、このメソッドを使用して AttributeList から属性をフィルター処理できます。 このメソッドを呼び出すと、属性リストの長さと属性のインデックスの一部が変更されることに注意してください。

要求された属性がリストに含まれていない場合、これは no-op です。

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

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

適用対象

こちらもご覧ください

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