public class Processor
extends java.lang.Object
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
Modifier and Type | Field and Description |
---|---|
static int |
BYTECODE |
static int |
MULTI_XML |
static int |
SINGLE_XML |
Constructor and Description |
---|
Processor(int inRepresenation,
int outRepresentation,
java.io.InputStream input,
java.io.OutputStream output,
javax.xml.transform.Source xslt) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
int |
process() |
void |
update(java.lang.Object arg) |
public static final int BYTECODE
public static final int MULTI_XML
public static final int SINGLE_XML
public Processor(int inRepresenation, int outRepresentation, java.io.InputStream input, java.io.OutputStream output, javax.xml.transform.Source xslt)
public int process() throws javax.xml.transform.TransformerException, java.io.IOException, org.xml.sax.SAXException
javax.xml.transform.TransformerException
java.io.IOException
org.xml.sax.SAXException
public void update(java.lang.Object arg)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception