BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

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

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

Uses of ElemTemplateElement in weblogic.apache.xalan.xslt
 

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

Fields in weblogic.apache.xalan.xslt declared as ElemTemplateElement
 ElemTemplateElement ElemTemplateElement.m_parentNode
          Parent node.
protected  ElemTemplateElement ElemTemplateElement.m_firstChild
          First child.
 

Methods in weblogic.apache.xalan.xslt that return ElemTemplateElement
 ElemTemplateElement TemplateList.getFirstTemplate()
          Get the first template of the template children.
 

Methods in weblogic.apache.xalan.xslt with parameters of type ElemTemplateElement
protected  boolean ElemTemplateElement.shouldExcludeResultNamespaceNode(ElemTemplateElement elem, java.lang.String prefix, java.lang.String uri)
          Tell if the result namespace decl should be excluded.
protected  void ElemTemplateElement.transformSelectedChildren(Stylesheet stylesheetTree, ElemTemplateElement xslInstruction, ElemTemplateElement template, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNodeContext, QName mode, XPath selectPattern, int xslToken, XSLTEngineImpl tcontext, int selectStackFrameIndex)
          Perform a query if needed, and call transformChild for each child.
 void XSLTEngineImpl.writeChildren(org.xml.sax.DocumentHandler flistener, Stylesheet stylesheetTree, ElemTemplateElement templateParent, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           Write the children of a stylesheet element to the given listener.
 void TemplateList.setFirstTemplate(ElemTemplateElement v)
          Set the first template of the template children.
 

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

Fields in weblogic.apache.xalan.xslt.trace declared as ElemTemplateElement
 ElemTemplateElement TracerEvent.m_styleNode
          The node in the style tree where the event occurs.
 ElemTemplateElement SelectionEvent.m_styleNode
          The node in the style tree where the event occurs.
 

Constructors in weblogic.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)
          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)
          Create an event originating at the given node of the style tree.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60