org.objectweb.asm.xml
类 Processor

java.lang.Object
  继承者 org.objectweb.asm.xml.Processor

public class Processor
extends Object

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

作者:
Eugene Kuleshov

字段摘要
static int BYTECODE
           
static int MULTI_XML
           
static int SINGLE_XML
           
 
构造方法摘要
Processor(int inRepresenation, int outRepresentation, InputStream input, OutputStream output, Source xslt)
           
 
方法摘要
static void main(String[] args)
           
 int process()
           
protected  void update(Object arg, int n)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

BYTECODE

public static final int BYTECODE
另请参见:
常量字段值

MULTI_XML

public static final int MULTI_XML
另请参见:
常量字段值

SINGLE_XML

public static final int SINGLE_XML
另请参见:
常量字段值
构造方法详细信息

Processor

public Processor(int inRepresenation,
                 int outRepresentation,
                 InputStream input,
                 OutputStream output,
                 Source xslt)
方法详细信息

process

public int process()
            throws TransformerException,
                   IOException,
                   SAXException
抛出:
TransformerException
IOException
SAXException

update

protected void update(Object arg,
                      int n)

main

public static void main(String[] args)
                 throws Exception
抛出:
Exception


Copyright © 2013. All Rights Reserved.