Home
last modified time | relevance | path

Searched refs:getGlobalsSize (Results 1 – 15 of 15) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemSort.java339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DKeyDeclaration.java183 m_matchPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
185 m_use.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemElement.java135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemNumber.java508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemVariable.java343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize(); in compose()
DElemWhen.java96 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemIf.java92 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemPI.java88 m_name_atv.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemWithParam.java164 m_selectPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemValueOf.java184 vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemTemplate.java351 m_matchPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemCopyOf.java89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize()); in compose()
DStylesheetRoot.java1295 int frameSize = m_variableNames.size() - getGlobalsSize(); in addVariableName()
1329 int getGlobalsSize() in getGlobalsSize() method in StylesheetRoot.ComposeState
DElemForEach.java145 vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemLiteralResult.java110 avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()