is there easy way to iterate all child (including ...
# kontributors
s
is there easy way to iterate all child (including grand child) element? Oppose to
getStrictParentOfType
.
getChildrenOfType
does not iterate grand children element.