Top "Descendant" questions

Descendant of a vertex v, in the tree data structure, refers to a vertex that is either a child of v or recursively a descendant of any of the children of v.

XPath query with descendant and descendant text() predicates

I would like to construct an XPath query that will return a "div" or "table" element, so long as it …

xml xpath descendant predicates
jQuery select descendants, including the parent

Consider the following HTML: <div class="foo" id="obj"> I should be changed red <div class="bar" …

jquery jquery-selectors parent descendant
Jquery: get ancestors (or descendants) and self

One can use matchedset.find(selector) / matchedset.parents(selector) to get the descendants/ancestors of the current matched set filtered …

jquery filter ancestor descendant
django-mptt get_descendants for a list of nodes

I am trying to get all descendants(include_self=True) not for one Node, but for a list (a QuerySet) …

python django list mptt descendant
xpath /descendant-or-self - Searching for a node in a particular tree

I am reading about the short-cut, '//', which apparently is a shortcut for: '/descendant-or-self' it is clear what …

xml xpath tree descendant
XSL: How to test if the current node is a descendent of another node

I'm pretty new to XSLT, but need to use it for a CMS using at the moment. I've already come …

xml xslt descendant