Searched refs:WithParam (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCallTemplate.java56 * this array can be either a WithParam or a Param if no WithParam
161 else { // translate WithParam
200 * Then we visit the WithParam children of this CallTemplate and replace
201 * the Param with a corresponding WithParam having the same name.
213 // Replace a Param with a WithParam if they have the same name.
218 // Ignore if not WithParam
219 if (node instanceof WithParam) {
220 WithParam withParam = (WithParam)nod
[all...]
H A DWithParam.java21 * $Id: WithParam.java,v 1.2.4.1 2005/09/12 11:38:01 pvedula Exp $
45 final class WithParam extends Instruction { class in inherits:Instruction
63 * %OPT% This is set to true when the WithParam is used in a CallTemplate
91 * Return the name of this WithParam.

Completed in 31 milliseconds