BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use ElemTemplate
weblogic.apache.xalan.processor   
weblogic.apache.xalan.templates   
weblogic.apache.xalan.transformer   
 

Uses of ElemTemplate in weblogic.apache.xalan.processor
 

Subclasses of ElemTemplate in weblogic.apache.xalan.processor
 class CompiledTemplate
           
 

Constructors in weblogic.apache.xalan.processor with parameters of type ElemTemplate
CompiledTemplate.CompiledTemplate(ElemTemplate original, int lineNumber, int columnNumber, java.lang.String publicId, java.lang.String systemId, java.lang.Object[] interpretArray)
          public constructor: Copy values from original template object, pick up "uncompiled children" array from compilation/instantiation process, and set the Locator information explicitly.
 

Uses of ElemTemplate in weblogic.apache.xalan.templates
 

Subclasses of ElemTemplate in weblogic.apache.xalan.templates
 class WhiteSpaceInfo
          This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.
 

Methods in weblogic.apache.xalan.templates that return ElemTemplate
 ElemTemplate Stylesheet.getTemplate(int i)
          Get an "xsl:template" property.
 ElemTemplate StylesheetRoot.getTemplateComposed(XPathContext xctxt, org.w3c.dom.Node targetNode, QName mode, int maxImportLevel, boolean quietConflictWarnings)
          Get an "xsl:template" property by node match.
 ElemTemplate StylesheetRoot.getTemplateComposed(QName qname)
          Get an "xsl:template" property.
 ElemTemplate StylesheetRoot.getDefaultTextRule()
           Get the default template for text.
 ElemTemplate StylesheetRoot.getDefaultRule()
           Get the default template for elements.
 ElemTemplate StylesheetRoot.getDefaultRootRule()
           Get the default template for a root node.
 ElemTemplate TemplateList.getTemplate(QName qname)
          Locate a named template.
 ElemTemplate TemplateList.getTemplate(XPathContext xctxt, org.w3c.dom.Node targetNode, QName mode, int maxImportLevel, boolean quietConflictWarnings)
          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.TemplateWalker.next()
           
 

Methods in weblogic.apache.xalan.templates with parameters of type ElemTemplate
 void Stylesheet.setTemplate(ElemTemplate v)
          Set an "xsl:template" property.
 void Stylesheet.replaceTemplate(ElemTemplate v, int i)
          Replace an "xsl:template" property.
 void TemplateList.setTemplate(ElemTemplate template)
          Add a template to the table of named templates and/or the table of templates with match patterns.
 

Uses of ElemTemplate in weblogic.apache.xalan.transformer
 

Methods in weblogic.apache.xalan.transformer that return ElemTemplate
 ElemTemplate ResultTreeHandler.getCurrentTemplate()
          This method retrieves the xsl:template that is in effect, which may be a matched template or a named template.
 ElemTemplate ResultTreeHandler.getMatchedTemplate()
          This method retrieves the xsl:template that was matched.
 ElemTemplate QueuedStartElement.getCurrentTemplate()
          This method retrieves the xsl:template that is in effect, which may be a matched template or a named template.
 ElemTemplate QueuedStartElement.getMatchedTemplate()
          This method retrieves the xsl:template that was matched.
 ElemTemplate TransformState.getCurrentTemplate()
          This method retrieves the xsl:template that is in effect, which may be a matched template or a named template.
 ElemTemplate TransformState.getMatchedTemplate()
          This method retrieves the xsl:template that was matched.
 ElemTemplate TransformerImpl.getCurrentTemplate()
          This method retrieves the xsl:template that is in effect, which may be a matched template or a named template.
 ElemTemplate TransformerImpl.getMatchedTemplate()
          This method retrieves the xsl:template that was matched.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.