@Deprecated public class Xalan2Executor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AggregateTransformer |
caller
Deprecated.
the transformer caller
|
| Constructor and Description |
|---|
Xalan2Executor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getImplementation()
Deprecated.
This methods should return the classname implementation of the underlying xslt processor
|
protected OutputStream |
getOutputStream()
Deprecated.
get the appropriate stream based on the format (frames/noframes)
|
protected String |
getProcVersion(String classNameImpl)
Deprecated.
Try to discover the xslt processor version based on the className.
|
protected String |
getXalanVersion(String procVersionClassName)
Deprecated.
pretty useful data (Xalan version information) to display.
|
protected String |
getXSLTCVersion(String procVersionClassName)
Deprecated.
a bit simplistic but xsltc data are conveniently private non final
|
protected AggregateTransformer caller
protected String getImplementation() throws BuildException
BuildExceptiongetProcVersion(String)protected String getProcVersion(String classNameImpl) throws BuildException
classNameImpl - the classname of the underlying xslt processorBuildExceptionprotected final OutputStream getOutputStream() throws IOException
IOExceptionprotected final String getXSLTCVersion(String procVersionClassName) throws ClassNotFoundException
ClassNotFoundExceptionprotected final String getXalanVersion(String procVersionClassName) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2017 SAP SE. All Rights Reserved.