XmlElement
Represents an element.
Gets a boolean value indicating whether the current node has any attributes.
Gets or sets the tag format of the element.
Returns the value for the attribute with the specified name.
Returns the value for the attribute with the specified local name and namespace URI.
Returns the XmlAttribute with the specified name.
Returns the XmlAttribute with the specified local name and namespace URI.
Returns an XmlNodeList containing a list of all descendant elements that match the specified Name.
Returns an XmlNodeList containing a list of all descendant elements that match the specified LocalName and NamespaceURI.
Determines whether the current node has an attribute with the specified name.
Determines whether the current node has an attribute with the specified local name and namespace URI.
Removes all specified attributes from the element. Default attributes are not removed.
Removes an attribute by name.
Removes an attribute with the specified local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced).
Removes the attribute node with the specified index from the element. (If the removed attribute has a default value, it is immediately replaced).
Removes the specified XmlAttribute.
Removes the XmlAttribute specified by the local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced).
Sets the value of the attribute with the specified name.
Sets the value of the attribute with the specified local name and namespace URI.
Adds the specified XmlAttribute.
Adds the specified XmlAttribute.