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

Uses in package org.apache.xalan.processor

Classes derived from org.apache.xalan.templates.ElemTemplate

class

Uses in package org.apache.xalan.templates

Classes derived from org.apache.xalan.templates.ElemTemplate

class
Implement func:function.
class
This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.

Methods with parameter type org.apache.xalan.templates.ElemTemplate

void
Replace an "xsl:template" property.
void
Set an "xsl:template" property.
void
Add a template to the table of named templates and/or the table of templates with match patterns.

Methods with return type org.apache.xalan.templates.ElemTemplate

ElemTemplate
Get the default template for a root node.
ElemTemplate
Get the default template for elements.
ElemTemplate
Get the default template for text.
ElemTemplate
Get the owning xsl:template element.
ElemTemplate
Get the default template for a root node.
ElemTemplate
Get an "xsl:template" property.
ElemTemplate
Locate a named template.
ElemTemplate
TemplateList.getTemplate(XPathContext xctxt, int targetNode, QName mode, boolean quietConflictWarnings, DTM dtm)
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.getTemplate(XPathContext xctxt, int targetNode, QName mode, int maxImportLevel, int endImportLevel, boolean quietConflictWarnings, DTM dtm)
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
Get an "xsl:template" property.
ElemTemplate
StylesheetRoot.getTemplateComposed(XPathContext xctxt, int targetNode, QName mode, boolean quietConflictWarnings, DTM dtm)
Get an "xsl:template" property by node match.
ElemTemplate
StylesheetRoot.getTemplateComposed(XPathContext xctxt, int targetNode, QName mode, int maxImportLevel, int endImportLevel, boolean quietConflictWarnings, DTM dtm)
Get an "xsl:template" property by node match.
ElemTemplate
TemplateList.getTemplateFast(XPathContext xctxt, int targetNode, int expTypeID, QName mode, int maxImportLevel, boolean quietConflictWarnings, DTM dtm)
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

Uses in package org.apache.xalan.transformer

Methods with parameter type org.apache.xalan.templates.ElemTemplate

boolean
Given an element and mode, find the corresponding template and process the contents.
int
Overide equal method for StackGuard objects

Methods with return type org.apache.xalan.templates.ElemTemplate

ElemTemplate
This method retrieves the xsl:template that is in effect, which may be a matched template or a named template.
ElemTemplate
This method retrieves the xsl:template that is in effect, which may be a matched template or a named template.
ElemTemplate
ElemTemplate
This method retrieves the xsl:template that was matched.
ElemTemplate
This method retrieves the xsl:template that was matched.
ElemTemplate

Copyright B) 2006 Apache XML Project. All Rights Reserved.