类 Processor
java.lang.Object
org.beetl.ow2.asm.xml.Processor
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.
- 作者:
- Eugene Kuleshov
-
字段概要
字段 -
构造器概要
构造器构造器说明Processor(int inRepresenation, int outRepresentation, InputStream input, OutputStream output, Source xslt) -
方法概要
-
字段详细资料
-
构造器详细资料
-
Processor
public Processor(int inRepresenation, int outRepresentation, InputStream input, OutputStream output, Source xslt)
-
-
方法详细资料
-
process
-
update
-
main
- 抛出:
Exception
-