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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCallTemplate.java 171 public void endCompose(StylesheetRoot sroot) throws TransformerException
177 ewp.endCompose(sroot);
180 super.endCompose(sroot);
ElemTemplate.java 360 public void endCompose(StylesheetRoot sroot) throws TransformerException
363 super.endCompose(sroot);
ElemForEach.java 156 public void endCompose(StylesheetRoot sroot) throws TransformerException
162 getSortElem(i).endCompose(sroot);
165 super.endCompose(sroot);
ElemVariable.java 360 // pushed won't be immediately popped again in endCompose.
369 public void endCompose(StylesheetRoot sroot) throws TransformerException
371 super.endCompose(sroot);
385 // public void endCompose() throws TransformerException
387 // super.endCompose();
StylesheetRoot.java 327 m_outputProperties.endCompose(this);
369 templ.endCompose(this);
    [all...]
ElemTemplateElement.java 206 public void endCompose(StylesheetRoot sroot) throws TransformerException
    [all...]

Completed in 81 milliseconds