Udostępnij za pośrednictwem


UserDataHandler.NodeRenamed Field

Definition

Caution

Use 'Org.W3c.Dom.IUserDataHandler.NodeRenamed'. This class will be removed in a future release.

The node is renamed, using Document.renameNode().

[Android.Runtime.Register("NODE_RENAMED")]
[System.Obsolete("Use 'Org.W3c.Dom.IUserDataHandler.NodeRenamed'. This class will be removed in a future release.")]
public const short NodeRenamed = 4;
[<Android.Runtime.Register("NODE_RENAMED")>]
[<System.Obsolete("Use 'Org.W3c.Dom.IUserDataHandler.NodeRenamed'. This class will be removed in a future release.")>]
val mutable NodeRenamed : int16

Field Value

Value = 4
Attributes

Remarks

The node is renamed, using Document.renameNode().

Java documentation for org.w3c.dom.UserDataHandler.NODE_RENAMED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to