Mono Class Library: Overview

System.Xml.XmlNode: Property Members

The properties of System.Xml.XmlNode are listed below. For a list of all members, see the XmlNode Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AttributesXmlAttributeCollection. The Xml attributes on this node.
[read-only]
BaseURIstring. The base URI of the node.
[read-only]
ChildNodesXmlNodeList. The children of this node.
[read-only]
FirstChildXmlNode. The first child of this node.
[read-only]
HasChildNodesbool. Determines whether or not this node has children.
InnerTextstring. Gets or sets a textual value for this node.
InnerXmlstring. Gets or sets the contents of the node as an Xml string.
[read-only]
IsReadOnlybool. Whether the node is read-only.
[read-only]
default property
Item(string)XmlElement. Gets the child element with the given name.
[read-only]
default property
Item(string, string)XmlElement. Gets the child element with the given local name and namespace URI.
[read-only]
LastChildXmlNode. The last child of this node.
[read-only]
abstract
LocalNamestring. The local name of the node.
[read-only]
abstract
Namestring. The fully qualified name of the node.
[read-only]
NamespaceURIstring. The Xml namespace of the node.
[read-only]
NextSiblingXmlNode. The next sibling of the node.
[read-only]
abstract
NodeTypeXmlNodeType. The type of the node.
[read-only]
OuterXmlstring. Gets a string representation of the node.
[read-only]
OwnerDocumentXmlDocument. The document of which this node is a part.
[read-only]
ParentNodeXmlNode. The parent of this node.
Prefixstring. The prefixed used as shorthand for the XmlNode.NamespaceUri for this node.
[read-only]
PreviousSiblingXmlNode. The previous sibling of the node.
[read-only]
SchemaInfoSystem.Xml.Schema.IXmlSchemaInfo. Documentation for this section has not yet been entered.
Valuestring. The value of the node. This depends on it's XmlNode.NodeType.