@Deprecated
public class Xalan2Executor
extends java.lang.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 java.lang.String |
getImplementation()
Deprecated.
This methods should return the classname implementation of the underlying xslt processor
|
protected java.io.OutputStream |
getOutputStream()
Deprecated.
get the appropriate stream based on the format (frames/noframes)
|
protected java.lang.String |
getProcVersion(java.lang.String classNameImpl)
Deprecated.
Try to discover the xslt processor version based on the className.
|
protected java.lang.String |
getXalanVersion(java.lang.String procVersionClassName)
Deprecated.
pretty useful data (Xalan version information) to display.
|
protected java.lang.String |
getXSLTCVersion(java.lang.String procVersionClassName)
Deprecated.
a bit simplistic but xsltc data are conveniently private non final
|
protected AggregateTransformer caller
protected java.lang.String getImplementation()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptiongetProcVersion(String)protected java.lang.String getProcVersion(java.lang.String classNameImpl)
throws org.apache.tools.ant.BuildException
classNameImpl - the classname of the underlying xslt processororg.apache.tools.ant.BuildExceptionprotected final java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionprotected final java.lang.String getXSLTCVersion(java.lang.String procVersionClassName)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionprotected final java.lang.String getXalanVersion(java.lang.String procVersionClassName)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionCopyright © 2018 SAP SE. All Rights Reserved.