HomeSort by relevance Sort by last modified time
    Searched refs:ElemTemplate (Results 1 - 20 of 20) 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...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorTemplate.java 23 import org.apache.xalan.templates.ElemTemplate;
39 * @param elem Must be a non-null reference to a {@link org.apache.xalan.templates.ElemTemplate} object.
51 handler.getStylesheet().setTemplate((ElemTemplate) elem);
ProcessorExsltFunction.java 39 import org.apache.xalan.templates.ElemTemplate;
102 handler.getStylesheet().setTemplate((ElemTemplate) elem);
ProcessorLRE.java 33 import org.apache.xalan.templates.ElemTemplate;
178 ElemTemplate template = new ElemTemplate();
XSLTSchema.java 49 import org.apache.xalan.templates.ElemTemplate;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
WhiteSpaceInfo.java 30 public class WhiteSpaceInfo extends ElemTemplate
TemplateSubPatternAssociation.java 47 private ElemTemplate m_template;
64 TemplateSubPatternAssociation(ElemTemplate template, StepPattern pattern, String pat)
218 * @return An ElemTemplate, never null.
221 public final ElemTemplate getTemplate()
TemplateList.java 64 public void setTemplate(ElemTemplate template)
76 ElemTemplate existingTemplate = (ElemTemplate) m_namedTemplates.get(template.getName());
343 private void insertPatternInTable(StepPattern pattern, ElemTemplate template)
414 public ElemTemplate getTemplate(QName qname)
416 return (ElemTemplate) m_namedTemplates.get(qname);
492 public ElemTemplate getTemplateFast(XPathContext xctxt,
556 ElemTemplate template = head.getTemplate();
593 public ElemTemplate getTemplate(XPathContext xctxt,
614 ElemTemplate template = head.getTemplate();
    [all...]
ElemApplyImport.java 84 ElemTemplate matchTemplate = transformer.getMatchedTemplate();
StylesheetRoot.java 712 * @param template An ElemTemplate object to add to the template list.
714 void recomposeTemplates(ElemTemplate template)
752 * @return reference to ElemTemplate that is the best match for targetNode, or
757 public ElemTemplate getTemplateComposed(XPathContext xctxt,
783 * @return reference to ElemTemplate that is the best match for targetNode, or
788 public ElemTemplate getTemplateComposed(XPathContext xctxt,
811 public ElemTemplate getTemplateComposed(QName qname)
981 private ElemTemplate m_defaultTextRule;
989 public final ElemTemplate getDefaultTextRule()
1000 private ElemTemplate m_defaultRule
    [all...]
ElemParam.java 98 ((ElemTemplate)m_parentNode).m_inArgsSize++;
Stylesheet.java 1056 * @param v ElemTemplate to add to list of templates
1058 public void setTemplate(ElemTemplate v)
1072 * @param i Index of ElemTemplate in the list to get
1074 * @return ElemTemplate at the given index in the list
1078 public ElemTemplate getTemplate(int i) throws TransformerException
1084 return (ElemTemplate) m_templates.elementAt(i);
    [all...]
ElemExsltFunction.java 39 public class ElemExsltFunction extends ElemTemplate
102 // Removed ElemTemplate 'push' and 'pop' of RTFContext, in order to avoid losing the RTF context
113 // Following ElemTemplate 'pop' removed -- see above.
ElemTemplate.java 19 * $Id: ElemTemplate.java 468643 2006-10-28 06:56:03Z minchau $
52 public class ElemTemplate extends ElemTemplateElement
ElemCallTemplate.java 84 private ElemTemplate m_template = null;
ElemApplyTemplates.java 277 ElemTemplate template = tl.getTemplateFast(xctxt, child, exNodeType, mode,
ElemTemplateElement.java 592 public ElemTemplate getOwnerXSLTemplate()
602 return (ElemTemplate)el;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2282 milliseconds