com.ibm.xml.xapi.ant

Class TaskCompileXSLT

  1. java.lang.Object
  2. extended byTask
  3. extended bycom.ibm.xml.xapi.ant.TaskCompileXSLT
Direct known subclasses:
TaskCompileXPath, TaskCompileXQuery

  1. public class TaskCompileXSLT
  2. extends Task
This Ant task can be used to precompile one or more stylesheets. The output will be a set of Java classes which can subsequently be used to execute transformations without the performance overhead of dynamic compilation.

Nested Class Summary

Modifier and Type Class and Description
  1. class
TaskCompileXSLT.BaseURI
  1. class
TaskCompileXSLT.Dir
  1. class
TaskCompileXSLT.Function
  1. class
TaskCompileXSLT.Imm
  1. class
TaskCompileXSLT.InputFile
  1. class
TaskCompileXSLT.Out
  1. class
TaskCompileXSLT.Pkg

Constructor Summary

Constructor and Description
TaskCompileXSLT()

Method Summary

Modifier and Type Method and Description
  1. TaskCompileXSLT.BaseURI
createBaseURI()
  1. TaskCompileXSLT.Dir
createDir()
  1. TaskCompileXSLT.Function
createFunction()
  1. TaskCompileXSLT.Imm
createImm()
  1. TaskCompileXSLT.InputFile
createInputFile()
  1. TaskCompileXSLT.Out
createOut()
  1. TaskCompileXSLT.Pkg
createPkg()
  1. void
execute()
  1. java.lang.Boolean
getDebug()
  1. void
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

  1. public TaskCompileXSLT()

Method Detail

setDebug

  1. public void setDebug(java.lang.Boolean d)

getDebug

  1. public java.lang.Boolean getDebug( )

createOut

  1. public TaskCompileXSLT.Out createOut( )

createDir

  1. public TaskCompileXSLT.Dir createDir( )

createPkg

  1. public TaskCompileXSLT.Pkg createPkg( )

createFunction

  1. public TaskCompileXSLT.Function createFunction( )

createBaseURI

  1. public TaskCompileXSLT.BaseURI createBaseURI( )

createImm

  1. public TaskCompileXSLT.Imm createImm( )

createInputFile

  1. public TaskCompileXSLT.InputFile createInputFile( )

execute

  1. public void execute()
  2. throws BuildException
Throws:
BuildException