org.apache.tools.ant.taskdefs.optional.junit
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 BuildException
BuildException
getProcVersion(String)
protected java.lang.String getProcVersion(java.lang.String classNameImpl) throws BuildException
classNameImpl
- the classname of the underlying xslt processorBuildException
protected final java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
protected final java.lang.String getXSLTCVersion(java.lang.String procVersionClassName) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
protected final java.lang.String getXalanVersion(java.lang.String procVersionClassName) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException