A C D E F G I J K L M N P R S T V W X

A

ABORT_ON_ERROR - Static variable in class com.xmlmill.JAXPErrorHandler
bit mask value for flag : abort on error message
ABORT_ON_WARNING - Static variable in class com.xmlmill.JAXPErrorHandler
bit mask value for flag : abort on warning message
addFileSet(FileSet) - Method in class com.xmlmill.connector.ant.Master
Add a Fileset instance.
addFileSet(FileSet) - Method in class com.xmlmill.connector.ant.Generate
Add a FileSet instance to this Generate instance.

C

com.xmlmill - package 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 - package 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 - package 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 - package com.xmlmill.config
The config package contains the Configurator class, responsible for reading a configuration file.
com.xmlmill.connector.ant - package 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 - package 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 - package 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 - package 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.  
Compare - class com.xmlmill.connector.ant.Compare.
This class represents the <compare> element.
Compare(Project) - Constructor for class com.xmlmill.connector.ant.Compare
Create a compare instance reprsenting a <compare> element.
Comparer - class com.xmlmill.connector.ant.Comparer.
Generator application for running XMLMill in Ant.
Comparer() - Constructor for class com.xmlmill.connector.ant.Comparer
 
Configurator - class com.xmlmill.config.Configurator.
The Configurator is responsible for reading the configuration properties from an (external) XML configuration file and making these available to the application.
configure() - Static method in class com.xmlmill.config.Configurator
Loads the configuration values from the default config.xml file.
configure(Configuration) - Method in class com.xmlmill.connector.cocoon.XMLMillSerializer_214
Set the configurations for this serializer.
configure(File) - Static method in class com.xmlmill.config.Configurator
Loads configuration from specified configuration file.
configure(File, int) - Static method in class com.xmlmill.config.Configurator
Loads configuration from specified configuration file.
configure(int) - Static method in class com.xmlmill.config.Configurator
Loads the configuration values from the default config.xml file.
configure(String) - Static method in class com.xmlmill.config.Configurator
Loads configuration from specified configuration file.
configure(String, int) - Static method in class com.xmlmill.config.Configurator
Loads configuration from specified configuration file.
configure(URL) - Static method in class com.xmlmill.config.Configurator
Loads configuration from specified configuration file.
configure(URL, int) - Static method in class com.xmlmill.config.Configurator
Loads configuration from specified configuration file.
containsKey(String) - Static method in class com.xmlmill.config.Configurator
Returns true if this Configurator contains a mapping for the specified key.
createClasspath() - Method in class com.xmlmill.connector.ant.XMLMillTask
Adds path to classpath used for tests.
createCompare() - Method in class com.xmlmill.connector.ant.XMLMillTask
Create a Compare instance.
createGenerate() - Method in class com.xmlmill.connector.ant.XMLMillTask
Create a Generate instance.
createJvmarg() - Method in class com.xmlmill.connector.ant.XMLMillTask
Adds a JVM argument.
createMaster() - Method in class com.xmlmill.connector.ant.Compare
Create aMaster instance.
createSlave() - Method in class com.xmlmill.connector.ant.Compare
Create aSlave instance.

D

DEBUG_LEVEL - Variable in class com.xmlmill.log.SimpleLogger
Debug logging level value.
DEBUG_LEVEL - Variable in class com.xmlmill.log.FileLogger
Debug logging level value.
debug(Object) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record to the local log file if DEBUG logging is currently enabled.
debug(Object) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record to the local log file if DEBUG logging is currently enabled.
debug(Object, Throwable) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if DEBUG logging is currently enabled.
debug(Object, Throwable) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if DEBUG logging is currently enabled.
dump() - Method in class com.xmlmill.config.KeyStoreInfo
Returns the font attributes as a list.

E

ERR_INV_ACROFIELD_NAME - Static variable in class com.xmlmill.exception.XMLMillError
 
ERR_OVERFLOW_REGION - Static variable in class com.xmlmill.exception.XMLMillError
Cannot flush stream in PDXTransformHandler
ERR_OVERFLOW_SEGMENT - Static variable in class com.xmlmill.exception.XMLMillError
 
ERROR_LEVEL - Variable in class com.xmlmill.log.SimpleLogger
Error logging level value.
ERROR_LEVEL - Variable in class com.xmlmill.log.FileLogger
Error logging level value.
error(Object) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record to the local log file if ERROR logging is currently enabled.
error(Object) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record to the local log file if ERROR logging is currently enabled.
error(Object, Throwable) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if ERROR logging is currently enabled.
error(Object, Throwable) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if ERROR logging is currently enabled.
error(SAXParseException) - Method in class com.xmlmill.JAXPErrorHandler
Receives notification of a recoverable parser error.
error(TransformerException) - Method in class com.xmlmill.JAXPErrorHandler
Report a transformer error.
execute() - Method in class com.xmlmill.connector.ant.XMLMillTask
 

F

FATAL_LEVEL - Variable in class com.xmlmill.log.SimpleLogger
Fatal logging level value.
FATAL_LEVEL - Variable in class com.xmlmill.log.FileLogger
Fatal logging level value.
fatal(Object) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record to the local log file if FATAL logging is currently enabled.
fatal(Object) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record to the local log file if FATAL logging is currently enabled.
fatal(Object, Throwable) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if FATAL logging is currently enabled.
fatal(Object, Throwable) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if FATAL logging is currently enabled.
fatalError(SAXParseException) - Method in class com.xmlmill.JAXPErrorHandler
Report a fatal parsing error.
fatalError(TransformerException) - Method in class com.xmlmill.JAXPErrorHandler
Report a transformer fatalerror.
FATERR_ALIGN_NOT_DEF - Static variable in class com.xmlmill.exception.XMLMillFatalError
'align' attribute not defined in header or footer
FATERR_COL_NOT_ALL - Static variable in class com.xmlmill.exception.XMLMillFatalError
tag not allowed in 'complex' table
FATERR_COL_NOT_DEF - Static variable in class com.xmlmill.exception.XMLMillFatalError
tag should be defined in 'simple' table.
FATERR_COLSPAN_NOT_ALL - Static variable in class com.xmlmill.exception.XMLMillFatalError
'number-columns-spanned' attribute not allowed, table-type is 'complex'.
FATERR_CONV_URL_TO_FIS - Static variable in class com.xmlmill.exception.XMLMillFatalError
Could not convert URL to FileInputStream
FATERR_EL_NO_ALL_BC - Static variable in class com.xmlmill.exception.XMLMillFatalError
Element not allowed in this context
FATERR_EL_NO_ALL_IM - Static variable in class com.xmlmill.exception.XMLMillFatalError
Element not allowed in this context
FATERR_ENCR_MD5 - Static variable in class com.xmlmill.exception.XMLMillFatalError
Cannot generate a MD5 MessageDigest object
FATERR_EXH_CPMR - Static variable in class com.xmlmill.exception.XMLMillFatalError
All conditional-page-master-reference children exhausted of repeatable-page-master-alternatives
FATERR_EXH_SSS - Static variable in class com.xmlmill.exception.XMLMillFatalError
All sub-sequence-specifiers children exhausted of page-sequence-master
FATERR_FONT_NOT_DEF - Static variable in class com.xmlmill.exception.XMLMillFatalError
Font not defined
FATERR_FONTFILE_NOT_FOUND - Static variable in class com.xmlmill.exception.XMLMillFatalError
Font file not found
FATERR_HEIGHT_NOT_DEF - Static variable in class com.xmlmill.exception.XMLMillFatalError
'height' attribute should be defined, reference-orientation is 90° or 270°.
FATERR_INV_ACROFORM - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid Acroform (in template)
FATERR_INV_ATTR - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid Attribute value
FATERR_INV_BARCODE_CHAR - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid barcode chararacter
FATERR_INV_BARCODE_HEIGHT - Static variable in class com.xmlmill.exception.XMLMillFatalError
Barcode height larger than container's height
FATERR_INV_BARCODE_TYPE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid barcode type.
FATERR_INV_BARCODE_VALUE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid barcode value
FATERR_INV_BARCODE_WIDTH - Static variable in class com.xmlmill.exception.XMLMillFatalError
Barcode width larger than container's width
FATERR_INV_COLSPAN_VALUE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid 'number-columns-spanned' value (too big).
FATERR_INV_FONTFAMILY - Static variable in class com.xmlmill.exception.XMLMillFatalError
No valid fontname found in font-family
FATERR_INV_FONTFILE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid Font file
FATERR_INV_FONTNAME - Static variable in class com.xmlmill.exception.XMLMillFatalError
Cannot convert String to a Fontname
FATERR_INV_FONTSIZE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Cannot convert String to a fontsize
FATERR_INV_FONTSTYLE - Static variable in class com.xmlmill.exception.XMLMillFatalError
"Cannot convert String to a style
FATERR_INV_FONTTYPE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid fonttype
FATERR_INV_INH_PROP - Static variable in class com.xmlmill.exception.XMLMillFatalError
Internal inheritable property not found
FATERR_INV_INLINETEXT_TYPE - Static variable in class com.xmlmill.exception.XMLMillFatalError
"Cannot convert String to a style
FATERR_INV_MR - Static variable in class com.xmlmill.exception.XMLMillFatalError
Master-reference does not refer to a page-template
FATERR_INV_ORIENTATION - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid orientation
FATERR_INV_PDF_SPEC - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid PDF Specification number
FATERR_INV_RN - Static variable in class com.xmlmill.exception.XMLMillFatalError
Region-name does not refer to an existing region.
FATERR_INV_ROTATION - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid rotation (does not exist)
FATERR_INV_SCHEMALOCATION - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid schema-location
FATERR_INV_SH - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid Signaturehandler
FATERR_INV_SIGNATURE_HEIGHT - Static variable in class com.xmlmill.exception.XMLMillFatalError
Signature height larger than container's height
FATERR_INV_SIGNATURE_WIDTH - Static variable in class com.xmlmill.exception.XMLMillFatalError
Signature width larger than container's width
FATERR_INV_SUBSET - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid subset when defining a barcode 128.
FATERR_INV_SYSTEMID - Static variable in class com.xmlmill.exception.XMLMillFatalError
Path or URI cannot be resolved (systemID not defined)
FATERR_INV_TABLECELL_CNT - Static variable in class com.xmlmill.exception.XMLMillFatalError
'table-cell' contains invalid elements.
FATERR_INV_TABLECELL_NOT_FOUND - Static variable in class com.xmlmill.exception.XMLMillFatalError
Signature height larger than container's height
FATERR_INV_TEMPLATE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invlid template docucment
FATERR_INV_TOPLEFT_X_VALUE - Static variable in class com.xmlmill.exception.XMLMillFatalError
'topleft' x-position falls outside region
FATERR_INV_TOPLEFT_Y_VALUE - Static variable in class com.xmlmill.exception.XMLMillFatalError
'topleft' y-position falls outside region
FATERR_INVALID_NBR_FMT - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid number-format
FATERR_INVALID_OUTP_FILE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid output file:
FATERR_IO_EXCEPTION - Static variable in class com.xmlmill.exception.XMLMillFatalError
IO Exception
FATERR_LINK_NOT_DEFINED - Static variable in class com.xmlmill.exception.XMLMillFatalError
Linktype is not an internal or external link.
FATERR_MARKER_NOT_ALL - Static variable in class com.xmlmill.exception.XMLMillFatalError
A ml:marker is only permitted as the descendant of an ml:flow.
FATERR_MISS_ATTR - Static variable in class com.xmlmill.exception.XMLMillFatalError
Required attribute is missing:
FATERR_NO_ACROFORM_FOUND - Static variable in class com.xmlmill.exception.XMLMillFatalError
No Acroform object found:
FATERR_NO_FILE_EXT - Static variable in class com.xmlmill.exception.XMLMillFatalError
No file-extension found
FATERR_NOT_FLUSH_STREAM - Static variable in class com.xmlmill.exception.XMLMillFatalError
Cannot flush stream in PDXTransformHandler
FATERR_NOT_VALID_NS - Static variable in class com.xmlmill.exception.XMLMillFatalError
Not a valid namespace
FATERR_NOT_VALID_URL - Static variable in class com.xmlmill.exception.XMLMillFatalError
Not a valid URL
FATERR_RESOURCE_FILE_NOT_FOUND - Static variable in class com.xmlmill.exception.XMLMillFatalError
Configuration file not found.
FATERR_RM_NOT_ALL - Static variable in class com.xmlmill.exception.XMLMillFatalError
A ml:retrieve-marker is only permitted as the descendant of an ml:static-content
FATERR_SCHEMA_NOT_SUPPORTED - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid schema-location
FATERR_STR_TO_POINT - Static variable in class com.xmlmill.exception.XMLMillFatalError
Cannot convert String to a Point
FATERR_STR_TO_TABLELAYOUT - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid table-layout (should be 'simple' or 'complex')
FATERR_TAG_NOT_PARSABLE - Static variable in class com.xmlmill.exception.XMLMillFatalError
Cannot parse
FATERR_TN_NOT_DEF - Static variable in class com.xmlmill.exception.XMLMillFatalError
Templatename does not exist in layout-master-set:
FATERR_UNSUPP_ENCOD - Static variable in class com.xmlmill.exception.XMLMillFatalError
UnsupportedEncodingException
FATERR_WIDTH_NOT_ALL - Static variable in class com.xmlmill.exception.XMLMillFatalError
Width attribute not allowed, table-layout is 'simple'
FATERR_WIDTH_NOT_DEF - Static variable in class com.xmlmill.exception.XMLMillFatalError
'width' attribute should be defined, reference-orientation is 0° or 180°."
FATERR_WIDTH_REQ - Static variable in class com.xmlmill.exception.XMLMillFatalError
Width attribute should be defined, table-layout is 'complex'
FATERR_XMLSOURCE_NOT_DEF - Static variable in class com.xmlmill.exception.XMLMillFatalError
No xml-source defined (no file,stream,url,dom defined)
FATERR_XSLSOURCE_NOT_DEF - Static variable in class com.xmlmill.exception.XMLMillFatalError
No xsl-source defined (no file,stream,url,dom defined)
FileLogger - class com.xmlmill.log.FileLogger.
Implementation of the Jakarta Commons Logging org.apache.commons.logging.Log interface which represents a logger for logging messages to a local log file.
FileLogger(String) - Constructor for class com.xmlmill.log.FileLogger
Constructor to create a logger instance with the parameter name.
finalize() - Method in class com.xmlmill.log.FileLogger
Closes the file handle to the local log file.
FontInfo - class com.xmlmill.config.FontInfo.
*** For internal use only *** A FontInfo instance contains the meta information of a font regarding: font-type font-name font-weight font-style font-metrics-file font-program-file pair-wise-kerning track-kerning embeddable subsettable font-index load-on-startup

G

Generate - class com.xmlmill.connector.ant.Generate.
Create then run JUnitTest's based on the list of files given by the fileset attribute.
Generate(Project) - Constructor for class com.xmlmill.connector.ant.Generate
create a new batchtest instance
Generator - class com.xmlmill.connector.ant.Generator.
This class generates the PDF documents.
Generator() - Constructor for class com.xmlmill.connector.ant.Generator
 
get(String) - Static method in class com.xmlmill.config.Configurator
Returns specified value with the specified key in the configuration map.
getAliasPasswd(String) - Method in class com.xmlmill.config.KeyStoreInfo
Returns an alias' password.
getAppend() - Method in class com.xmlmill.connector.ant.Compare
 
getAppend() - Method in class com.xmlmill.connector.ant.Generate
 
getArguments() - Method in class com.xmlmill.connector.ant.Compare
Get the attributes that are defined in the <compare> element represented by this compare instance.
getArguments() - Method in class com.xmlmill.connector.ant.Generate
Get the attributes that are defined in the <generate> element represented by this generate instance.
getBaseURL() - Method in class com.xmlmill.JAXPTransformer
Returns the baseURL against which relative URLs will be solved in the result-tree.
getConfig() - Method in class com.xmlmill.connector.ant.Generate
 
getContentHandler() - Method in class com.xmlmill.JAXPTransformer
Returns the internal ContentHandler instance used to analyse the SAX events.
getDefaultAlias() - Method in class com.xmlmill.config.KeyStoreInfo
Returns the default alias.
getDir() - Method in class com.xmlmill.connector.ant.Slave
Gets the destination directory.
getDocumentSize() - Method in class com.xmlmill.JAXPTransformer
Returns the size of the generated document (in bytes).
getErrorProperty() - Method in class com.xmlmill.connector.ant.Compare
 
getErrorProperty() - Method in class com.xmlmill.connector.ant.Generate
 
getException() - Method in class com.xmlmill.exception.WrappedRuntimeException
Get the checked exception that this runtime exception wraps.
getFailureProperty() - Method in class com.xmlmill.connector.ant.Compare
 
getFailureProperty() - Method in class com.xmlmill.connector.ant.Generate
 
getFeature(String) - Method in class com.xmlmill.JAXPTransformer
Defines if the feature is set.
getFileName() - Method in class com.xmlmill.log.FileLogger
Returns the absolute or relative path to the local log file.
getFilenames() - Method in class com.xmlmill.connector.ant.Compare
Get the PDF filesnames that will act as master.
getFilenames() - Method in class com.xmlmill.connector.ant.Master
Gets the filename of all files that are defined by this master.
getFilenames() - Method in class com.xmlmill.connector.ant.Generate
Get the PDF filesnames that will act as master.
getFiltertrace() - Method in class com.xmlmill.connector.ant.Generate
 
getFontIndex() - Method in class com.xmlmill.config.FontInfo
Returns the font-index.
getFork() - Method in class com.xmlmill.connector.ant.Generate
 
getHaltonerror() - Method in class com.xmlmill.connector.ant.Compare
 
getHaltonerror() - Method in class com.xmlmill.connector.ant.Generate
 
getHaltonwarning() - Method in class com.xmlmill.connector.ant.Generate
 
getJaxp() - Method in class com.xmlmill.connector.ant.Generate
 
getKey() - Method in class com.xmlmill.connector.cocoon.XMLMillSerializer_214
Generate the unique key.
getKeyStore() - Method in class com.xmlmill.config.KeyStoreInfo
Returns the keystore this KeyStoreInfo represents.
getLanguage() - Static method in class com.xmlmill.Version
Returns the Language of the product.
getLevel() - Method in class com.xmlmill.log.SimpleLogger
Retrieves the integer level of this logger.
getLevel() - Method in class com.xmlmill.log.FileLogger
Retrieves the integer level of this logger.
getLevelAsString() - Method in class com.xmlmill.log.SimpleLogger
Retrieves the string level of this logger.
getLevelAsString() - Method in class com.xmlmill.log.FileLogger
Retrieves the string level of this logger.
getLogger() - Static method in class com.xmlmill.config.Configurator
Returns the logger to use.
getLogLevel() - Method in class com.xmlmill.connector.ant.Compare
 
getLogLevel() - Method in class com.xmlmill.connector.ant.Generate
 
getMaster() - Method in class com.xmlmill.connector.ant.Compare
 
getMetricsFile() - Method in class com.xmlmill.config.FontInfo
Returns the font metrics file in canonical form.
getMimeType() - Method in class com.xmlmill.connector.cocoon.XMLMillSerializer_214
Return the MIME type.
getName() - Method in class com.xmlmill.config.FontInfo
Returns the name of the font.
getName() - Method in class com.xmlmill.connector.ant.Compare
 
getName() - Method in class com.xmlmill.connector.ant.Generate
 
getName() - Method in class com.xmlmill.log.SimpleLogger
Retrieves the name of this logger.
getName() - Method in class com.xmlmill.log.FileLogger
Retrieves the name of this logger.
getOutputfolder() - Method in class com.xmlmill.connector.ant.Generate
 
getPrintsummary() - Method in class com.xmlmill.connector.ant.Compare
 
getPrintsummary() - Method in class com.xmlmill.connector.ant.Generate
 
getProduct() - Static method in class com.xmlmill.Version
Returns the name of the product.
getProgramFile() - Method in class com.xmlmill.config.FontInfo
Returns the program file in canonical form.
getProviderName() - Method in class com.xmlmill.config.KeyStoreInfo
Returns the service provider's name.
getReleaseVersion() - Static method in class com.xmlmill.Version
Returns the release number.
getSchema() - Method in class com.xmlmill.JAXPTransformer
Returns the defined javax.xml.validation.Schema instance.
getSchemaLocation(String) - Method in class com.xmlmill.JAXPTransformer
Return the URI of a schema to use to validate the result-tree against.
getSignatureHandlerName() - Method in class com.xmlmill.config.KeyStoreInfo
Returns the keystore this KeyStoreInfo represents.
getSize() - Method in class com.xmlmill.connector.ant.Generate
 
getSlave() - Method in class com.xmlmill.connector.ant.Compare
 
getStyle() - Method in class com.xmlmill.config.FontInfo
Returns the style of the font.
getTemplates() - Method in class com.xmlmill.JAXPTransformer
Returns the javax.xml.transform.Templates instance defined
getTodir() - Method in class com.xmlmill.connector.ant.Compare
 
getTodir() - Method in class com.xmlmill.connector.ant.Generate
 
getType() - Method in class com.xmlmill.config.FontInfo
Returns the name of the font.
getValidate() - Method in class com.xmlmill.connector.ant.Generate
 
getValidity() - Method in class com.xmlmill.connector.cocoon.XMLMillSerializer_214
Generate the validity object.
getVerbose() - Method in class com.xmlmill.connector.ant.Compare
 
getVerbose() - Method in class com.xmlmill.connector.ant.Generate
 
getVersion() - Static method in class com.xmlmill.Version
Returns the version bumber of XMLMill in following format: XMLMill Java x.xxRxx.
getWeight() - Method in class com.xmlmill.config.FontInfo
Returns the weight of the font.
getXsl() - Method in class com.xmlmill.connector.ant.Generate
 
getXslt() - Method in class com.xmlmill.connector.ant.Generate
 

I

INFO_LEVEL - Variable in class com.xmlmill.log.SimpleLogger
Information logging level value.
INFO_LEVEL - Variable in class com.xmlmill.log.FileLogger
Information logging level value.
info(Object) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record to the local log file if INFO logging is currently enabled.
info(Object) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record to the local log file if INFO logging is currently enabled.
info(Object, Throwable) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if INFO logging is currently enabled.
info(Object, Throwable) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if INFO logging is currently enabled.
init() - Method in class com.xmlmill.applet.Main
Initializes the state of this instance.
init() - Method in class com.xmlmill.connector.ant.XMLMillTask
Adds the classesg Ant, this task and JUnit to the classpath - this should make the forked JVM work without having to specify them directly.
INVAL_OSTREAM - Static variable in class com.xmlmill.exception.XMLMillFatalError
Invalid outputStream
isAbortOnError() - Method in class com.xmlmill.JAXPErrorHandler
Returns if the transformation is aborted when a error has occured.
isAbortOnWarning() - Method in class com.xmlmill.JAXPErrorHandler
Returns if the transformation is aborted when a warning has occured.
isConfigured() - Static method in class com.xmlmill.config.Configurator
Returns if the configuration has been done.
isDebugEnabled() - Method in class com.xmlmill.log.SimpleLogger
Checks if DEBUG logging is currently enabled.
isDebugEnabled() - Method in class com.xmlmill.log.FileLogger
Checks if DEBUG logging is currently enabled.
isEmbeddable() - Method in class com.xmlmill.config.FontInfo
Returns if the font needs to be embedded.
isErrorEnabled() - Method in class com.xmlmill.log.SimpleLogger
Checks if ERROR logging is currently enabled.
isErrorEnabled() - Method in class com.xmlmill.log.FileLogger
Checks if ERROR logging is currently enabled.
isFatalEnabled() - Method in class com.xmlmill.log.SimpleLogger
Checks if FATAL logging is currently enabled.
isFatalEnabled() - Method in class com.xmlmill.log.FileLogger
Checks if FATAL logging is currently enabled.
isInfoEnabled() - Method in class com.xmlmill.log.SimpleLogger
Checks if INFO logging is currently enabled.
isInfoEnabled() - Method in class com.xmlmill.log.FileLogger
Checks if INFO logging is currently enabled.
isLoadOnStartUp() - Method in class com.xmlmill.config.FontInfo
Returns if the fontmetrics needs to be loaded at startup.
isLogging() - Method in class com.xmlmill.log.FileLogger
Checks if the logger is logging to a local log file.
isPairWiseKerning() - Method in class com.xmlmill.config.FontInfo
Returns if pair-wise-kerning is to be applied for this font.
isSubsettable() - Method in class com.xmlmill.config.FontInfo
Returns if the font needs to be subsetted.
isTraceEnabled() - Method in class com.xmlmill.log.SimpleLogger
Checks if TRACE logging is currently enabled.
isTraceEnabled() - Method in class com.xmlmill.log.FileLogger
Checks if TRACE logging is currently enabled.
isTrackKerning() - Method in class com.xmlmill.config.FontInfo
Returns if track-kerning is to be applied for this font.
isValidating() - Method in class com.xmlmill.JAXPTransformer
Returns if validation is on.
isWarnEnabled() - Method in class com.xmlmill.log.SimpleLogger
Checks if WARN logging is currently enabled.
isWarnEnabled() - Method in class com.xmlmill.log.FileLogger
Checks if WARN logging is currently enabled.

