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

Packages that use ElemTemplateElement
org.apache.xalan.xslt   
org.apache.xalan.xslt.trace   
 

Uses of ElemTemplateElement in org.apache.xalan.xslt
 

Subclasses of ElemTemplateElement in org.apache.xalan.xslt
 class ElemApplyImport
          **For advanced use only** Implement xsl:apply-imports.
 class ElemApplyTemplates
          **For advanced use only** Implement xsl:apply-templates.
 class ElemAttribute
          **For advanced use only** Implement xsl:attribute.
 class ElemAttributeSet
          **For advanced use only** Implement xsl:attribute-set.
 class ElemCallTemplate
          **For advanced use only** Implement xsl:call-template.
 class ElemChoose
          **For advanced use only** Implement xsl:choose.
 class ElemComment
          **For advanced use only** Implement xsl:comment.
 class ElemCopy
          **For advanced use only** Implement xsl:copy.
 class ElemCopyOf
          **For advanced use only** Implement xsl:copy-of.
 class ElemDecimalFormat
          **For advanced use only** Implement xsl:decimal-format.
 class ElemElement
          **For advanced use only** Implement xsl:decimal-format.
 class ElemExtensionCall
          **For advanced use only** Implement an extension element.
 class ElemFallback
          **For advanced use only** Implement xsl:fallback.
 class ElemForEach
          **For advanced use only** Implement xsl:for-each.
 class ElemIf
          **For advanced use only** Implement xsl:if.
 class ElemLiteralResult
          **For advanced use only** Implement a Literal Result Element.
 class ElemMessage
          **For advanced use only** Implement xsl:message.
 class ElemNumber
          **For advanced use only** Implement xsl:number.
 class ElemOtherwise
          **For advanced use only** Implement xsl:otherwise.
 class ElemParam
          **For advanced use only** Implement xsl:param.
 class ElemPI
          **For advanced use only** Implement xsl:processing-instruction.
 class ElemSort
          **For advanced use only** Implement xsl:sort.
 class ElemTemplate
          **For advanced use only** Implement xsl:template.
 class ElemText
          **For advanced use only** Implement xsl:template.
 class ElemTextLiteral
          **For advanced use only** Implement a text literal.
 class ElemUse
          **For advanced use only** Implement xsl:use.
 class ElemValueOf
          **For advanced use only** Implement xsl:value-of.
 class ElemVariable
          **For advanced use only** Implement xsl:variable.
 class ElemWhen
          **For advanced use only** Implement xsl:when.
 class ElemWithParam
          **For advanced use only** Implement xsl:with-param.
 

Fields in org.apache.xalan.xslt declared as ElemTemplateElement
 ElemTemplateElement ElemTemplateElement.m_parentNode
          **For advanced use only** Parent node.
 

Methods in org.apache.xalan.xslt that return ElemTemplateElement
 ElemTemplateElement TemplateList.getFirstTemplate()
          **For advanced use only** Get the first template of the template children.
 

Methods in org.apache.xalan.xslt with parameters of type ElemTemplateElement
 void XSLTEngineImpl.writeChildren(org.xml.sax.DocumentHandler flistener, Stylesheet stylesheetTree, ElemTemplateElement templateParent, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
          **For internal use only** Write the children of a stylesheet element to the given listener.
 void TemplateList.setFirstTemplate(ElemTemplateElement v)
          **For advanced use only** Set the first template of the template children.
 

Uses of ElemTemplateElement in org.apache.xalan.xslt.trace
 

Fields in org.apache.xalan.xslt.trace declared as ElemTemplateElement
 ElemTemplateElement TracerEvent.m_styleNode
          **For advanced use only** The node in the style tree where the event occurs.
 ElemTemplateElement SelectionEvent.m_styleNode
          **For advanced use only** The node in the style tree where the event occurs.
 

Constructors in org.apache.xalan.xslt.trace with parameters of type ElemTemplateElement
TracerEvent.TracerEvent(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode, ElemTemplateElement styleNode)
          **For advanced use only** Create an event originating at the given node of the style tree.
SelectionEvent.SelectionEvent(XSLTEngineImpl processor, org.w3c.dom.Node sourceNode, ElemTemplateElement styleNode, java.lang.String attributeName, XPath xpath, XObject selection)
          **For advanced use only** Create an event originating at the given node of the style tree.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.