HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalsSize (Results 1 - 15 of 15) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemSort.java 339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize());
341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize());
343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize());
345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize());
347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize());
KeyDeclaration.java 183 m_matchPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
185 m_use.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
ElemWhen.java 96 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
ElemIf.java 92 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
ElemElement.java 135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize());
137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize());
ElemPI.java 88 m_name_atv.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
ElemTemplate.java 351 m_matchPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
ElemValueOf.java 184 vnames, sroot.getComposeState().getGlobalsSize());
ElemWithParam.java 164 m_selectPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
ElemVariable.java 343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize());
349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize();
ElemCopyOf.java 89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize());
ElemNumber.java 508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize());
510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize());
512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize());
514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize());
516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize());
518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize());
520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize());
522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize());
    [all...]
ElemForEach.java 145 vnames, sroot.getComposeState().getGlobalsSize());
StylesheetRoot.java     [all...]
ElemLiteralResult.java 110 avt.fixupVariables(vnames, cstate.getGlobalsSize());
    [all...]

Completed in 56 milliseconds