org.apache.tools.ant.taskdefs.optional.junit
Class Xalan2Executor

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.junit.XalanExecutor
        |
        +--org.apache.tools.ant.taskdefs.optional.junit.Xalan2Executor

public class Xalan2Executor
extends org.apache.tools.ant.taskdefs.optional.junit.XalanExecutor

Xalan executor via JAXP. Nothing special must exists in the classpath besides of course, a parser, jaxp and xalan.


Field Summary
protected  AggregateTransformer caller
          the transformer caller
 
Constructor Summary
Xalan2Executor()
           
 
Method Summary
protected  java.io.OutputStream getOutputStream()
          get the appropriate stream based on the format (frames/noframes)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caller

protected AggregateTransformer caller
the transformer caller

Constructor Detail

Xalan2Executor

public Xalan2Executor()
Method Detail

getOutputStream

protected java.io.OutputStream getOutputStream()
                                        throws java.io.IOException
get the appropriate stream based on the format (frames/noframes)

java.io.IOException


Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.