Home | History | Annotate | Download | only in templates

Lines Matching defs:transformer

25 import org.apache.xalan.transformer.TransformerImpl;
50 * @param transformer non-null reference to the the current transform-time state.
55 TransformerImpl transformer)
65 transformer.pushElemTemplateElement(child);
66 ((ElemFallback) child).executeFallback(transformer);
70 transformer.popElemTemplateElement();
99 * @param transformer non-null reference to the the current transform-time state.
103 public void execute(TransformerImpl transformer)
111 executeFallbacks(transformer);
117 transformer.getErrorListener().fatalError(e);