|
Packages |
| com.xmlmill |
Provided for generating PDF files from XML documents.
This means your applications can call an instance of the JAXPTransform class,
passing the xml-data, xsl-data or directly the mill (xml) data to generate a .pdf
document.
Related Documentation
For more information please read the userguide.pdf document online (http://www.xmlmill.com)
or contained in the download. |
| com.xmlmill.applet |
Contains the Main class that can be instantiated to use XMLMill in an applet (it extends the JApplet class). |
| com.xmlmill.batch |
Contains the Main class that can be called from the command-line.
You can call this class typically from the command line as follows (example):
%JAVA_HOME%\bin\java com.xmlmill.batch.Main -m %XML_HOME%\samples\xmlxsl -l %XML_HOME%\samples\xmlxsl\log -v -g DEBUG
Related Documentation
For more information please read the userguide.pdf document online (http://www.xmlmill.com)
or contained in the download.
|
| com.xmlmill.config |
The config package contains the Configurator class, responsible for reading a
configuration file. |
| com.xmlmill.connector.ant |
Contains the classes to generate and compare PDF documents with Ant.
Related Documentation
For more information please read the userguide.pdf document online (http://www.xmlmill.com)
or contained in the download.
|
| com.xmlmill.connector.cocoon |
This package contains the connector class needed by
Cocoon to generate PDF documents.
Related Documentation
For more information please read the userguide.pdf document online (http://www.xmlmill.com)
or contained in the download and the Cocoon website for general information
regarding Cocoon.
|
| com.xmlmill.exception |
The exception package contains the classes responsible for
providing the messages when a warning, error or fatal-error occurs. |
| com.xmlmill.log |
Contains the classes to log messages coming from XMLMill during generation.
Related Documentation
For more information please read the userguide.pdf document online (http://www.xmlmill.com)
or contained in the download.
|