15 if (parentNode !=
null)
19 for (xmlNode = parentNode.
FirstChild; xmlNode !=
null; xmlNode = nextSibling)
22 if (nextSibling ==
this)
40 if (parentNode !=
null && next != parentNode.
FirstChild)
53 internal XmlLinkedNode(XmlDocument doc)
virtual XmlNode ParentNode
Gets the parent of this node (for nodes that can have parents).
override XmlNode PreviousSibling
Gets the node immediately preceding this node.
override XmlNode NextSibling
Gets the node immediately following this node.
Gets the node immediately preceding or following this node.
virtual XmlNode FirstChild
Gets the first child of the node.
virtual XmlNode NextSibling
Gets the node immediately following this node.
Represents a single node in the XML document.