Click or drag to resize
IElement Methods

The IElement type exposes the following members.

Methods
  NameDescription
Public methodAdd(Object)
Add new content to the element
Public methodAdd(Object)
Add new content to the element
Public methodAttribute
Retrieve the attribute with the specified name
Public methodAttributes
Retrieve all attributes specified for the element
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodElements
Retrieve all child elements
Public methodRemove
Remove the element from its parent
Public methodRemoveAttributes
Remove attributes from the element
Public methodRemoveNodes
Remove child nodes from the element
Public methodToAml
Render the node to a string
(Inherited from IAmlNode.)
Public methodToAml(XmlWriter)
Write the node to the specified XmlWriter
(Inherited from IAmlNode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToXml
Renders an AML node to XML
(Defined by ItemExtensions.)
Top
See Also