Uses of Class
org.apache.xalan.xslt.ElemTemplate

Packages that use ElemTemplate
org.apache.xalan.xslt   
 

Uses of ElemTemplate in org.apache.xalan.xslt
 

Fields in org.apache.xalan.xslt declared as ElemTemplate
 ElemTemplate StylesheetRoot.m_defaultTextRule
          **For advanced use only** The default template to use for text nodes if we don't find anything else.
 ElemTemplate StylesheetRoot.m_defaultRule
          **For advanced use only** The default template to use if we don't find anything else.
 ElemTemplate StylesheetRoot.m_defaultRootRule
          **For advanced use only** The default template to use for the root if we don't find anything else.
 

Methods in org.apache.xalan.xslt that return ElemTemplate
 ElemTemplate Stylesheet.findTemplate(XSLTEngineImpl transformContext, org.w3c.dom.Node sourceTree, org.w3c.dom.Node targetNode, QName mode, boolean useImports)
          Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft.
 ElemTemplate TemplateList.getWrapperlessTemplate()
          **For advanced use only** Get the manufactured template if there is no wrapper.
 ElemTemplate TemplateList.findTemplate(XSLTEngineImpl transformContext, org.w3c.dom.Node sourceTree, org.w3c.dom.Node targetNode, QName mode, boolean useImports)
          **For advanced use only** Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.