Searched refs:isDescendant (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreePath.java293 * That is, <code>aTreePath.isDescendant(aTreePath)</code> returns
299 public boolean isDescendant(TreePath aTreePath) { method in class:TreePath
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseTraversers.java637 protected boolean isDescendant(int subtreeRootIdentity, int identity) method in class:DTMDefaultBaseTraversers.DescendantTraverser
713 if (!isDescendant(subtreeRootIdent, current))
749 if (!isDescendant(subtreeRootIdent, current))
822 if (!isDescendant(subtreeRootIdent, current))
H A DDTMDefaultBaseIterators.java1865 protected boolean isDescendant(int identity) method in class:DTMDefaultBaseIterators.DescendantIterator
1891 if (NULL == type ||!isDescendant(node)) {
1963 if (NULL == type ||!isDescendant(node)) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java562 if (!parent.isDescendant(path)) return;
583 if (!parent.isDescendant(path)) {
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java508 if ((toRemove.get(rCounter)).isDescendant(
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java1959 parent.isDescendant(path) && isVisible(path)) {
3642 if(parent.isDescendant(path))
3731 path.isDescendant(selPaths[counter]) &&
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1559 protected final boolean isDescendant(int identity) method in class:SAX2DTM2.DescendantIterator
1583 // to do the isDescendant() check.
1603 if (NULL == type ||!isDescendant(node)) {
1687 // we can save the isDescendant() check, because all nodes are

Completed in 71 milliseconds