org.apache.xpath.Expression.fixupVariables()方法的使用及代码示例

x33g5p2x  于2022-01-19 转载在 其他  
字(11.8k)|赞(0)|评价(0)|浏览(143)

本文整理了Java中org.apache.xpath.Expression.fixupVariables()方法的一些代码示例,展示了Expression.fixupVariables()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Expression.fixupVariables()方法的具体详情如下:
包路径:org.apache.xpath.Expression
类名称:Expression
方法名:fixupVariables

Expression.fixupVariables介绍

[英]This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.
[中]此函数用于在样式表构建时修复从QName到堆栈帧索引的变量。

代码示例

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 m_mainExp.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 ((Expression)m_obj).fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 m_right.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 m_left.fixupVariables(vars, globalsSize);
 m_right.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 if(null != m_arg0)
  m_arg0.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 ((Expression)m_obj).fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 m_mainExp.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 m_left.fixupVariables(vars, globalsSize);
 m_right.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 m_right.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 if(null != m_arg0)
  m_arg0.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 m_expr.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 m_expr.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 if(null != m_arg2)
  m_arg2.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 m_functionExpr.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 m_expr.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: robovm/robovm

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 if(null != m_arg1)
  m_arg1.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 m_expr.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 m_expr.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 m_expr.fixupVariables(vars, globalsSize);
}

代码示例来源:origin: xalan/xalan

/**
 * This function is used to fixup variables from QNames to stack frame 
 * indexes at stylesheet build time.
 * @param vars List of QNames that correspond to variables.  This list 
 * should be searched backwards for the first qualified name that 
 * corresponds to the variable reference qname.  The position of the 
 * QName in the vector from the start of the vector will be its position 
 * in the stack frame (but variables above the globalsTop value will need 
 * to be offset to the current stack frame).
 */
public void fixupVariables(java.util.Vector vars, int globalsSize)
{
 super.fixupVariables(vars, globalsSize);
 m_functionExpr.fixupVariables(vars, globalsSize);
}

相关文章