Mono Class Library: OverviewSystem.Xml.XmlNode: Members |
The members of System.Xml.XmlNode are listed below.
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.
AppendChild(XmlNode) : XmlNode Add a given node as a child of this one.Clone() : XmlNode Creates a deep copy of this node. abstractCloneNode(bool) : XmlNode Creates a clone of the node.CreateNavigator() : System.Xml.XPath.XPathNavigator Creates an System.Xml.XPath.XPathNavigator located at the node.GetEnumerator() : IEnumerator Gets an enumerator over the children of the node.GetNamespaceOfPrefix(string) : string Gets the URI associated with the given namespace prefix.GetPrefixOfNamespace(string) : string Gets the prefix associated with the given namespace.InsertAfter(XmlNode, XmlNode) : XmlNode Inserts a node after one of this node's children.InsertBefore(XmlNode, XmlNode) : XmlNode Inserts a node before one of this node's children.Normalize() Documentation for this section has not yet been entered.PrependChild(XmlNode) : XmlNode Inserts a node as the first child of this node.RemoveAll() Removes all of the children of the node.RemoveChild(XmlNode) : XmlNode Remove a child node.ReplaceChild(XmlNode, XmlNode) : XmlNode Replace a child node.SelectNodes(string) : XmlNodeList Run an XPath expression against this node.SelectNodes(string, XmlNamespaceManager) : XmlNodeList Run an XPath expression against this node within a given context.SelectSingleNode(string) : XmlNode Run an XPath expression against this node, returning the first matching node.SelectSingleNode(string, XmlNamespaceManager) : XmlNode Run an XPath expression against this node in a given context, returning the first matching node.Supports(string, string) : bool Tests whether the node supports certain DOM features. abstractWriteContentTo(XmlWriter) Writes the child nodes of this node to an System.Xml.XmlWriter. abstractWriteTo(XmlWriter) Writes the node and its children to an System.Xml.XmlWriter.
ICloneable.Clone Documentation for this section has not yet been entered. IEnumerable.GetEnumerator Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.