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

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 24 import org.apache.xalan.templates.ElemExsltFunction;
53 while (ancestor != null && !(ancestor instanceof ElemExsltFunction))
ProcessorExsltFunction.java 32 import org.apache.xalan.templates.ElemExsltFunction;
58 * Start an ElemExsltFunction. Verify that it is top level and that it has a name attribute with a
106 * End an ElemExsltFunction, and verify its validity.
162 if (elem == null || elem instanceof ElemExsltFunction)
176 while (child.getParentElem() != null && !(child.getParentElem() instanceof ElemExsltFunction))
XSLTSchema.java 36 import org.apache.xalan.templates.ElemExsltFunction;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExsltFunction.java 19 * $Id: ElemExsltFunction.java 468643 2006-10-28 06:56:03Z minchau $
39 public class ElemExsltFunction extends ElemTemplate
103 // before a value can be returned. ElemExsltFunction operates in the scope of the template that called

Completed in 666 milliseconds