XmlNodeWithParent

Description

abstract class Tinman.Core.Xml.XmlNodeWithParent

Derived from

XmlNode abstract

Extended by

XmlAttribute sealed
XmlComment sealed
XmlElement sealed
XmlInstruction sealed

Abstract base class for XML document model nodes that link to their parent node.

Public / Attributes

Parent


public attribute Parent → (get)

value : XmlNode

The parent node or null if this node is not attached to a parent.

Returns the parent node.