Returns all ancestors of this element (see below).

Precisely, this property returns an array produced from the given element as the following:


{ parent,
  parent->parent,
  parent->parent->parent,
  ... }
The sequence repeats until reaching null.

If the element has no ancestors or resolving of parent elements is not supported by the DSM Type, this property returns an empty array.

${include ../../refs/element_parent_ancestors.htm}