|
||||||||||
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)
Deprecated. 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)
Deprecated. 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()
Deprecated. Get the current Stylesheet setting for this XSLTProcessor. |
StylesheetRoot |
XSLTEngineImpl.createStylesheetRoot(java.lang.String baseIdentifier)
Deprecated. Bottleneck the creation of the stylesheet for derivation purposes. |
StylesheetRoot |
XSLTEngineImpl.processStylesheet(XSLTInputSource stylesheetSource)
Deprecated. Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation. |
StylesheetRoot |
XSLTEngineImpl.processStylesheet(java.lang.String xsldocURLString)
Deprecated. Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation. |
StylesheetRoot |
XSLTEngineImpl.getStylesheet()
Deprecated. Get the current stylesheet for this processor. |
Methods in org.apache.xalan.xslt with parameters of type StylesheetRoot | |
void |
XSLTProcessor.setStylesheet(StylesheetRoot stylesheetRoot)
Deprecated. Use a compiled stylesheet to set the Stylesheet property for this processor. |
void |
XSLTEngineImpl.setStylesheet(StylesheetRoot stylesheetRoot)
Deprecated. 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)
Deprecated. Constructor for a Stylesheet needs a Document. |
|
StylesheetHandler.StylesheetHandler(XSLTEngineImpl processor,
StylesheetRoot stylesheetTree)
Deprecated. Instance constructor... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |