GOA - System.Xml.XmlNode

XmlNode Class


Represents a single node in the XML document.

Definition

public abstract class XmlNode: Object, IEnumerable, ICloneable, IDisposable

Members Table

MethodDescription
AppendChildAdds the specified node to the end of the list of child nodes, of this node.
CloneCreates a duplicate of this node.
CloneNodeWhen overridden in a derived class, creates a duplicate of the node.
Dispose
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorProvides support for the for each style iteration over the nodes in the XmlNode.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
InsertAfterInserts the specified node immediately after the specified reference node.
InsertBeforeInserts the specified node immediately before the specified reference node.
PrependChildAdds the specified node to the beginning of the list of child nodes for this node.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveAllRemoves all the child nodes and/or attributes of the current node.
RemoveChildRemoves specified child node.
ReplaceChildReplaces the child node oldChild with newChild node.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Gets the first child element with the specified Name.
PropertyDescription
AttributesGets an XmlAttributeCollection containing the attributes of this node.
ChildNodesGets all the child nodes of the node.
FirstChildGets the first child of the node.
HasChildNodesGets a value indicating whether this node has any child nodes.
InnerXmlGets or sets the markup representing only the child nodes of this node.
IsReadOnlyGets a value indicating whether the node is read-only.
LastChildGets the last child of the node.
LocalNameWhen overridden in a derived class, gets the local name of the node.
NameWhen overridden in a derived class, gets the qualified name of the node.
NextSiblingGets the node immediately following this node.
NodeTypeWhen overridden in a derived class, gets the type of the current node.
OuterXmlGets the markup representing this node and all its child nodes.
OwnerDocumentGets the XmlDocument to which this node belongs.
ParentNodeGets the parent of this node (for nodes that can have parents).
PreviousSiblingGets the node immediately preceding this node.
ValueGets or sets the value of the node.

Inheritance Hierarchy

Object
XmlNode
XmlDocument
XmlLinkedNode

Class Information

NamespaceSystem.Xml
Flash LibrarySystem.XML.scl
Flash Library Version2.0.0.1690
Silverlight LibrarySystem.XML.dll



© 2003-2007 NETiKA Technologies. All rights reserved.