|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StylesheetRoot | |
org.apache.xalan.xslt | The main Xalan-Java 1 compatability package -- facilities for setting up and performing XSL transformations. |
Uses of StylesheetRoot in org.apache.xalan.xslt |
Methods in org.apache.xalan.xslt that return StylesheetRoot | |
StylesheetRoot |
XSLTProcessor.processStylesheet(XSLTInputSource stylesheetSource)
Compile the XSL stylesheet represented by an XSLTInputSource object into an internal representation, and use it to set the XSLTProcessor Stylesheet property. |
StylesheetRoot |
XSLTProcessor.processStylesheet(java.lang.String xsldocURLString)
Given a URL to (or file name of) an XSL stylesheet, Compile the stylesheet into an internal representation, and use it to set the XSLTProcessor Stylesheet property. |
StylesheetRoot |
XSLTProcessor.getStylesheet()
Get the current Stylesheet setting for this XSLTProcessor. |
StylesheetRoot |
XSLTEngineImpl.createStylesheetRoot(java.lang.String baseIdentifier)
Bottleneck the creation of the stylesheet for derivation purposes. |
StylesheetRoot |
XSLTEngineImpl.processStylesheet(XSLTInputSource stylesheetSource)
Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation. |
StylesheetRoot |
XSLTEngineImpl.processStylesheet(java.lang.String xsldocURLString)
Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation. |
StylesheetRoot |
XSLTEngineImpl.getStylesheet()
Get the current stylesheet for this processor. |
Methods in org.apache.xalan.xslt with parameters of type StylesheetRoot | |
void |
XSLTProcessor.setStylesheet(StylesheetRoot stylesheetRoot)
Use a compiled stylesheet to set the Stylesheet property for this processor. |
void |
XSLTEngineImpl.setStylesheet(StylesheetRoot stylesheetRoot)
Set the stylesheet for this processor. |
Constructors in org.apache.xalan.xslt with parameters of type StylesheetRoot | |
Stylesheet.Stylesheet(StylesheetRoot root,
XSLTEngineImpl processor,
java.lang.String baseIdentifier)
Constructor for a Stylesheet needs a Document. |
|
StylesheetHandler.StylesheetHandler(XSLTEngineImpl processor,
StylesheetRoot stylesheetTree)
Instance constructor... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |