Home | History | Annotate | Download | only in templates

Lines Matching refs:targetNode

421    * the name and type of the targetNode argument.
424 * @param targetNode The target node that will be checked for a match.
431 int targetNode, DTM dtm)
433 short targetNodeType = dtm.getNodeType(targetNode);
441 dtm.getLocalName(targetNode));
450 dtm.getNodeName(targetNode)); // %REVIEW% I think this is right
454 dtm.getLocalName(targetNode));
466 dtm.getNodeName(targetNode)); // %REVIEW% I think this is right
480 * @param targetNode
493 int targetNode,
504 switch (dtm.getNodeType(targetNode))
518 dtm.getNodeName(targetNode)); // %REVIEW% I think this is right
522 dtm.getLocalName(targetNode));
534 dtm.getNodeName(targetNode)); // %REVIEW% I think this is right
559 if ((head.m_stepPattern.execute(xctxt, targetNode, dtm, expTypeID) != NodeTest.SCORE_NONE)
563 checkConflicts(head, xctxt, targetNode, mode);
584 * @param targetNode
594 int targetNode,
601 TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
609 xctxt.pushCurrentNodeAndExpression(targetNode, targetNode);
617 if ((head.m_stepPattern.execute(xctxt, targetNode) != NodeTest.SCORE_NONE)
621 checkConflicts(head, xctxt, targetNode, mode);
644 * @param targetNode
658 int targetNode,
666 TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
674 xctxt.pushCurrentNodeAndExpression(targetNode, targetNode);
688 if ((head.m_stepPattern.execute(xctxt, targetNode) != NodeTest.SCORE_NONE)
692 checkConflicts(head, xctxt, targetNode, mode);
723 * @param targetNode Node matching the pattern
727 XPathContext xctxt, int targetNode, QName mode)