Searched refs:ElemExsltFunction (Results 1 – 4 of 4) sorted by relevance
24 import org.apache.xalan.templates.ElemExsltFunction;53 while (ancestor != null && !(ancestor instanceof ElemExsltFunction)) in startElement()
32 import org.apache.xalan.templates.ElemExsltFunction;162 if (elem == null || elem instanceof ElemExsltFunction) in validate()176 while (child.getParentElem() != null && !(child.getParentElem() instanceof ElemExsltFunction)) in ancestorIsOk()
36 import org.apache.xalan.templates.ElemExsltFunction;576 ElemExsltFunction.class /* class object */); in build()
39 public class ElemExsltFunction extends ElemTemplate class