Class Processor


  • @Deprecated
    public class Processor
    extends java.lang.Object
    Deprecated.
    This class is no longer maintained, will not support new Java features, and will eventually be deleted. Use the asm or asm.tree API instead.
    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.

    Possible TransformerFactory 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BYTECODE
      Deprecated.
       
      static int MULTI_XML
      Deprecated.
       
      static int SINGLE_XML
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      Processor​(int inRepresenation, int outRepresentation, java.io.InputStream input, java.io.OutputStream output, javax.xml.transform.Source xslt)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Deprecated.
       
      int process()
      Deprecated.
       
      protected void update​(java.lang.Object arg, int n)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Processor

        public Processor​(int inRepresenation,
                         int outRepresentation,
                         java.io.InputStream input,
                         java.io.OutputStream output,
                         javax.xml.transform.Source xslt)
        Deprecated.
    • Method Detail

      • process

        public int process()
                    throws javax.xml.transform.TransformerException,
                           java.io.IOException,
                           org.xml.sax.SAXException
        Deprecated.
        Throws:
        javax.xml.transform.TransformerException
        java.io.IOException
        org.xml.sax.SAXException
      • update

        protected void update​(java.lang.Object arg,
                              int n)
        Deprecated.
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception