Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.libraries.asm.xml
Class Processor

java.lang.Object
  extended by oracle.toplink.libraries.asm.xml.Processor

public class Processor
extends java.lang.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


Field Summary
static int BYTECODE
           
static int MULTI_XML
           
static int SINGLE_XML
           
 
Constructor Summary
Processor(int inRepresenation, int outRepresentation, java.io.InputStream input, java.io.OutputStream output, javax.xml.transform.Source xslt)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 int process()
           
 void update(java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTECODE

public static final int BYTECODE
See Also:
Constant Field Values

MULTI_XML

public static final int MULTI_XML
See Also:
Constant Field Values

SINGLE_XML

public static final int SINGLE_XML
See Also:
Constant Field Values
Constructor Detail

Processor

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

process

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

update

public void update(java.lang.Object arg)

main

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

Copyright © 1998, 2010, Oracle. All Rights Reserved.