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 です。

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

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

適用対象

こちらもご覧ください

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