Uses of Class
org.apache.xalan.templates.ElemTemplateElement
-
Packages that use ElemTemplateElement Package Description org.apache.xalan.extensions Implementation of Xalan Extension Mechanism.org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object).org.apache.xalan.templates Implements theTemplatesinterface, and defines a set of classes that represent an XSLT stylesheet.org.apache.xalan.trace Implementation of Xalan Trace events, for use by a debugger.org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. -
-
Uses of ElemTemplateElement in org.apache.xalan.extensions
Methods in org.apache.xalan.extensions with parameters of type ElemTemplateElement Modifier and Type Method Description abstract voidExtensionHandler. processElement(java.lang.String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, java.lang.Object methodKey)Process a call to this extension namespace via an element.voidExtensionHandlerExsltFunction. processElement(java.lang.String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, java.lang.Object methodKey)Required by ExtensionHandler (an abstract method).voidExtensionHandlerGeneral. processElement(java.lang.String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, java.lang.Object methodKey)Process a call to this extension namespace via an element.voidExtensionHandlerJavaClass. processElement(java.lang.String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, java.lang.Object methodKey)Process a call to this extension namespace via an element.voidExtensionHandlerJavaPackage. processElement(java.lang.String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, java.lang.Object methodKey)Process a call to this extension namespace via an element. -
Uses of ElemTemplateElement in org.apache.xalan.processor
Subclasses of ElemTemplateElement in org.apache.xalan.processor Modifier and Type Class Description classProcessorCharactersThis class processes character events for a XSLT template element.classProcessorExsltFuncResultThis class processes parse events for an exslt func:result element.classProcessorExsltFunctionThis class processes parse events for an exslt func:function element.classProcessorImportThis class processes parse events for an xsl:import element.classProcessorIncludeTransformerFactory class for xsl:include markup.classProcessorLREProcesses an XSLT literal-result-element, or something that looks like one.classProcessorStylesheetDocThis class processes the xsl:stylesheet element.classProcessorStylesheetElementTransformerFactory for xsl:stylesheet or xsl:transform markup.classProcessorTemplateElemThis class processes parse events for an XSLT template element.classProcessorTextProcess xsl:text.classProcessorUnknownThis class processes an unknown template element.classWhitespaceInfoPathsclassXSLTElementProcessorThis class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements.Methods in org.apache.xalan.processor with parameters of type ElemTemplateElement Modifier and Type Method Description XPathStylesheetHandler. createXPath(java.lang.String str, ElemTemplateElement owningTemplate)Process an expression string into an XPath.voidProcessorExsltFunction. validate(ElemTemplateElement elem, StylesheetHandler handler)Non-recursive traversal of FunctionElement tree based on TreeWalker to verify that there are no literal result elements except within a func:result element and that the func:result element does not contain any following siblings except xsl:fallback. -
Uses of ElemTemplateElement in org.apache.xalan.templates
Subclasses of ElemTemplateElement in org.apache.xalan.templates Modifier and Type Class Description classDecimalFormatPropertiesImplement xsl:decimal-format.classElemApplyImportImplement xsl:apply-imports.classElemApplyTemplatesImplement xsl:apply-templates.classElemAttributeImplement xsl:attribute.classElemAttributeSetImplement xsl:attribute-set.classElemCallTemplateImplement xsl:call-template.classElemChooseImplement xsl:choose.classElemCommentImplement xsl:comment.classElemCopyImplement xsl:copy.classElemCopyOfImplement xsl:copy-of.classElemElementImplement xsl:elementclassElemEmptySimple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.classElemExsltFuncResultHandles the EXSLT result element within an EXSLT function element.classElemExsltFunctionImplement func:function.classElemExtensionCallImplement an extension element.classElemExtensionDeclImplement the declaration of an extension elementclassElemExtensionScriptImplement Script extension elementclassElemFallbackImplement xsl:fallback.classElemForEachImplement xsl:for-each.classElemIfImplement xsl:if.classElemLiteralResultImplement a Literal Result Element.classElemMessageImplement xsl:message.classElemNumberImplement xsl:number.classElemOtherwiseImplement xsl:otherwise.classElemParamImplement xsl:param.classElemPIImplement xsl:processing-instruction.classElemSortImplement xsl:sort.classElemTemplateImplement xsl:template.classElemTextImplement xsl:template.classElemTextLiteralImplement a text literal.classElemUnknownImplement an unknown elementclassElemUseImplement xsl:use.classElemValueOfImplement xsl:value-of.classElemVariableImplement xsl:variable.classElemVariablePsuedoclassElemWhenImplement xsl:when.classElemWithParamImplement xsl:with-param.classKeyDeclarationHolds the attribute declarations for the xsl:keys element.classNamespaceAliasObject to hold an xsl:namespace element.classOutputPropertiesThis class provides information from xsl:output elements.classStylesheetRepresents a stylesheet element.classStylesheetComposedRepresents a stylesheet that has methods that resolve includes and imports.classStylesheetRootThis class represents the root object of the stylesheet tree.classWhiteSpaceInfoThis is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.Methods in org.apache.xalan.templates that return ElemTemplateElement Modifier and Type Method Description ElemTemplateElementElemApplyImport. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemAttribute. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemCallTemplate. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemChoose. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemComment. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemCopyOf. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemForEach. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemNumber. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemPI. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemTemplateElement. appendChild(ElemTemplateElement elem)Add a child to the child list.ElemTemplateElementElemText. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemValueOf. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemVariable. appendChild(ElemTemplateElement elem)Add a child to the child list.ElemTemplateElementElemWithParam. appendChild(ElemTemplateElement elem)Add a child to the child list.ElemTemplateElementElemAttributeSet. appendChildElem(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemTemplateElement. getFirstChildElem()Get the first child as a ElemTemplateElement.ElemTemplateElementElemTemplateElement. getLastChildElem()Get the last child.ElemTemplateElementElemTemplateElement. getNextSiblingElem()Get the next sibling (as a ElemTemplateElement) or return null.ElemTemplateElementElemTemplateElement. getParentElem()Get the parent as an ElemTemplateElement.ElemTemplateElementElemTemplateElement. getParentNodeElem()Get the parent element.ElemTemplateElementElemTemplateElement. getPreviousSiblingElem()Get the previous sibling (as a Node) or return null.ElemTemplateElementElemTemplateElement. removeChild(ElemTemplateElement childETE)Remove a child.ElemTemplateElementElemTemplateElement. replaceChild(ElemTemplateElement newChildElem, ElemTemplateElement oldChildElem)Replace the old child with a new child.Methods in org.apache.xalan.templates with parameters of type ElemTemplateElement Modifier and Type Method Description ElemTemplateElementElemApplyImport. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemAttribute. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemCallTemplate. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemChoose. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemComment. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemCopyOf. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemForEach. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemNumber. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemPI. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemTemplateElement. appendChild(ElemTemplateElement elem)Add a child to the child list.ElemTemplateElementElemText. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemValueOf. appendChild(ElemTemplateElement newChild)Add a child to the child list.ElemTemplateElementElemVariable. appendChild(ElemTemplateElement elem)Add a child to the child list.ElemTemplateElementElemWithParam. appendChild(ElemTemplateElement elem)Add a child to the child list.ElemTemplateElementElemAttributeSet. appendChildElem(ElemTemplateElement newChild)Add a child to the child list.voidRedundentExprEliminator. eleminateRedundentLocals(ElemTemplateElement psuedoVarRecipient)Method to be called after the all expressions within an node context have been visited.ElemTemplateElementElemTemplateElement. removeChild(ElemTemplateElement childETE)Remove a child.ElemTemplateElementElemTemplateElement. replaceChild(ElemTemplateElement newChildElem, ElemTemplateElement oldChildElem)Replace the old child with a new child.voidElemTemplateElement. setParentElem(ElemTemplateElement p)Set the parent as an ElemTemplateElement.voidElemVariable. setParentElem(ElemTemplateElement p)Set the parent as an ElemTemplateElement.voidElemWithParam. setParentElem(ElemTemplateElement p)Set the parent as an ElemTemplateElement.booleanRedundentExprEliminator. visitInstruction(ElemTemplateElement elem)Visit an XSLT instruction.booleanXSLTVisitor. visitInstruction(ElemTemplateElement elem)Visit an XSLT instruction.booleanXSLTVisitor. visitStylesheet(ElemTemplateElement elem)Visit an XSLT stylesheet instruction.booleanRedundentExprEliminator. visitTopLevelInstruction(ElemTemplateElement elem)Visit an XSLT top-level instruction.booleanXSLTVisitor. visitTopLevelInstruction(ElemTemplateElement elem)Visit an XSLT top-level instruction.booleanXSLTVisitor. visitTopLevelVariableOrParamDecl(ElemTemplateElement elem)Visit an XSLT top-level instruction.Constructors in org.apache.xalan.templates with parameters of type ElemTemplateElement Constructor Description AVT(StylesheetHandler handler, java.lang.String uri, java.lang.String name, java.lang.String rawName, java.lang.String stringedValue, ElemTemplateElement owner)Construct an AVT by parsing the string, and either constructing a vector of AVTParts, or simply hold on to the string if the AVT is simple. -
Uses of ElemTemplateElement in org.apache.xalan.trace
Fields in org.apache.xalan.trace declared as ElemTemplateElement Modifier and Type Field Description ElemTemplateElementSelectionEvent. m_styleNodeThe node in the style tree where the event occurs.ElemTemplateElementTracerEvent. m_styleNodeThe node in the style tree where the event occurs.Methods in org.apache.xalan.trace with parameters of type ElemTemplateElement Modifier and Type Method Description voidTraceManager. fireSelectedEndEvent(int sourceNode, ElemTemplateElement styleNode, java.lang.String attributeName, XPath xpath, XObject selection)Fire a selection event.voidTraceManager. fireSelectedEvent(int sourceNode, ElemTemplateElement styleNode, java.lang.String attributeName, XPath xpath, XObject selection)Fire a selection event.voidTraceManager. fireTraceEndEvent(ElemTemplateElement styleNode)Fire a end trace event, after all children of an element have been executed.voidTraceManager. fireTraceEvent(ElemTemplateElement styleNode)Fire a trace event.Constructors in org.apache.xalan.trace with parameters of type ElemTemplateElement Constructor Description EndSelectionEvent(TransformerImpl processor, org.w3c.dom.Node sourceNode, ElemTemplateElement styleNode, java.lang.String attributeName, XPath xpath, XObject selection)Create an EndSelectionEvent.SelectionEvent(TransformerImpl 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.TracerEvent(TransformerImpl processor, org.w3c.dom.Node sourceNode, QName mode, ElemTemplateElement styleNode)Create an event originating at the given node of the style tree. -
Uses of ElemTemplateElement in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return ElemTemplateElement Modifier and Type Method Description ElemTemplateElementTransformerImpl. getCurrentElement()Retrieves the current ElemTemplateElement that is being executed.ElemTemplateElementTransformState. getCurrentElement()Retrieves the stylesheet element that produced the SAX event.ElemTemplateElementXalanTransformState. getCurrentElement()Methods in org.apache.xalan.transformer with parameters of type ElemTemplateElement Modifier and Type Method Description booleanTransformerImpl. applyTemplateToNode(ElemTemplateElement xslInstruction, ElemTemplate template, int child)Given an element and mode, find the corresponding template and process the contents.voidTransformerImpl. executeChildTemplates(ElemTemplateElement elem, boolean shouldAddAttrs)Execute each of the children of a template element.voidTransformerImpl. executeChildTemplates(ElemTemplateElement elem, org.w3c.dom.Node context, QName mode, org.xml.sax.ContentHandler handler)Execute each of the children of a template element.voidTransformerImpl. executeChildTemplates(ElemTemplateElement elem, org.xml.sax.ContentHandler handler)Execute each of the children of a template element.voidTransformerImpl. pushElemTemplateElement(ElemTemplateElement elem)Push the current template element.voidTransformerImpl. pushPairCurrentMatched(ElemTemplateElement template, int child)Push both the current xsl:template or xsl:for-each onto the stack, along with the child node that was matched.voidTransformerImpl. setCurrentElement(ElemTemplateElement e)Set the top of the current template elements stack.intTransformerImpl. transformToGlobalRTF(ElemTemplateElement templateParent)Given a stylesheet element, create a result tree fragment from it's contents.intTransformerImpl. transformToRTF(ElemTemplateElement templateParent)Given a stylesheet element, create a result tree fragment from it's contents.java.lang.StringTransformerImpl. transformToString(ElemTemplateElement elem)Take the contents of a template element, process it, and convert it to a string.
-