|
xnsdoc 1.2.1 Java API |
||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||
See:
Description
| Interface Summary | |
| ProcessorListener | Listener interface for logging. |
| Class Summary | |
| BaseProcessor | Abstract base class for the xnsdoc processor. |
| ConsoleListener | Implementation of the ProcessorListener
interface that simple logs everything to the console. |
| Main | Command line interface of xnsdoc. |
| Messages | Accessor class for i18n messages of xnsdoc. |
| Processor | The xnsdoc processor. |
| Task | Adapter of the Processor to
Apache Ant.
|
| Task.Html | An HTML fragment in a nested element of the task. |
| Exception Summary | |
| ProcessorException | Exception class for excpetions occuring in the processor. |
This package contains all public Java classes related to xnsdoc.
If you want to integrate xnsdoc into your Java programs, the best way is to
create an instance of the Processor class, set all
necessary properties and call the execute
method. Furthermore you can register an implementation of the
ProcessorListener interface thru the
setListener()
method to get informed about the progress of processing. As a simple example
implementation, a ConsoleListener is
available.
|
xnsdoc 1.2.1 Java API |
||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||