Node.DocumentFragmentNode Field

Definition

Caution

Use 'Org.W3c.Dom.INode.DocumentFragmentNode'. This class will be removed in a future release.

The node is a <code>DocumentFragment</code>.

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

Field Value

Int16
Attributes

Remarks

Java documentation for org.w3c.dom.Node.DOCUMENT_FRAGMENT_NODE.

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