Mono Class Library: OverviewSystem.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
[read-only] Attributes XmlAttributeCollection. The Xml attributes on this node. [read-only] BaseURI string. The base URI of the node. [read-only] ChildNodes XmlNodeList. The children of this node. [read-only] FirstChild XmlNode. The first child of this node. [read-only] HasChildNodes bool. Determines whether or not this node has children. InnerText string. Gets or sets a textual value for this node. InnerXml string. Gets or sets the contents of the node as an Xml string. [read-only] IsReadOnly bool. Whether the node is read-only. [read-only] default propertyItem(string) XmlElement. Gets the child element with the given name. [read-only] default propertyItem(string, string) XmlElement. Gets the child element with the given local name and namespace URI. [read-only] LastChild XmlNode. The last child of this node. [read-only] abstractLocalName string. The local name of the node. [read-only] abstractName string. The fully qualified name of the node. [read-only] NamespaceURI string. The Xml namespace of the node. [read-only] NextSibling XmlNode. The next sibling of the node. [read-only] abstractNodeType XmlNodeType. The type of the node. [read-only] OuterXml string. Gets a string representation of the node. [read-only] OwnerDocument XmlDocument. The document of which this node is a part. [read-only] ParentNode XmlNode. The parent of this node. Prefix string. The prefixed used as shorthand for the XmlNode.NamespaceUri for this node. [read-only] PreviousSibling XmlNode. The previous sibling of the node. [read-only] SchemaInfo System.Xml.Schema.IXmlSchemaInfo. Documentation for this section has not yet been entered. Value string. The value of the node. This depends on it's XmlNode.NodeType.