Home
last modified time | relevance | path

Searched refs:endCompose (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemCallTemplate.java171 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose() method in ElemCallTemplate
177 ewp.endCompose(sroot); in endCompose()
180 super.endCompose(sroot); in endCompose()
DElemTemplate.java360 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose() method in ElemTemplate
363 super.endCompose(sroot); in endCompose()
DElemForEach.java156 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose() method in ElemForEach
162 getSortElem(i).endCompose(sroot); in endCompose()
165 super.endCompose(sroot); in endCompose()
DElemVariable.java369 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose() method in ElemVariable
371 super.endCompose(sroot); in endCompose()
DStylesheetRoot.java327 m_outputProperties.endCompose(this); in recompose()
369 templ.endCompose(this); in composeTemplates()
DElemTemplateElement.java206 public void endCompose(StylesheetRoot sroot) throws TransformerException in endCompose() method in ElemTemplateElement