com.ibm.xml.xapi.ant
Class TaskCompileXSLT
- java.lang.Object
Task
com.ibm.xml.xapi.ant.TaskCompileXSLT
Direct known subclasses:
- public class TaskCompileXSLT
- extends Task
Nested Class Summary
Modifier and Type | Class and Description |
---|---|
|
TaskCompileXSLT.BaseURI
|
|
TaskCompileXSLT.Dir
|
|
TaskCompileXSLT.Function
|
|
TaskCompileXSLT.Imm
|
|
TaskCompileXSLT.InputFile
|
|
TaskCompileXSLT.Out
|
|
TaskCompileXSLT.Pkg
|
Constructor Summary
Constructor and Description |
---|
TaskCompileXSLT()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
createBaseURI()
|
|
createDir()
|
|
createFunction()
|
|
createImm()
|
|
createInputFile()
|
|
createOut()
|
|
createPkg()
|
|
|
execute()
|
|
getDebug()
|
|
setDebug(java.lang.Boolean d)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
TaskCompileXSLT
- public TaskCompileXSLT()
Method Detail
setDebug
- public void setDebug(java.lang.Boolean d)
getDebug
- public java.lang.Boolean getDebug( )
createOut
- public TaskCompileXSLT.Out createOut( )
createDir
- public TaskCompileXSLT.Dir createDir( )
createPkg
- public TaskCompileXSLT.Pkg createPkg( )
createFunction
- public TaskCompileXSLT.Function createFunction( )
createBaseURI
- public TaskCompileXSLT.BaseURI createBaseURI( )
createImm
- public TaskCompileXSLT.Imm createImm( )
createInputFile
- public TaskCompileXSLT.InputFile createInputFile( )
execute
- public void execute()
- throws BuildException
Throws:
BuildException