The properties of System.Xml.XmlElement are listed below. For a list of all members, see the XmlElement Members list.
See Also: Inherited members from System.Xml.XmlLinkedNode
[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. |