Selects all the descendant nodes of the current node that match the selection criteria.
选取目前节点中,所有符合选取准则的子代节点。
Selects all the descendant nodes of the current node with the local name and namespace URI specified.
选取目前节点中,所有具有指定区域名称和命名空间uri的子代节点。
This method tells you all information you need to know: whether one node is descendant of an ancestor of the other, whether it is before or after, and so on.
这个方法告诉您所有想知道的信息:一个节点是否是另一个节点的祖先的后代,它是在前面还是后面呢,等等。
If you must use descendant selectors, prefer child selectors, which at least only require evaluation of one additional node, not all the intermediate nodes up to an ancestor.
如果您必须使用后代选择器,尽量使用子代选择器,这最少只需评估一个额外的节点,而非中间直至祖先的所有节点。
Every simple path from a node to a descendant leaf contains the same number of black nodes.
从节点到后代叶节点的所有简单路径都包含相同的黑节点数。
Like ancestor in XPath, descendant has a descendant-or-self for those special cases where the selected node might match what you're looking for (see Figure 3).
对于那些特殊情况,即选择的节点可能匹配您正在寻找的元素,那么跟XPath中的祖先一样,子孙也具有descendant - or - self(参见图3)。
Like ancestor in XPath, descendant has a descendant-or-self for those special cases where the selected node might match what you're looking for (see Figure 3).
对于那些特殊情况,即选择的节点可能匹配您正在寻找的元素,那么跟XPath中的祖先一样,子孙也具有descendant - or - self(参见图3)。
应用推荐