XmlElement Properties
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets an XmlAttributeCollection containing the list of attributes for this node.(Overrides XmlNode::Attributes.) |
![]() | BaseURI | Gets the base URI of the current node.(Inherited from XmlNode.) |
![]() | ChildNodes | Gets all the child nodes of the node.(Inherited from XmlNode.) |
![]() | FirstChild | Gets the first child of the node.(Inherited from XmlNode.) |
![]() | HasAttributes | Gets a boolean value indicating whether the current node has any attributes. |
![]() | HasChildNodes | Gets a value indicating whether this node has any child nodes.(Inherited from XmlNode.) |
![]() | InnerText | Gets or sets the concatenated values of the node and all its children.(Overrides XmlNode::InnerText.) |
![]() | InnerXml | Gets or sets the markup representing just the children of this node.(Overrides XmlNode::InnerXml.) |
![]() | IsEmpty | Gets or sets the tag format of the element. |
![]() | IsReadOnly | Gets a value indicating whether the node is read-only.(Inherited from XmlNode.) |
![]() | Item[String^] | |
![]() | Item[String^, String^] | Gets the first child element with the specified LocalName and NamespaceURI.(Inherited from XmlNode.) |
![]() | LastChild | Gets the last child of the node.(Inherited from XmlNode.) |
![]() | LocalName | Gets the local name of the current node.(Overrides XmlNode::LocalName.) |
![]() | Name | Gets the qualified name of the node.(Overrides XmlNode::Name.) |
![]() | NamespaceURI | Gets the namespace URI of this node.(Overrides XmlNode::NamespaceURI.) |
![]() | NextSibling | Gets the XmlNode immediately following this element.(Overrides XmlLinkedNode::NextSibling.) |
![]() | NodeType | Gets the type of the current node.(Overrides XmlNode::NodeType.) |
![]() | OuterXml | Gets the markup containing this node and all its child nodes.(Inherited from XmlNode.) |
![]() | OwnerDocument | Gets the XmlDocument to which this node belongs.(Overrides XmlNode::OwnerDocument.) |
![]() | ParentNode | Gets the parent of this node (for nodes that can have parents).(Overrides XmlNode::ParentNode.) |
![]() | Prefix | Gets or sets the namespace prefix of this node.(Overrides XmlNode::Prefix.) |
![]() | PreviousSibling | Gets the node immediately preceding this node.(Inherited from XmlLinkedNode.) |
![]() | PreviousText | Gets the text node that immediately precedes this node.(Inherited from XmlNode.) |
![]() | SchemaInfo | Gets the post schema validation infoset that has been assigned to this node as a result of schema validation.(Overrides XmlNode::SchemaInfo.) |
![]() | Value | Gets or sets the value of the node.(Inherited from XmlNode.) |
