Home
last modified time | relevance | path

Searched refs:getComposeState (Results 1 – 17 of 17) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DKeyDeclaration.java181 java.util.Vector vnames = sroot.getComposeState().getVariableNames(); in compose()
183 m_matchPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
185 m_use.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemWithParam.java159 m_qnameID = sroot.getComposeState().getQNameID(m_qname); in compose()
162 java.util.Vector vnames = sroot.getComposeState().getVariableNames(); in compose()
164 m_selectPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemTemplate.java348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose()
351 m_matchPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose()
DElemWhen.java94 java.util.Vector vnames = sroot.getComposeState().getVariableNames(); in compose()
96 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemIf.java89 java.util.Vector vnames = sroot.getComposeState().getVariableNames(); in compose()
92 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemPI.java86 java.util.Vector vnames = sroot.getComposeState().getVariableNames(); in compose()
88 m_name_atv.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemValueOf.java180 java.util.Vector vnames = sroot.getComposeState().getVariableNames(); in compose()
184 vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemVariable.java337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose()
374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose()
DElemForEach.java141 java.util.Vector vnames = sroot.getComposeState().getVariableNames(); in compose()
145 vnames, sroot.getComposeState().getGlobalsSize()); in compose()
DElemParam.java94 m_qnameID = sroot.getComposeState().getQNameID(m_qname); in compose()
DElemSort.java336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose()
DElemCopyOf.java88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose()
DElemElement.java132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose()
DElemTemplateElement.java199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose()
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose()
DStylesheetRoot.java1208 ComposeState getComposeState() in getComposeState() method in StylesheetRoot
DElemLiteralResult.java101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose()
DElemNumber.java505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose()