1 16 19 package org.apache.xalan.processor; 20 21 import org.apache.xalan.templates.ElemTemplate; 22 import org.apache.xalan.templates.ElemTemplateElement; 23 24 27 class ProcessorTemplate extends ProcessorTemplateElem 28 { 29 30 41 protected void appendAndPush( 42 StylesheetHandler handler, ElemTemplateElement elem) 43 throws org.xml.sax.SAXException  44 { 45 46 super.appendAndPush(handler, elem); 47 elem.setDOMBackPointer(handler.getOriginatingNode()); 48 handler.getStylesheet().setTemplate((ElemTemplate) elem); 49 } 50 } 51 | Popular Tags |