RibbonDocument Members

Include Protected Members
Include Inherited Members

Represents an XML document by using a tree structure of DataNode objects that contain references to XmlNode objects.

The RibbonDocument type exposes the following members.

Constructors

  Name Description
Public method RibbonDocument Initializes a new instance of the RibbonDocument class.

Top

Properties

  Name Description
Public property DocumentElement Gets the root element of the XML document.

Top

Methods

  Name Description
Public method AppendChild Appends a node to the tree structure that represents the XML document.
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 Save Saves the document to the specified TextWriter object.
Public method SelectNodes Selects a set 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.)

Top

See Also

Reference

RibbonDocument Class

Microsoft.Web.CommandUI Namespace