Searched defs:isDescendantOrSelf (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXMLUtils.java110 if ((exclude!=null) && isDescendantOrSelf(exclude,rootNode)){
675 .isDescendantOrSelf(signatureElement, inputNode)) {
690 static public boolean isDescendantOrSelf(Node ctx, Node descendantOrSelf) { method in class:XMLUtils

Completed in 516 milliseconds