The members of System.Xml.XmlElement are listed below.
See Also: Inherited members from System.Xml.XmlLinkedNode
Initializes a new instance of the System.Xml.XmlElement class. |
[read-only] override | Attributes | XmlAttributeCollection.
Gets an System.Xml.XmlAttributeCollection containing the list of attributes for this node. |
[read-only] | HasAttributes | bool.
Gets a boolean value indicating whether the current node has any attributes. |
override | InnerText | string.
Gets or sets the concatenated values of the node and all its children. |
override | InnerXml | string.
Gets or sets the markup representing just the children of this node. |
IsEmpty | bool.
Gets or sets the tag format of the element. | |
[read-only] override | LocalName | string.
Gets the local name of the current node. |
[read-only] override | Name | string.
Gets the qualified name of the node. |
[read-only] override | NamespaceURI | string.
Gets the namespace URI of this node. |
[read-only] override | NextSibling | XmlNode.
Gets the System.Xml.XmlNode immediately following this element. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the current node. |
[read-only] override | OwnerDocument | XmlDocument.
Gets the System.Xml.XmlDocument to which this node belongs. |
[read-only] override | ParentNode | XmlNode. Documentation for this section has not yet been entered. |
override | Prefix | string.
Gets or sets the namespace prefix of this node. |
[read-only] override | SchemaInfo | System.Xml.Schema.IXmlSchemaInfo.
Gets the post schema validation infoset that has been assigned to this node as a result of schema validation. |
override | CloneNode(bool)
| |
GetAttribute(string)
| ||
GetAttribute(string, string)
| ||
GetAttributeNode(string)
| ||
GetAttributeNode(string, string)
| ||
GetElementsByTagName(string)
| ||
GetElementsByTagName(string, string)
| ||
HasAttribute(string)
| ||
HasAttribute(string, string)
| ||
override | RemoveAll()
| |
RemoveAllAttributes()
| ||
RemoveAttribute(string)
| ||
RemoveAttribute(string, string)
| ||
RemoveAttributeAt(int)
| ||
RemoveAttributeNode(XmlAttribute)
| ||
RemoveAttributeNode(string, string)
| ||
SetAttribute(string, string)
| ||
SetAttribute(string, string, string)
| ||
SetAttributeNode(XmlAttribute)
| ||
SetAttributeNode(string, string)
| ||
override | WriteContentTo(XmlWriter)
| |
override | WriteTo(XmlWriter)
|
System.Xml.IHasXmlChildNode.LastLinkedChild | XmlLinkedNode. Documentation for this section has not yet been entered. |