GOA - System.Xml.XmlLinkedNode

XmlLinkedNode Class


Gets the node immediately preceding or following this node.

Definition

public class XmlLinkedNode: XmlNode

Members Table

MethodDescription
AppendChildAdds the specified node to the end of the list of child nodes, of this node. (Inherited from XmlNode)
CloneCreates a duplicate of this node. (Inherited from XmlNode)
CloneNodeWhen overridden in a derived class, creates a duplicate of the node. (Inherited from XmlNode)
DisposeInherited from XmlNode.
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. (Inherited from 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. (Inherited from XmlNode)
InsertBeforeInserts the specified node immediately before the specified reference node. (Inherited from XmlNode)
PrependChildAdds the specified node to the beginning of the list of child nodes for this node. (Inherited from XmlNode)
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. (Inherited from XmlNode)
RemoveChildRemoves specified child node. (Inherited from XmlNode)
ReplaceChildReplaces the child node oldChild with newChild node. (Inherited from XmlNode)
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Gets the first child element with the specified Name. (Inherited from XmlNode)
PropertyDescription
AttributesGets an XmlAttributeCollection containing the attributes of this node. (Inherited from XmlNode)
ChildNodesGets all the child nodes of the node. (Inherited from XmlNode)
FirstChildGets the first child of the node. (Inherited from XmlNode)
HasChildNodesGets a value indicating whether this node has any child nodes. (Inherited from XmlNode)
InnerXmlGets or sets the markup representing only the child nodes of this node. (Inherited from XmlNode)
IsReadOnlyGets a value indicating whether the node is read-only. (Inherited from XmlNode)
LastChildGets the last child of the node. (Inherited from XmlNode)
LocalNameWhen overridden in a derived class, gets the local name of the node. (Inherited from XmlNode)
NameWhen overridden in a derived class, gets the qualified name of the node. (Inherited from XmlNode)
NextSiblingGets the node immediately following this node. (Inherited from XmlNode)
NodeTypeWhen overridden in a derived class, gets the type of the current node. (Inherited from XmlNode)
OuterXmlGets the markup representing this node and all its child nodes. (Inherited from XmlNode)
OwnerDocumentGets the XmlDocument to which this node belongs. (Inherited from XmlNode)
ParentNodeGets the parent of this node (for nodes that can have parents). (Inherited from XmlNode)
PreviousSiblingGets the node immediately preceding this node. (Inherited from XmlNode)
ValueGets or sets the value of the node. (Inherited from XmlNode)

Inheritance Hierarchy

Object
XmlNode
XmlLinkedNode
XmlDocumentType
XmlElement
XmlText

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.