XmlEntity Properties
.NET Framework 3.5
The XmlEntity type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Gets an XmlAttributeCollection containing the attributes of this node. (Inherited from XmlNode.) |
|
BaseURI | Gets the base Uniform Resource Identifier (URI) of the current node. (Overrides XmlNode.BaseURI.) |
|
ChildNodes | Gets all the child nodes of the node. (Inherited from XmlNode.) |
|
FirstChild | Gets the first child of the node. (Inherited from XmlNode.) |
|
HasChildNodes | Gets a value indicating whether this node has any child nodes. (Inherited from XmlNode.) |
|
InnerText | Gets the concatenated values of the entity node and all its children. (Overrides XmlNode.InnerText.) |
|
InnerXml | Gets the markup representing the children of this node. (Overrides XmlNode.InnerXml.) |
|
IsReadOnly | Gets a value indicating whether the node is read-only. (Overrides XmlNode.IsReadOnly.) |
|
Item | Overloaded. Gets the specified child element. |
|
LastChild | Gets the last child of the node. (Inherited from XmlNode.) |
|
LocalName | Gets the name of the node without the namespace prefix. (Overrides XmlNode.LocalName.) |
|
Name | Gets the name of the node. (Overrides XmlNode.Name.) |
|
NamespaceURI | Gets the namespace URI of this node. (Inherited from XmlNode.) |
|
NextSibling | Gets the node immediately following this node. (Inherited from XmlNode.) |
|
NodeType | Gets the type of the node. (Overrides XmlNode.NodeType.) |
|
NotationName | Gets the name of the optional NDATA attribute on the entity declaration. |
|
OuterXml | Gets the markup representing this node and all its children. (Overrides XmlNode.OuterXml.) |
|
OwnerDocument | Gets the XmlDocument to which this node belongs. (Inherited from XmlNode.) |
|
ParentNode | Gets the parent of this node (for nodes that can have parents). (Inherited from XmlNode.) |
|
Prefix | Gets or sets the namespace prefix of this node. (Inherited from XmlNode.) |
|
PreviousSibling | Gets the node immediately preceding this node. (Inherited from XmlNode.) |
|
PublicId | Gets the value of the public identifier on the entity declaration. |
|
SchemaInfo | Gets the post schema validation infoset that has been assigned to this node as a result of schema validation. (Inherited from XmlNode.) |
|
SystemId | Gets the value of the system identifier on the entity declaration. |
|
Value | Gets or sets the value of the node. (Inherited from XmlNode.) |