Home | History | Annotate | Download | only in templates

Lines Matching refs:ancestors

173    * Only ancestors that are searched are
186 * Only ancestors that are searched are
203 * Only ancestors that are searched are
222 * attribute is specified, then the only ancestors that are searched are those
226 * When level="multiple", it constructs a list of all ancestors of the current node
230 * If the from attribute is specified, then the only ancestors that are searched are
819 NodeVector ancestors =
822 int lastIndex = ancestors.size() - 1;
830 int target = ancestors.elementAt(i);
965 * Get the ancestors, up to the root, that match the
969 * @param node Count this node and it's ancestors.
973 * @return The number of ancestors that match the pattern.
982 NodeSetDTM ancestors = new NodeSetDTM(xctxt.getDTMManager());
1010 ancestors.addElement(node);
1019 return ancestors;