DataNode Members

Include Protected Members
Include Inherited Members

Contains a reference to an XMLNode object.

The DataNode type exposes the following members.

Constructors

  Name Description
Public method DataNode(XmlNode) Initializes a new instance of the DataNode class.
Public method DataNode(XmlNode, Boolean) Initializes a new instance of the DataNode class.

Top

Properties

  Name Description
Public property Attributes Gets the current set of attributes for the DataNode.
Public property ChildNodes Gets the collection of child nodes for the current Server ribbon node.
Public property HasChildNodes Specifies if the current Server ribbon node has child nodes.
Public property Name Gets the name of the node.
Public property Node Gets the currently select node.
Public property ParentNode Gets the parent node of the current Server ribbon node.

Top

Methods

  Name Description
Public method AppendChild Appends the specified node to the current Server ribbon node.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveChild Removes the child node from the current Server ribbon node.
Public method SelectNodes Selects a group of nodes based on the specified XPath expression.
Public method SelectSingleNode Selects a single node based on the specified XPath expression.
Public method ToString (Inherited from Object.)
Public method WriteTo Writes the Server ribbon node’s XML stream to the specified XmlWriter.

Top

See Also

Reference

DataNode Class

Microsoft.Web.CommandUI Namespace