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

Packages that use Stylesheet
org.apache.xalan.xslt   
 

Uses of Stylesheet in org.apache.xalan.xslt
 

Subclasses of Stylesheet in org.apache.xalan.xslt
 class StylesheetRoot
           Binary representation of a stylesheet -- use the XSLTProcessor ProcessStylesheet method to create a StylesheetRoot and improve performance for a stylesheet performing multiple transformations.
 

Fields in org.apache.xalan.xslt declared as Stylesheet
 Stylesheet ElemTemplateElement.m_stylesheet
          **For advanced use only** The owning stylesheet.
 Stylesheet XSLProcessorContext.stylesheetTree
           
 Stylesheet Stylesheet.m_stylesheetParent
          The parent of the stylesheet.
 

Methods in org.apache.xalan.xslt that return Stylesheet
 Stylesheet Stylesheet.getStylesheetParent()
          Get the parent of the stylesheet.
 Stylesheet TemplateList.getStylesheet()
          **For advanced use only** Get the stylesheet owner of the list.
 

Methods in org.apache.xalan.xslt with parameters of type Stylesheet
 void XSLTEngineImpl.outputToResultTree(Stylesheet stylesheetTree, java.lang.Object obj)
          **For advanced use only** Output an object to the result tree by doing the right conversions.
 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 Stylesheet.setStylesheetParent(Stylesheet v)
          Set the parent of the stylesheet.
 void ExtensionNSHandler.processElement(java.lang.String localPart, org.w3c.dom.Element element, XSLTEngineImpl processor, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode, java.lang.Class classObj, java.lang.Object methodKey)
          **For advanced use only** Process a call to this extension namespace via an element.
 

Constructors in org.apache.xalan.xslt with parameters of type Stylesheet
ElemTemplateElement.ElemTemplateElement(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only** Construct a template element instance.
ElemSort.ElemSort(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemChoose.ElemChoose(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemWhen.ElemWhen(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemForEach.ElemForEach(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemApplyTemplates.ElemApplyTemplates(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemUse.ElemUse(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemCopy.ElemCopy(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemComment.ElemComment(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemValueOf.ElemValueOf(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemDecimalFormat.ElemDecimalFormat(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemIf.ElemIf(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemVariable.ElemVariable(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemParam.ElemParam(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemFallback.ElemFallback(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemPI.ElemPI(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
AVT.AVT(java.lang.String name, java.lang.String type, java.lang.String stringedValue, PrefixResolver namespaceContext, Stylesheet stylesheet, XSLTEngineImpl execContext)
          **For advanced use only** 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.
XSLProcessorContext.XSLProcessorContext(XSLTEngineImpl processor, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
ElemMessage.ElemMessage(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
StylesheetHandler.StylesheetHandler(XSLTEngineImpl processor, Stylesheet stylesheetTree)
          **For advanced use only** FormatterToText instance constructor...
ElemOtherwise.ElemOtherwise(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemCopyOf.ElemCopyOf(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemNumber.ElemNumber(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemCallTemplate.ElemCallTemplate(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemElement.ElemElement(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemWithParam.ElemWithParam(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
ElemTemplate.ElemTemplate(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
 



Copyright © 2000 Apache XML Project. All Rights Reserved.