com.ibm.xml.xapi.ant

Class TaskCompileXPath

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

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

Nested Class Summary

Modifier and Type Class and Description
  1. class
TaskCompileXPath.Cpm
  1. class
TaskCompileXPath.Dnet
  1. class
TaskCompileXPath.Dnf
  1. class
TaskCompileXPath.Ns
  1. class
TaskCompileXPath.Schema
  1. class
TaskCompileXPath.Variable
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
TaskCompileXPath()

Method Summary

Modifier and Type Method and Description
  1. TaskCompileXPath.Cpm
createCpm()
  1. TaskCompileXPath.Dnet
createDnet()
  1. TaskCompileXPath.Dnf
createDnf()
  1. TaskCompileXPath.Ns
createNs()
  1. TaskCompileXPath.Schema
createSchema()
  1. TaskCompileXPath.Variable
createVariable()
  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

TaskCompileXPath

  1. public TaskCompileXPath()

Method Detail

createCpm

  1. public TaskCompileXPath.Cpm createCpm( )

createNs

  1. public TaskCompileXPath.Ns createNs( )

createSchema

  1. public TaskCompileXPath.Schema createSchema( )

createVariable

  1. public TaskCompileXPath.Variable createVariable( )

createDnet

  1. public TaskCompileXPath.Dnet createDnet( )

createDnf

  1. public TaskCompileXPath.Dnf createDnf( )

execute

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