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

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformState.java 25 import org.apache.xalan.templates.ElemTemplate;
80 * <p>Please note that the ElemTemplate returned may
86 ElemTemplate getCurrentTemplate();
95 * <p>Please note that the ElemTemplate returned may
101 ElemTemplate getMatchedTemplate();
XalanTransformState.java 26 import org.apache.xalan.templates.ElemTemplate;
42 ElemTemplate m_currentTemplate = null;
43 ElemTemplate m_matchedTemplate = null;
100 public ElemTemplate getCurrentTemplate() {
110 public ElemTemplate getMatchedTemplate() {
TransformerImpl.java 60 import org.apache.xalan.templates.ElemTemplate;
199 * ElemTemplate that was matched.
    [all...]