| java.lang.Object org.ejb3unit.asm.xml.Processor
Processor | public class Processor (Code) | | Processor is a command line tool that can be used for bytecode waving
directed by XSL transformation. In order to use a concrete XSLT engine,
system property javax.xml.transform.TransformerFactory must be set
to one of the following values.
jd.xslt |
jd.xml.xslt.trax.TransformerFactoryImpl |
Saxon | net.sf.saxon.TransformerFactoryImpl |
Caucho | com.caucho.xsl.Xsl |
Xalan interpeter | org.apache.xalan.processor.TransformerFactory |
Xalan xsltc | org.apache.xalan.xsltc.trax.TransformerFactoryImpl |
author: Eugene Kuleshov |
BYTECODE | final public static int BYTECODE(Code) | | |
MULTI_XML | final public static int MULTI_XML(Code) | | |
SINGLE_XML | final public static int SINGLE_XML(Code) | | |
|
|