Public Member Functions

org.exolab.castor.tools.XSDCompiler Class Reference

Inherits org::apache::tools::ant::Task.

List of all members.

Public Member Functions

 XSDCompiler ()
void execute () throws BuildException
void setSchema (String schema)
void setPackage (String pkgName)
void setLineseperator (String lineSep)
void setForce (boolean force)
void setTypefactory (String typeFactory)
void setDestdir (String dirName)

Detailed Description

A Task to process via XSLT a set of XML documents. This is useful for building views of XML based documentation. arguments:

Of these arguments, the sourcedir and destdir are required.

This task will recursively scan the sourcedir and destdir looking for XML documents to process via XSLT. Any other files, such as images, or html files in the source directory will be copied into the destination directory.

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:08:52

Constructor & Destructor Documentation

org.exolab.castor.tools.XSDCompiler.XSDCompiler (  ) 

Creates a new XSDCompiler Task.


Member Function Documentation

void org.exolab.castor.tools.XSDCompiler.execute (  )  throws BuildException
void org.exolab.castor.tools.XSDCompiler.setDestdir ( String  dirName  ) 

Set the destination directory into which the Java sources should be copied to

Parameters:
dirName the name of the destination directory
void org.exolab.castor.tools.XSDCompiler.setForce ( boolean  force  ) 

Set overwriting existing files.

void org.exolab.castor.tools.XSDCompiler.setLineseperator ( String  lineSep  ) 

Set the line separator.

void org.exolab.castor.tools.XSDCompiler.setPackage ( String  pkgName  ) 

Set the target package name.

void org.exolab.castor.tools.XSDCompiler.setSchema ( String  schema  ) 

Set the schema file name.

void org.exolab.castor.tools.XSDCompiler.setTypefactory ( String  typeFactory  ) 

Set the type factory.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties