The node type. Avoid using directly.
Set inner text via assigning a string
Create a child node by calling a "method" on the node
Add attribute via index
Get/set inner text via node[]
Write to an XmlWriter.
Add attribute by assigning a "field" on the node
See Implementation
The node type. Avoid using directly.