XmlNodeType
Overview
Type of this node.
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
| Value | Description |
|---|---|
| Attribute | This node represents an xml attribute. |
| CData | This node represents cdata. |
| Comment | This node represents an xml comment. |
| DocumentType | This node represents a document type declaration. |
| Element | This node represents an xml element. |
| Namespace | This node represents a namesapce. |
| ProcessingInstruction | This node represents a processing instruction. |
| Text | This node represents text. |