|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task net.sf.fikin.ant.XsltTask net.sf.fikin.ant.StxTask
public class StxTask
Eseentially the same as XsltTask
but providing Joost-based engine for
transformations
Recognize all parameters of XsltTask
expect <factory>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.fikin.ant.XsltTask |
---|
XsltTask.Factory |
Field Summary | |
---|---|
protected Stx |
stx
internal member used to refernence reusable Stx object |
Fields inherited from class net.sf.fikin.ant.XsltTask |
---|
depends, factory, failOnError, fileUtils, force, inFilesets, mapperElement, params, paramsHT, reuseLoadedStylesheet, xslFile, xslt |
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
StxTask()
|
Method Summary | |
---|---|
protected Stx |
getStx()
instantiate (if needed) an xslt object and return it it would be one an same object if stx is to be reused |
protected Stx |
newStx()
instantiate a new xslt object |
protected void |
transform(java.io.File in,
java.io.File out)
transform input into output |
Methods inherited from class net.sf.fikin.ant.XsltTask |
---|
add, addFileset, check, createDepends, createFactory, createMapper, createParam, error, execute, fatalError, getOutFile, getParams, getParams, getXslt, isUpToDate, newStyleFactory, newXslt, scan, setFailOnError, setForce, setIn, setOut, setReloadStylesheet, setStyle, transform, warning |
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Stx stx
Constructor Detail |
---|
public StxTask()
Method Detail |
---|
protected void transform(java.io.File in, java.io.File out) throws org.apache.tools.ant.BuildException
transform
in class XsltTask
in
- out
-
org.apache.tools.ant.BuildException
protected Stx getStx() throws java.io.FileNotFoundException, javax.xml.transform.TransformerConfigurationException, java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.InstantiationException, java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
java.io.FileNotFoundException
javax.xml.transform.TransformerConfigurationException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
protected Stx newStx() throws java.io.FileNotFoundException, javax.xml.transform.TransformerConfigurationException, java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.InstantiationException, java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
java.io.FileNotFoundException
javax.xml.transform.TransformerConfigurationException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |