Click or drag to resize
IReadOnlyElement Methods

The IReadOnlyElement type exposes the following members.

Methods
  NameDescription
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 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