Search notes:

System.Xml.XmlElement (class)

System.Xml.XmlElement inherits from System.Xml.XmlLinkedNode which derives from System.Xml.XmlNode.

Methods

CloneNode
GetAttribute Returns the value of the given attribute as a string
GetAttributeNode Returns a System.Xml.XmlAttribute for the given attribute
GetElementsByTagName
HasAttribute Check if given attribute exists
RemoveAll Remove all child elements and attributes except default attributes
RemoveAllAttributes
RemoveAttribute
RemoveAttributeAt
RemoveAttributeNode
SetAttribute Sets the value of the given attribute
SetAttributeNode
WriteContentTo
WriteTo
See also the methods of the base class XmlNode.

See also

A System.Xml.XmlElement instance might be created by System.Xml.XmlDocument.CreateElement

Index