Searched refs:isDescendant (Results 1 – 8 of 8) sorted by relevance
634 protected boolean isDescendant(int subtreeRootIdentity, int identity) in isDescendant() method in DTMDefaultBaseTraversers.DescendantTraverser710 if (!isDescendant(subtreeRootIdent, current)) in next()746 if (!isDescendant(subtreeRootIdent, current)) in next()819 if (!isDescendant(subtreeRootIdent, current)) in next()
1862 protected boolean isDescendant(int identity) in isDescendant() method in DTMDefaultBaseIterators.DescendantIterator1888 if (NULL == type ||!isDescendant(node)) { in next()1960 if (NULL == type ||!isDescendant(node)) { in next()
204 … if (!auto && !isEmptyInput && !selectionRange.commonAncestorContainer.isDescendant(this.element))322 if (node !== this.element && !node.isDescendant(this.element))
248 … return selectionRange.startContainer === this || selectionRange.startContainer.isDescendant(this);357 Node.prototype.isDescendant = isDescendantNode; method in Node
549 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.crumbsElement))
1640 …iner !== this.valueElement && !selectionRange.commonAncestorContainer.isDescendant(this.valueEleme…2005 if (!selectionRange.commonAncestorContainer.isDescendant(this.element))
250 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.element))
1557 protected final boolean isDescendant(int identity) in isDescendant() method in SAX2DTM2.DescendantIterator1601 if (NULL == type ||!isDescendant(node)) { in next()