The properties of the DXmlAttribute class are listed below. For a complete list of DXmlAttribute class members, see the DXmlAttribute Members topic.
Attributes (inherited from XmlNode) | Gets an XmlAttributeCollection containing the attributes of this node. |
BaseURI (inherited from XmlAttribute) | Gets the base URI of the node. |
ChildNodes (inherited from XmlNode) | Gets all the child nodes of the node. |
FirstChild (inherited from XmlNode) | Gets the first child of the node. |
HasChildNodes (inherited from XmlNode) | Gets a value indicating whether this node has any child nodes. |
InnerText (inherited from XmlAttribute) | Gets or sets the concatenated values of the node and all its children. |
InnerXml (inherited from XmlAttribute) | Gets or sets the markup representing the children of this node. |
IsReadOnly (inherited from XmlNode) | Gets a value indicating whether the node is read-only. |
Item (inherited from XmlNode) | Gets the first child element with the specified Name . |
Item (inherited from XmlNode) | Gets the first child element with the specified LocalName and NamespaceURI . |
LastChild (inherited from XmlNode) | Gets the last child of the node. |
LocalName (inherited from XmlAttribute) | Gets the local name of the node. |
Name (inherited from XmlAttribute) | Gets the qualified name of the node. |
NamespaceURI (inherited from XmlAttribute) | Gets the namespace URI of this node. |
NextSibling (inherited from XmlNode) | Gets the node immediately following this node. |
NodeType (inherited from XmlAttribute) | Gets the type of the current node. |
OuterXml (inherited from XmlNode) | Gets the markup representing this node and all its child nodes. |
OwnerDocument (inherited from XmlAttribute) | Gets the XmlDocument to which this node belongs. |
OwnerElement (inherited from XmlAttribute) | Gets the XmlElement to which the attribute belongs. |
ParentNode (inherited from XmlAttribute) | Gets the parent of this node. For XmlAttribute nodes, this property always returns a null reference (Nothing in Visual Basic). |
Prefix (inherited from XmlAttribute) | Gets or sets the namespace prefix of this node. |
PreviousSibling (inherited from XmlNode) | Gets the node immediately preceding this node. |
Specified (inherited from XmlAttribute) | Gets a value indicating whether the attribute value was explicitly set. |
Value |
DXmlAttribute Class | XRules Namespace