com.ibm.xml.xapi.ant

Class TaskCompileXQuery

  1. java.lang.Object
  2. extended byTask
  3. extended bycom.ibm.xml.xapi.ant.TaskCompileXSLT
  4. extended bycom.ibm.xml.xapi.ant.TaskCompileXQuery

  1. public class TaskCompileXQuery
  2. extends TaskCompileXSLT
This Ant task can be used to precompile one or more XQuery(s). The output will be a set of Java classes which can subsequently be used to execute the query(s) without the performance overhead of dynamic compilation.

Nested Class Summary

Modifier and Type Class and Description
  1. class
TaskCompileXQuery.Bsp
  1. class
TaskCompileXQuery.Cnmi
  1. class
TaskCompileXQuery.Cnmp
  1. class
TaskCompileXQuery.Csm
  1. class
TaskCompileXQuery.Dnet
  1. class
TaskCompileXQuery.Dnf
  1. class
TaskCompileXQuery.Eso
  1. class
TaskCompileXQuery.Ordm
Nested classes/interfaces inherited from class com.ibm.xml.xapi.ant.TaskCompileXSLT
TaskCompileXSLT.BaseURI, TaskCompileXSLT.Dir, TaskCompileXSLT.Function, TaskCompileXSLT.Imm, TaskCompileXSLT.InputFile, TaskCompileXSLT.Out, TaskCompileXSLT.Pkg

Constructor Summary

Constructor and Description
TaskCompileXQuery()

Method Summary

Modifier and Type Method and Description
  1. TaskCompileXQuery.Bsp
createBsp()
  1. TaskCompileXQuery.Cnmi
createCnmi()
  1. TaskCompileXQuery.Cnmp
createCnmp()
  1. TaskCompileXQuery.Csm
createCsm()
  1. TaskCompileXQuery.Dnet
createDnet()
  1. TaskCompileXQuery.Dnf
createDnf()
  1. TaskCompileXQuery.Eso
createEso()
  1. TaskCompileXQuery.Ordm
createOrdm()
  1. void
execute()
Methods inherited from class com.ibm.xml.xapi.ant.TaskCompileXSLT
createBaseURI, createDir, createFunction, createImm, createInputFile, createOut, createPkg, getDebug, setDebug
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

TaskCompileXQuery

  1. public TaskCompileXQuery()

Method Detail

createDnet

  1. public TaskCompileXQuery.Dnet createDnet( )

createDnf

  1. public TaskCompileXQuery.Dnf createDnf( )

createBsp

  1. public TaskCompileXQuery.Bsp createBsp( )

createCsm

  1. public TaskCompileXQuery.Csm createCsm( )

createCnmi

  1. public TaskCompileXQuery.Cnmi createCnmi( )

createCnmp

  1. public TaskCompileXQuery.Cnmp createCnmp( )

createEso

  1. public TaskCompileXQuery.Eso createEso( )

createOrdm

  1. public TaskCompileXQuery.Ordm createOrdm( )

execute

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