System.Xml.XmlElement: Property Members

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

Public Properties

[read-only]
override
AttributesXmlAttributeCollection.

Gets an System.Xml.XmlAttributeCollection containing the list of attributes for this node.

[read-only]
HasAttributesbool.

Gets a boolean value indicating whether the current node has any attributes.

override
InnerTextstring.

Gets or sets the concatenated values of the node and all its children.

override
InnerXmlstring.

Gets or sets the markup representing just the children of this node.

IsEmptybool.

Gets or sets the tag format of the element.

[read-only]
override
LocalNamestring.

Gets the local name of the current node.

[read-only]
override
Namestring.

Gets the qualified name of the node.

[read-only]
override
NamespaceURIstring.

Gets the namespace URI of this node.

[read-only]
override
NextSiblingXmlNode.

Gets the System.Xml.XmlNode immediately following this element.

[read-only]
override
NodeTypeXmlNodeType.

Gets the type of the current node.

[read-only]
override
OwnerDocumentXmlDocument.

Gets the System.Xml.XmlDocument to which this node belongs.

[read-only]
override
ParentNodeXmlNode. Documentation for this section has not yet been entered.
override
Prefixstring.

Gets or sets the namespace prefix of this node.

[read-only]
override
SchemaInfoSystem.Xml.Schema.IXmlSchemaInfo.

Gets the post schema validation infoset that has been assigned to this node as a result of schema validation.