.NET Framework Class Library
XmlNode Members

Represents a single node in the XML document.

The XmlNode type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppendChildAdds 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 FrameworkCloneCreates a duplicate of this node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloneNodeWhen overridden in a derived class, creates a duplicate of the node.
Public methodCreateNavigatorCreates an XPathNavigator for navigating this object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeAllows 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 FrameworkGetEnumeratorProvides support for the for each style iteration over the nodes in the XmlNode.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetNamespaceOfPrefixLooks 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 FrameworkGetPrefixOfNamespaceLooks 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 FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertAfterInserts the specified node immediately after the specified reference node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertBeforeInserts the specified node immediately before the specified reference node.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNormalizePuts 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 FrameworkPrependChildAdds 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 FrameworkRemoveAllRemoves all the child nodes and/or attributes of the current node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveChildRemoves specified child node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReplaceChildReplaces 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 FrameworkSupportsTest if the DOM implementation implements a specific feature.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteContentToWhen 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 FrameworkWriteToWhen overridden in a derived class, saves the current node to the specified XmlWriter.
Top
Extension Methods

  NameDescription
Public Extension MethodAsQueryableConverts 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
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAttributesGets an XmlAttributeCollection containing the attributes of this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkBaseURIGets the base URI of the current node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkChildNodesGets all the child nodes of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkFirstChildGets the first child of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkHasChildNodesGets a value indicating whether this node has any child nodes.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkInnerTextGets or sets the concatenated values of the node and all its child nodes.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkInnerXmlGets or sets the markup representing only the child nodes of this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsReadOnlyGets 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 FrameworkLastChildGets the last child of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLocalNameWhen overridden in a derived class, gets the local name of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameWhen overridden in a derived class, gets the qualified name of the node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNamespaceURIGets the namespace URI of this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNextSiblingGets the node immediately following this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeTypeWhen overridden in a derived class, gets the type of the current node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkOuterXmlGets the markup representing this node and all its child nodes.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkOwnerDocumentGets the XmlDocument to which this node belongs.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkParentNodeGets the parent of this node (for nodes that can have parents).
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkPrefixGets or sets the namespace prefix of this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkPreviousSiblingGets the node immediately preceding this node.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSchemaInfoGets 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 FrameworkValueGets or sets the value of the node.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICloneable..::.CloneFor a description of this member, see XmlNode..::.Clone.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIEnumerable..::.GetEnumeratorFor a description of this member, see XmlNode..::.GetEnumerator.
Top
See Also

Reference

Tags :


Page view tracker