J

JAXP_11 - Static variable in class com.xmlmill.config.Configurator
A possible JAXP version
JAXP_12 - Static variable in class com.xmlmill.config.Configurator
A possible JAXP version
JAXP_13 - Static variable in class com.xmlmill.config.Configurator
A possible JAXP version
JAXPErrorHandler - class com.xmlmill.JAXPErrorHandler.
The JAXPErrorHandler instance knows if the transformation of a .pdf document should be aborted when a SAXParseException or javax.xml.transform.TransformerException warning or error occurs.
JAXPErrorHandler() - Constructor for class com.xmlmill.JAXPErrorHandler
Zero argument default constructor.
JAXPErrorHandler(int) - Constructor for class com.xmlmill.JAXPErrorHandler
Default constructor.
JAXPTransformer - class com.xmlmill.JAXPTransformer.
The JAXPTransformer instance takes care of the transformation of xml data and a xsl stylesheet (or .mill file) to a pdf file.
JAXPTransformer() - Constructor for class com.xmlmill.JAXPTransformer
Zero argument default constructor.
JAXPTransformer(File) - Constructor for class com.xmlmill.JAXPTransformer
Constructor of a PDXTransform object.

K

KeyStoreInfo - class com.xmlmill.config.KeyStoreInfo.
*** For internal use only *** A KeystoreINfo instance contains the meta information of a keystore regarding: file storepasswd storetype service-provider-interface signaturehandler Also information regarding each alias (name, password) is stored. The keystore itself is also stored.
KeyStoreInfo() - Constructor for class com.xmlmill.config.KeyStoreInfo
Creates a new instance of KeyStoreInfo

L

loadFontMetrics(FontInfo) - Static method in class com.xmlmill.Proxy
Load the font-metrics of a certain font.

M

Main - class com.xmlmill.applet.Main.
Applet
Main - class com.xmlmill.batch.Main.
Main application for running XMLMill in batch.
Main() - Constructor for class com.xmlmill.applet.Main
 
Main() - Constructor for class com.xmlmill.batch.Main
 
main(String[]) - Static method in class com.xmlmill.Version
Prints the version on the command line.
main(String[]) - Static method in class com.xmlmill.applet.Main
 
main(String[]) - Static method in class com.xmlmill.batch.Main
 
main(String[]) - Static method in class com.xmlmill.connector.ant.Generator
 
main(String[]) - Static method in class com.xmlmill.connector.ant.Comparer
 
Master - class com.xmlmill.connector.ant.Master.
Create a Master element.
Master(Project) - Constructor for class com.xmlmill.connector.ant.Master
Default constructor.

N

NOT_RECOG_FEATURE - Static variable in class com.xmlmill.exception.XMLMillNotRecognizedException
Not recognized feature
NOT_RECOG_JAXP_VERSION - Static variable in class com.xmlmill.exception.XMLMillNotRecognizedException
 

P

printComments(boolean) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setFeature() instead.
Proxy - class com.xmlmill.Proxy.
A Proxy class hiding some internal classes.

R

