@Deprecated public class Processor extends Object
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
| Modifier and Type | Field | Description |
|---|---|---|
static int |
BYTECODE |
Deprecated.
|
static int |
MULTI_XML |
Deprecated.
|
static int |
SINGLE_XML |
Deprecated.
|
| Constructor | Description |
|---|---|
Processor(int inRepresenation,
int outRepresentation,
InputStream input,
OutputStream output,
Source xslt) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(String[] args) |
Deprecated.
|
int |
process() |
Deprecated.
|
protected void |
update(Object arg,
int n) |
Deprecated.
|
public static final int BYTECODE
public static final int MULTI_XML
public static final int SINGLE_XML
public Processor(int inRepresenation,
int outRepresentation,
InputStream input,
OutputStream output,
Source xslt)
public int process()
throws TransformerException,
IOException,
SAXException
protected void update(Object arg, int n)