IElement Methods |
The IElement type exposes the following members.
Name | Description | |
---|---|---|
Add(Object) | Add new content to the element | |
Add(Object) | Add new content to the element | |
Attribute | Retrieve the attribute with the specified name | |
Attributes | Retrieve all attributes specified for the element | |
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
Elements | Retrieve all child elements | |
Remove | Remove the element from its parent | |
RemoveAttributes | Remove attributes from the element | |
RemoveNodes | Remove child nodes from the element | |
ToAml |
Render the node to a string
(Inherited from IAmlNode.) | |
ToAml(XmlWriter) |
Write the node to the specified XmlWriter (Inherited from IAmlNode.) |
Name | Description | |
---|---|---|
ToXml |
Renders an AML node to XML
(Defined by ItemExtensions.) |