com.ibm.xml.xapi.ant
Class TaskCompileXPath
- java.lang.Object
Task
com.ibm.xml.xapi.ant.TaskCompileXSLT
com.ibm.xml.xapi.ant.TaskCompileXPath
- public class TaskCompileXPath
- extends TaskCompileXSLT
Nested Class Summary
Modifier and Type | Class and Description |
---|---|
|
TaskCompileXPath.Cpm
|
|
TaskCompileXPath.Dnet
|
|
TaskCompileXPath.Dnf
|
|
TaskCompileXPath.Ns
|
|
TaskCompileXPath.Schema
|
|
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 |
---|---|
createCpm()
|
|
createDnet()
|
|
createDnf()
|
|
createNs()
|
|
createSchema()
|
|
createVariable()
|
|
|
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
- public TaskCompileXPath()
Method Detail
createCpm
- public TaskCompileXPath.Cpm createCpm( )
createNs
- public TaskCompileXPath.Ns createNs( )
createSchema
- public TaskCompileXPath.Schema createSchema( )
createVariable
- public TaskCompileXPath.Variable createVariable( )
createDnet
- public TaskCompileXPath.Dnet createDnet( )
createDnf
- public TaskCompileXPath.Dnf createDnf( )
execute
- public void execute()
- throws BuildException
Overrides:
execute
in class TaskCompileXSLT
Throws:
BuildException