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 | |
---|---|---|
![]() |
RibbonDocument | Initializes a new instance of the RibbonDocument class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DocumentElement | Gets the root element of the XML document. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AppendChild | Appends a node to the tree structure that represents the XML document. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Save | Saves the document to the specified TextWriter object. |
![]() |
SelectNodes | Selects a set of nodes based on the specified XPath expression. |
![]() |
SelectSingleNode | Selects a single node based on the specified XPath expression. |
![]() |
ToString | (Inherited from Object.) |
Top