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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemCallTemplate.java171 public void endCompose(StylesheetRoot sroot) throws TransformerException method in class:ElemCallTemplate
177 ewp.endCompose(sroot);
180 super.endCompose(sroot);
H A DElemTemplate.java360 public void endCompose(StylesheetRoot sroot) throws TransformerException method in class:ElemTemplate
363 super.endCompose(sroot);
H A DElemForEach.java156 public void endCompose(StylesheetRoot sroot) throws TransformerException method in class:ElemForEach
162 getSortElem(i).endCompose(sroot);
165 super.endCompose(sroot);
H A DElemVariable.java360 // pushed won't be immediately popped again in endCompose.
369 public void endCompose(StylesheetRoot sroot) throws TransformerException method in class:ElemVariable
371 super.endCompose(sroot);
385 // public void endCompose() throws TransformerException
387 // super.endCompose();
H A DStylesheetRoot.java327 m_outputProperties.endCompose(this);
369 templ.endCompose(this);
1206 * @return ComposeState reference, or null if endCompose has been called.
H A DElemTemplateElement.java206 public void endCompose(StylesheetRoot sroot) throws TransformerException method in class:ElemTemplateElement

Completed in 104 milliseconds