Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
XmlNode Class
 XmlNode Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
XmlNode Members

Represents a single node in the XML document.

The XmlNode type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppendChild Adds the specified node to the end of the list of child nodes, of this node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClone Creates a duplicate of this node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloneNode When overridden in a derived class, creates a duplicate of the node.
Public methodCreateNavigator Creates an XPathNavigator for navigating this object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetEnumerator Provides support for the for each style iteration over the nodes in the XmlNode.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetNamespaceOfPrefix Looks up the closest xmlns declaration for the given prefix that is in scope for the current node and returns the namespace URI in the declaration.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetPrefixOfNamespace Looks up the closest xmlns declaration for the given namespace URI that is in scope for the current node and returns the prefix defined in that declaration.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertAfter Inserts the specified node immediately after the specified reference node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertBefore Inserts the specified node immediately before the specified reference node.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNormalize Puts all XmlText nodes in the full depth of the sub-tree underneath this XmlNode into a "normal" form where only markup (that is, tags, comments, processing instructions, CDATA sections, and entity references) separates XmlText nodes, that is, there are no adjacent XmlText nodes.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPrependChild Adds the specified node to the beginning of the list of child nodes for this node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveAll Removes all the child nodes and/or attributes of the current node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveChild Removes specified child node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReplaceChild Replaces the child node oldChild with newChild node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelectNodesOverloaded. Selects a list of nodes matching the XPath expression.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelectSingleNodeOverloaded. Selects the first XmlNode that matches the XPath expression.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSupports Test if the DOM implementation implements a specific feature.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString Returns a String that represents the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteContentTo When overridden in a derived class, saves all the child nodes of the node to the specified XmlWriter.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteTo When overridden in a derived class, saves the current node to the specified XmlWriter.
Top
  NameDescription
Public Extension MethodAsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension MethodCastConverts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodOfTypeFilters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAttributes Gets an XmlAttributeCollection containing the attributes of this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkBaseURI Gets the base URI of the current node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkChildNodes Gets all the child nodes of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkFirstChild Gets the first child of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkHasChildNodes Gets a value indicating whether this node has any child nodes.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkInnerText Gets or sets the concatenated values of the node and all its child nodes.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkInnerXml Gets or sets the markup representing only the child nodes of this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsReadOnly Gets a value indicating whether the node is read-only.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkItemOverloaded. Gets the specified child element.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLastChild Gets the last child of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLocalName When overridden in a derived class, gets the local name of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkName When overridden in a derived class, gets the qualified name of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNamespaceURI Gets the namespace URI of this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNextSibling Gets the node immediately following this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeType When overridden in a derived class, gets the type of the current node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkOuterXml Gets the markup representing this node and all its child nodes.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkOwnerDocument Gets the XmlDocument to which this node belongs.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkParentNode Gets the parent of this node (for nodes that can have parents).
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkPrefix Gets or sets the namespace prefix of this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkPreviousSibling Gets the node immediately preceding this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSchemaInfo Gets the post schema validation infoset that has been assigned to this node as a result of schema validation.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkValue Gets or sets the value of the node.
Top
  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICloneable..::.Clone For a description of this member, see XmlNode..::.Clone.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIEnumerable..::.GetEnumerator For a description of this member, see XmlNode..::.GetEnumerator.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker