Node.CdataSectionNode Field

Definition

Caution

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

The node is a CDATASection.

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

Field Value

Value = 4
Attributes

Remarks

The node is a CDATASection.

Java documentation for org.w3c.dom.Node.CDATA_SECTION_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