Home | History | Annotate | Download | only in transformer

Lines Matching defs:variable

145   //   * Use member variable to store param variables as they're
146 // * being created, use member variable so we don't
1392 ElemVariable variable = (ElemVariable)vars.elementAt(i);
1393 if(variable.getXSLToken() == Constants.ELEMNAME_PARAMVARIABLE &&
1394 variable.getName().equals(qname))
1529 * variable stack. We need to make sure that user params are
1622 * the context's runtime variable stack.
1623 * <p>If we encounter a variable
1624 * that is already defined in the variable stack, we ignore it. This
1625 * is because the second variable definition will be at a lower import
1629 * variable stack, we need to see if this is a parameter whose value was
1632 * xsl:param or xsl:variable definition, we ignore it using the same
1633 * reasoning as explained above for the variable.
1739 * used as a variable stack.
1758 * obtain its space from the global variable pool rather than the dynamic
1759 * variable stack. This allows late binding of XUnresolvedVariables without
1760 * the risk that their content will be discarded when the variable stack
1814 // use local variable for the current handler
1822 // to set the DTM's state as in-progress, so that if the xsl:variable's body causes