DataNode members
Contains a reference to an XMLNode object.
The DataNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataNode(XmlNode) | Initializes a new instance of the DataNode class. | |
DataNode(XmlNode, Boolean) | Initializes a new instance of the DataNode class. |
Top
Properties
Name | Description | |
---|---|---|
Attributes | Gets the current set of attributes for the DataNode. | |
ChildNodes | Gets the collection of child nodes for the current Server ribbon node. | |
HasChildNodes | Specifies if the current Server ribbon node has child nodes. | |
Name | Gets the name of the node. | |
Node | Gets the currently select node. | |
ParentNode | Gets the parent node of the current Server ribbon node. |
Top
Methods
Name | Description | |
---|---|---|
AppendChild | Appends the specified node to the current Server ribbon node. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveChild | Removes the child node from the current Server ribbon node. | |
SelectNodes | Selects a group of nodes based on the specified XPath expression. | |
SelectSingleNode | Selects a single node based on the specified XPath expression. | |
ToString | (Inherited from Object.) | |
WriteTo | Writes the Server ribbon node’s XML stream to the specified XmlWriter. |
Top