Class Element

Element class

Represents a base class for element in logical structure.

public abstract class Element

Properties

NameDescription
ChildElements { get; }Gets children collection of Element objects.
ParentElement { get; }Get parent element.

Methods

NameDescription
AppendChild(Element)Append Element to collection of children.
FindElements<T>(bool)Find Elements of a given type
override ToString()Returns a string that represents the current object.

See Also