recycle() - Method in class com.xmlmill.connector.cocoon.XMLMillSerializer_214
Recycle serializer by removing references.
reset() - Static method in class com.xmlmill.config.Configurator
Resets (empties)the configuration map.
RTE_CN_PARSE - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid PDFDictionary value
RTE_ERR_UNICODE - Static variable in class com.xmlmill.exception.XMLMillRTException
Unsupported field type
RTE_INV_CHECKDIGIT - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid check-digit
RTE_INV_CIDFONT - Static variable in class com.xmlmill.exception.XMLMillRTException
CIDFont does not exist
RTE_INV_CMAP - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid CMap
RTE_INV_CODEPOINT_IDX - Static variable in class com.xmlmill.exception.XMLMillRTException
Only 256 codepoints allowed
RTE_INV_FONTSTYLE - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid font-style value
RTE_INV_FONTTYPE - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid font-type
RTE_INV_FONTWEIGHT - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid font-weight value
RTE_INV_HASH_CALC - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid hash calculation
RTE_INV_HOR_ALIGN - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid horizontal alignment
RTE_INV_IH_ERROR - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid image height in (should be 'auto'
RTE_INV_IMGDIM_TABLE - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid image dimensions in table-cell
RTE_INV_INHPROP_KEY - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid Invalid InheritableProperty key
RTE_INV_JAXP_VERSION - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid JAXP version
RTE_INV_OVERFLOW - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid overflow trait
RTE_INV_PDFDICT - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid PDFDictionary value
RTE_INV_PDFNAME - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid PDFName value
RTE_INV_PDFSTRING - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid PDFDictionary value
RTE_INV_PFD - Static variable in class com.xmlmill.exception.XMLMillRTException
PDFFontWidths instance does not exist
RTE_INV_PFDIFF - Static variable in class com.xmlmill.exception.XMLMillRTException
PDFFontDifferences instance does not exist
RTE_INV_PFW - Static variable in class com.xmlmill.exception.XMLMillRTException
PDFFontWidths instance does not exist
RTE_INV_PSF - Static variable in class com.xmlmill.exception.XMLMillRTException
PDFStreamFont instance does not exist
RTE_INV_ROTATION - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid rotation
RTE_INV_RP_ERROR - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid retrieve-position
RTE_INV_SNAME - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid JAXP version
RTE_INV_STATE - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid Signature State
RTE_INV_SUBSET - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid subset value
RTE_INV_TOC_ERROR - Static variable in class com.xmlmill.exception.XMLMillRTException
Table-of-content write error:
RTE_INV_VERT_ALIGN - Static variable in class com.xmlmill.exception.XMLMillRTException
Invalid vertical alignment
RTE_UNSUP_ACROFIELD_TYPE - Static variable in class com.xmlmill.exception.XMLMillRTException
Unsupported Acrofield type
RTE_UNSUP_FTYPE - Static variable in class com.xmlmill.exception.XMLMillRTException
Unsupported field type

S

service(ServiceManager) - Method in class com.xmlmill.connector.cocoon.XMLMillSerializer_214
Set the component manager for this serializer.
setAppend(boolean) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setAppend(boolean) - Method in class com.xmlmill.connector.ant.Compare
 
setAppend(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setBaseURL(File) - Method in class com.xmlmill.JAXPTransformer
Sets the URL against which relative URLs in the result-tree will be resolved.
setBaseURL(String) - Method in class com.xmlmill.JAXPTransformer
Defines the URL against which relative URLs in the result-tree will be resolved.
setBaseURL(URL) - Method in class com.xmlmill.JAXPTransformer
Sets the URI against which relative URIs in the result-tree will be resolved.
setClasspathRef(Reference) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setConfig(File) - Method in class com.xmlmill.connector.ant.Generate
 
setConfig(String) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setDir(File) - Method in class com.xmlmill.connector.ant.XMLMillTask
The directory to invoke the VM in.
setDir(File) - Method in class com.xmlmill.connector.ant.Slave
Sets the destination directory.
setDocumentSize(int) - Method in class com.xmlmill.JAXPTransformer
Defines the minimum size the document should contain (in bytes).
setErrorHandler(JAXPErrorHandler) - Method in class com.xmlmill.JAXPTransformer
Defines the behavior of the errorhandler.
setErrorHandler(JAXPErrorHandler) - Static method in class com.xmlmill.config.Configurator
Defines the behavior of the errorhandler when processing the configuration file.
setErrorProperty(String) - Method in class com.xmlmill.connector.ant.Compare
 
setErrorProperty(String) - Method in class com.xmlmill.connector.ant.Generate
 
setFailureProperty(String) - Method in class com.xmlmill.connector.ant.Compare
 
setFailureProperty(String) - Method in class com.xmlmill.connector.ant.Generate
 
setFeature(String, boolean) - Method in class com.xmlmill.JAXPTransformer
Sets the particular feature in the underlying implementation of com.xmlmill.PDXTransformHandler.
setFileName(File) - Method in class com.xmlmill.log.FileLogger
Defines the file where the log-messages should be written to.
setFileName(File, boolean) - Method in class com.xmlmill.log.FileLogger
Defines the file where the log-messages should be written to.
setFileName(String) - Method in class com.xmlmill.log.FileLogger
Defines the file where the log-messages should be written to.
setFileName(String, boolean) - Method in class com.xmlmill.log.FileLogger
Defines the file where the log-messages should be written to.
setFiltertrace(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setFork(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setHaltonerror(boolean) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setHaltonerror(boolean) - Method in class com.xmlmill.connector.ant.Compare
 
setHaltonerror(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setHaltonwarning(boolean) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setHaltonwarning(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setIf(String) - Method in class com.xmlmill.connector.ant.Compare
 
setIf(String) - Method in class com.xmlmill.connector.ant.Generate
 
setIncludeantruntime(boolean) - Method in class com.xmlmill.connector.ant.XMLMillTask
If true, include ant.jar, optional.jar and junit.jar in the forked VM.
setJaxp(String) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setJaxp(String) - Method in class com.xmlmill.connector.ant.Generate
 
setJvm(String) - Method in class com.xmlmill.connector.ant.XMLMillTask
The command used to invoke the Java Virtual Machine, default is 'java'.
setLevel(int) - Method in class com.xmlmill.log.SimpleLogger
Sets the logging level to one of the integer logging levels (i.e.
setLevel(int) - Method in class com.xmlmill.log.FileLogger
Sets the logging level to one of the integer logging levels (i.e.
setLevel(String) - Method in class com.xmlmill.log.SimpleLogger
Sets the logging level to one of the string logging levels (i.e.
setLevel(String) - Method in class com.xmlmill.log.FileLogger
Sets the logging level to one of the string logging levels (i.e.
setLogger(Log) - Static method in class com.xmlmill.config.Configurator
Define the loggin instance to use.
setLoglevel(String) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setLoglevel(String) - Method in class com.xmlmill.connector.ant.Compare
 
setLoglevel(String) - Method in class com.xmlmill.connector.ant.Generate
 
setMaxmemory(String) - Method in class com.xmlmill.connector.ant.XMLMillTask
Set the maximum memory to be used by the forked JVM.
setName(String) - Method in class com.xmlmill.connector.ant.Compare
 
setName(String) - Method in class com.xmlmill.connector.ant.Generate
 
setOutput(OutputStream) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setOutPutStream() instead
setOutputfolder(File) - Method in class com.xmlmill.connector.ant.Generate
 
setOutputFolder(File) - Method in class com.xmlmill.JAXPTransformer
Define the outputfolder.
setOutputfolder(String) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setOutputStream(OutputStream) - Method in class com.xmlmill.JAXPTransformer
Defines the outputstream to put result in.
setOutputStream(OutputStream) - Method in class com.xmlmill.connector.cocoon.XMLMillSerializer_214
Create the XMLMill driver Set the OutputStream where the XML should be serialized.
setPrintsummary(boolean) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setPrintsummary(boolean) - Method in class com.xmlmill.connector.ant.Compare
 
setPrintsummary(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setSchema(Schema) - Method in class com.xmlmill.JAXPTransformer
Defines a javax.xml.validation.Schema instance.
setSchemaLocation(String) - Method in class com.xmlmill.JAXPTransformer
Defines the javax.xml.validation.Schema to use to validate the result-tree against.
setSize(String) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setSize(String) - Method in class com.xmlmill.connector.ant.Generate
 
setStylesheetParam(String, Object) - Method in class com.xmlmill.JAXPTransformer
Add a parameter for the transformation Pass a qualified name as a two-part string, the namespace URI enclosed in curly braces ({}), followed by the local name.
setTempdir(File) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setTemplates(Templates) - Method in class com.xmlmill.JAXPTransformer
Defines a javax.xml.transform.Templates instance.
setTodir(File) - Method in class com.xmlmill.connector.ant.Compare
 
setTodir(File) - Method in class com.xmlmill.connector.ant.Generate
 
setTodir(String) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setUnless(String) - Method in class com.xmlmill.connector.ant.Compare
 
setUnless(String) - Method in class com.xmlmill.connector.ant.Generate
 
setValidate(boolean) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setValidate(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setValidating(boolean) - Method in class com.xmlmill.JAXPTransformer
Defines if the result tree of the xml/xsl transformation process should be validated.
setVerbose(boolean) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setVerbose(boolean) - Method in class com.xmlmill.connector.ant.Compare
 
setVerbose(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setXMLDocument(Document) - Method in class com.xmlmill.JAXPTransformer
Defines the XML Document to be used.
setXMLDocument(File) - Method in class com.xmlmill.JAXPTransformer
Defines the XML Document to be used.
setXMLDocument(InputStream) - Method in class com.xmlmill.JAXPTransformer
Defines the XML Document to be used.
setXMLDocument(Reader) - Method in class com.xmlmill.JAXPTransformer
Defines the XML Document to be used.
setXMLDocument(URL) - Method in class com.xmlmill.JAXPTransformer
Defines the XML Document to be used.
setXMLEncoding(String) - Method in class com.xmlmill.JAXPTransformer
Defines the XML encoding to be used.
setXMLFile(File) - Method in class com.xmlmill.JAXPTransformer
Deprecated. use setXMLDocument() instead.
setXMLPublicid(String) - Method in class com.xmlmill.JAXPTransformer
Defines the public identifier for this XML input source.
setXMLReader(Reader) - Method in class com.xmlmill.JAXPTransformer
Deprecated. use setXMLDocument() instead.
setXMLStream(InputStream) - Method in class com.xmlmill.JAXPTransformer
Deprecated. use setXMLDocument() instead.
setXMLSystemId(File) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setBaseURL() instead.
setXMLSystemId(String) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setBaseURL() instead.
setXMLSystemId(URL) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setBaseURL() instead.
setXMLUrl(URL) - Method in class com.xmlmill.JAXPTransformer
Deprecated. use setXMLDocument() instead.
setXsl(String) - Method in class com.xmlmill.connector.ant.Generate
 
setXSLDocument(Document) - Method in class com.xmlmill.JAXPTransformer
Defines the the XSL Document as a DOM document.
setXSLDocument(File) - Method in class com.xmlmill.JAXPTransformer
Defines the XSL file used to convert a XML file.
setXSLDocument(InputStream) - Method in class com.xmlmill.JAXPTransformer
Defines the XSL stream to be used.
setXSLDocument(Reader) - Method in class com.xmlmill.JAXPTransformer
Defines the XSL reader to be used.
setXSLDocument(URL) - Method in class com.xmlmill.JAXPTransformer
Defines the XSL URL to be used.
setXSLFile(File) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setXSLDocument() instead.
setXSLReader(Reader) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setXSLDocument() instead.
setXSLStream(InputStream) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setXSLDocument() instead.
setXSLSystemId(File) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setBaseURL() instead.
setXSLSystemId(String) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setBaseURL() instead.
setXSLSystemId(URL) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setBaseURL() instead.
setXslt(boolean) - Method in class com.xmlmill.connector.ant.XMLMillTask
 
setXslt(boolean) - Method in class com.xmlmill.connector.ant.Generate
 
setXSLTTransformationOnly(boolean) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setFeature() instead.
setXSLUrl(URL) - Method in class com.xmlmill.JAXPTransformer
Deprecated. Use setXSLDocument() instead.
shouldSetContentLength() - Method in class com.xmlmill.connector.cocoon.XMLMillSerializer_214
Test if the component wants to set the content length.
SimpleLogger - class com.xmlmill.log.SimpleLogger.
Implementation of the Jakarta Commons Logging org.apache.commons.logging.Log interface which represents a logger for logging messages to the standard System.err Stream.
SimpleLogger(String) - Constructor for class com.xmlmill.log.SimpleLogger
Constructor to create a logger instance with the parameter name.
Slave - class com.xmlmill.connector.ant.Slave.
Create a slave element.
Slave(Project) - Constructor for class com.xmlmill.connector.ant.Slave
Default constructor.

T

toString() - Method in class com.xmlmill.config.KeyStoreInfo
Returns the font attributes as a String.
toString() - Method in class com.xmlmill.config.FontInfo
Returns the font attributes as a String.
TRACE_LEVEL - Static variable in class com.xmlmill.log.SimpleLogger
Trace logging level value.
TRACE_LEVEL - Static variable in class com.xmlmill.log.FileLogger
Trace logging level value.
trace(Object) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record to the local log file if TRACE logging is currently enabled.
trace(Object) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record to the local log file if TRACE logging is currently enabled.
trace(Object, Throwable) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if TRACE logging is currently enabled.
trace(Object, Throwable) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if TRACE logging is currently enabled.
transform() - Method in class com.xmlmill.JAXPTransformer
Generates a pdf file from a (xmlmill) xml file.

V

Version - class com.xmlmill.Version.
Administrative class to keep track of the version number of the XMLMill release.

W

WARN_LEVEL - Variable in class com.xmlmill.log.SimpleLogger
Warning logging level value.
WARN_LEVEL - Variable in class com.xmlmill.log.FileLogger
Warning logging level value.
warn(Object) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record to the local log file if WARN logging is currently enabled.
warn(Object) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record to the local log file if WARN logging is currently enabled.
warn(Object, Throwable) - Method in class com.xmlmill.log.SimpleLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if WARN logging is currently enabled.
warn(Object, Throwable) - Method in class com.xmlmill.log.FileLogger
Logs the parameter java.lang.Object log record and java.lang.Throwable exception to the local log file if WARN logging is currently enabled.
warning(SAXParseException) - Method in class com.xmlmill.JAXPErrorHandler
Report a parser warning.
warning(TransformerException) - Method in class com.xmlmill.JAXPErrorHandler
Report a transformer warning.
WrappedRuntimeException - exception com.xmlmill.exception.WrappedRuntimeException.
This class is for throwing important checked exceptions over non-checked methods.
WrappedRuntimeException(Exception) - Constructor for class com.xmlmill.exception.WrappedRuntimeException
Construct a WrappedRuntimeException from a checked exception.
WrappedRuntimeException(String, Exception) - Constructor for class com.xmlmill.exception.WrappedRuntimeException
Constructor WrappedRuntimeException
WRN_ABSENT_TOC - Static variable in class com.xmlmill.exception.XMLMillWarning
'outline-level' attribute missing, but 'show-in-outlines' defined
WRN_ABSENT_TOC2 - Static variable in class com.xmlmill.exception.XMLMillWarning
'outline-level' attribute missing, but 'show-in-toc' defined
WRN_ATTR_NOT_SUPP - Static variable in class com.xmlmill.exception.XMLMillWarning
Not supported attribute
WRN_CM_TO_DOUBLE - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'cm' to double
WRN_CM_TO_FLOAT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'cm' to float
WRN_CM_TO_INT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'cm' to int
WRN_DATA_FRM - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot format date
WRN_GROUPSEP_IGN - Static variable in class com.xmlmill.exception.XMLMillWarning
'grouping-separator' attribute ignored, not defined
WRN_GROUPSEP_INV - Static variable in class com.xmlmill.exception.XMLMillWarning
'grouping-separator' value can only be one character
WRN_GROUPSIZE_IGN - Static variable in class com.xmlmill.exception.XMLMillWarning
'grouping-size' attribute ignored, not defined
WRN_IN_TO_DOUBLE - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'in' to double
WRN_IN_TO_FLOAT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'in' to float
WRN_IN_TO_INT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'in' to int
WRN_INV_ATTR_VALUE - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid attribute value (or value not supported)
WRN_INV_BARCODE_CHAR - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid barcode char
WRN_INV_BARCODE_VALUE - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid barcode value
WRN_INV_FONT - Static variable in class com.xmlmill.exception.XMLMillWarning
Font not found
WRN_INV_FONTSTYLE - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid fonttype
WRN_INV_FONTTYPE - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid fonttype
WRN_INV_FONTVARIANT - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid fonttype
WRN_INV_FONTWEIGHT - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid fontweight
WRN_INV_LOGLEVEL - Static variable in class com.xmlmill.exception.XMLMillWarning
Unable to set log-level.
WRN_INV_NBR_FMT - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid number format
WRN_INV_PADDING - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid padding (cannot be negative)
WRN_INV_RB_VALUE - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid retrieve-position attribute
WRN_INV_RP_VALUE - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid retrieve-position attribute
WRN_INV_SCHEMALOCATION - Static variable in class com.xmlmill.exception.XMLMillWarning
Invalid schema-location
WRN_LEVEL_NO_PARENT - Static variable in class com.xmlmill.exception.XMLMillWarning
Outline level has no parent
WRN_LF_TO_INT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert linefeed-treatment to int
WRN_MISSING_C_KEYWORD - Static variable in class com.xmlmill.exception.XMLMillWarning
Missing 'C' keyword
WRN_MISSING_N_KEYWORD - Static variable in class com.xmlmill.exception.XMLMillWarning
Missing 'N' keyword
WRN_MISSING_WIDTH_KEYWORD - Static variable in class com.xmlmill.exception.XMLMillWarning
Missing 'WX', 'W0X', 'W1X', 'WY', 'W0Y' or 'W1Y' keyword
WRN_MM_TO_DOUBLE - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'mm' to double
WRN_MM_TO_FLOAT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'mm' to float
WRN_MM_TO_INT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'mm' to int
WRN_NA_ADDCHECKDIGIT - Static variable in class com.xmlmill.exception.XMLMillWarning
'add-check-digit' attribute ignored.
WRN_NA_ADDCHECKDIGITTOTEXT - Static variable in class com.xmlmill.exception.XMLMillWarning
'add-check-digit-to-text' attribute ignored.
WRN_NA_AUTONUMBERING - Static variable in class com.xmlmill.exception.XMLMillWarning
'auto-numbering' ignored, not defined
WRN_NA_OUTLINELEVEL - Static variable in class com.xmlmill.exception.XMLMillWarning
'outline-level' ignored, not defined
WRN_NA_SHOWINOUTLINES - Static variable in class com.xmlmill.exception.XMLMillWarning
'show-in-outlines' ignored, not defined
WRN_NA_SHOWINTOC - Static variable in class com.xmlmill.exception.XMLMillWarning
'show-in-toc' ignored, not defined
WRN_NA_TOC - Static variable in class com.xmlmill.exception.XMLMillWarning
tag ignored, tag not defined
WRN_NO_LINKID - Static variable in class com.xmlmill.exception.XMLMillWarning
No 'link-id' attribute defined
WRN_NO_MARKER_FOUND - Static variable in class com.xmlmill.exception.XMLMillWarning
No marker found
WRN_NO_NEG_NBR - Static variable in class com.xmlmill.exception.XMLMillWarning
Negative number not allowed
WRN_OVERFLOW - Static variable in class com.xmlmill.exception.XMLMillWarning
Element flows over region (will be clipped)
WRN_PA_TO_FLOAT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert '%' to float
WRN_PA_TO_INT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'pa' to int
WRN_PC_TO_FLOAT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert 'pc' to float
WRN_PC_TO_INT - Static variable in class com.xmlmill.exception.XMLMillWarning
Cannot convert