
com.agilejava.docbkx.maven.DocbkxHtmlMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docbkx-maven-plugin Show documentation
Show all versions of docbkx-maven-plugin Show documentation
A Maven plugin for generating HTML from DocBook.
The newest version!
package com.agilejava.docbkx.maven;
import javax.xml.transform.URIResolver;
import javax.xml.transform.Transformer;
import org.apache.maven.plugin.MojoExecutionException;
import java.io.File;
import java.util.List;
import java.util.ArrayList;
import java.util.Properties;
import org.apache.maven.project.MavenProject;
import org.apache.tools.ant.Target;
import org.xml.sax.XMLReader;
import org.xml.sax.SAXException;
/**
* A Maven plugin for generating html output from DocBook documents, using version
* 1.79.1 of the DocBook XSL stylesheets. See
* http://docbook.sourceforge.net/.
*
* @goal generate-html
* @configurator override
*/
public class DocbkxHtmlMojo
extends com.agilejava.docbkx.maven.AbstractHtmlMojo
{
/**
* The plugin dependencies.
*
* @parameter property="plugin.artifacts"
* @required
* @readonly
*/
List artifacts;
/**
* Ant tasks to be executed before the transformation. Comparable
* to the tasks property in the maven-antrun-plugin.
*
* @parameter
*/
private Target preProcess;
/**
* Ant tasks to be executed after the transformation. Comparable
* to the tasks property in the maven-antrun-plugin.
*
* @parameter
*/
private Target postProcess;
/**
* @parameter property="project"
* @required
* @readonly
*/
private MavenProject project;
/**
* A list of entities to be substituted in the source
* documents. Note that you can only specify entities if
* your source DocBook document contains a DTD
* declaration. Otherwise it will not have any effect at all.
*
* @parameter
*/
private List entities;
/**
* A list of additional XSL parameters to give to the XSLT engine.
* These parameters overrides regular docbook ones as they are last
* configured.
* For regular docbook parameters perfer the use of this plugin facilities
* offering nammed paramters.
* These parameters feet well for custom properties you may have defined
* within your customization layer.
*
* @parameter
*/
private List customizationParameters = new ArrayList();
/**
* List of additional System properties.
*
* @parameter
*/
private Properties systemProperties;
/**
* The pattern of the files to be included.
*
* @parameter default-value="*.xml"
*/
private String includes;
/**
* A boolean, indicating if XInclude should be supported.
*
* @parameter default="false"
*/
private boolean xincludeSupported;
/**
* The location of the stylesheet customization.
*
* @parameter
*/
private File htmlCustomization;
/**
* The extension of the target file name.
*
* @parameter default-value="html"
*/
private String targetFileExtension;
/**
* The target directory to which all output will be written.
*
* @parameter default-value="${basedir}/target/docbkx/html"
*/
private File targetDirectory;
/**
* The directory containing the source DocBook files.
*
* @parameter default-value="${basedir}/src/docbkx"
*/
private File sourceDirectory;
/**
* The directory containing the resolved DocBook source before given to the transformer.
*
* @parameter
*/
private File generatedSourceDirectory;
private boolean useStandardOutput = true;
/**
* If the XSLT engine should print xsl:messages to standard output.
*
* @parameter property="docbkx.showXslMessages"
*/
private boolean showXslMessages = false;
/**
* Skip the execution of the plugin.
*
* @parameter property="docbkx.skip" default-value="false"
* @since 2.0.15
*/
private boolean skip;
/**
* If zero (the default), the XSL processor emits a message naming each separate chunk filename as it is being output.
* (Original XSL attribute: chunk.quietly
.)
*
* @parameter property="docbkx.chunkQuietly"
*/
protected String chunkQuietly;
/**
*
* (Original XSL attribute: component.heading.level
.)
*
* @parameter property="docbkx.componentHeadingLevel"
*/
protected String componentHeadingLevel;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.condition
.)
*
* @parameter property="docbkx.profileCondition"
*/
protected String profileCondition;
/**
* In DocBook documents that conform to a schema older than V4.
* (Original XSL attribute: use.role.as.xrefstyle
.)
*
* @parameter property="docbkx.useRoleAsXrefstyle"
*/
protected String useRoleAsXrefstyle;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.role
.)
*
* @parameter property="docbkx.profileRole"
*/
protected String profileRole;
/**
* Sets the filename extension to use on navigational graphics used in the headers and footers of chunked HTML.
* (Original XSL attribute: navig.graphics.extension
.)
*
* @parameter property="docbkx.navigGraphicsExtension"
*/
protected String navigGraphicsExtension;
/**
*
* (Original XSL attribute: html.script
.)
*
* @parameter property="docbkx.htmlScript"
*/
protected String htmlScript;
/**
* Specifies the border color of table frames.
* (Original XSL attribute: table.frame.border.color
.)
*
* @parameter property="docbkx.tableFrameBorderColor"
*/
protected String tableFrameBorderColor;
/**
* If true, ToC and LoT (List of Examples, List of Figures, etc.
* (Original XSL attribute: chunk.tocs.and.lots
.)
*
* @parameter property="docbkx.chunkTocsAndLots"
*/
protected String chunkTocsAndLots;
/**
* For compatibility with DSSSL based DBTeXMath from Allin Cottrell you should set this parameter to 0.
* (Original XSL attribute: tex.math.delims
.)
*
* @parameter property="docbkx.texMathDelims"
*/
protected String texMathDelims;
/**
*
* (Original XSL attribute: graphic.default.extension
.)
*
* @parameter property="docbkx.graphicDefaultExtension"
*/
protected String graphicDefaultExtension;
/**
*
* (Original XSL attribute: part.autolabel
.)
*
* @parameter property="docbkx.partAutolabel"
*/
protected String partAutolabel;
/**
*
* (Original XSL attribute: show.revisionflag
.)
*
* @parameter property="docbkx.showRevisionflag"
*/
protected String showRevisionflag;
/**
*
* (Original XSL attribute: variablelist.as.table
.)
*
* @parameter property="docbkx.variablelistAsTable"
*/
protected String variablelistAsTable;
/**
* Set to true to generate a binary TOC.
* (Original XSL attribute: htmlhelp.hhc.binary
.)
*
* @parameter property="docbkx.htmlhelpHhcBinary"
*/
protected String htmlhelpHhcBinary;
/**
*
* (Original XSL attribute: graphicsize.extension
.)
*
* @parameter property="docbkx.graphicsizeExtension"
*/
protected String graphicsizeExtension;
/**
* The fixed value used for calculations based upon the size of a character.
* (Original XSL attribute: points.per.em
.)
*
* @parameter property="docbkx.pointsPerEm"
*/
protected String pointsPerEm;
/**
* This parameter specifies initial position of help window.
* (Original XSL attribute: htmlhelp.window.geometry
.)
*
* @parameter property="docbkx.htmlhelpWindowGeometry"
*/
protected String htmlhelpWindowGeometry;
/**
*
* (Original XSL attribute: inherit.keywords
.)
*
* @parameter property="docbkx.inheritKeywords"
*/
protected String inheritKeywords;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.revision
.)
*
* @parameter property="docbkx.profileRevision"
*/
protected String profileRevision;
/**
*
* (Original XSL attribute: ebnf.assignment
.)
*
* @parameter property="docbkx.ebnfAssignment"
*/
protected String ebnfAssignment;
/**
*
* (Original XSL attribute: qanda.defaultlabel
.)
*
* @parameter property="docbkx.qandaDefaultlabel"
*/
protected String qandaDefaultlabel;
/**
* Set to true to include the Prev button on the toolbar.
* (Original XSL attribute: htmlhelp.button.prev
.)
*
* @parameter property="docbkx.htmlhelpButtonPrev"
*/
protected String htmlhelpButtonPrev;
/**
*
* (Original XSL attribute: chunk.first.sections
.)
*
* @parameter property="docbkx.chunkFirstSections"
*/
protected String chunkFirstSections;
/**
* Graphic widths expressed as a percentage are problematic.
* (Original XSL attribute: nominal.image.width
.)
*
* @parameter property="docbkx.nominalImageWidth"
*/
protected String nominalImageWidth;
/**
*
* (Original XSL attribute: footnote.number.format
.)
*
* @parameter property="docbkx.footnoteNumberFormat"
*/
protected String footnoteNumberFormat;
/**
*
* (Original XSL attribute: reference.autolabel
.)
*
* @parameter property="docbkx.referenceAutolabel"
*/
protected String referenceAutolabel;
/**
* This language is used when there is no language attribute on programlisting.
* (Original XSL attribute: highlight.default.language
.)
*
* @parameter property="docbkx.highlightDefaultLanguage"
*/
protected String highlightDefaultLanguage;
/**
* A mediaobject may contain several objects such as imageobjects.
* (Original XSL attribute: preferred.mediaobject.role
.)
*
* @parameter property="docbkx.preferredMediaobjectRole"
*/
protected String preferredMediaobjectRole;
/**
*
* (Original XSL attribute: manual.toc
.)
*
* @parameter property="docbkx.manualToc"
*/
protected String manualToc;
/**
* This parameter has a structured value.
* (Original XSL attribute: generate.toc
.)
*
* @parameter property="docbkx.generateToc"
*/
protected String generateToc;
/**
*
* (Original XSL attribute: arg.rep.def.str
.)
*
* @parameter property="docbkx.argRepDefStr"
*/
protected String argRepDefStr;
/**
* This parameter lets you select which method to use for sorting and grouping index entries in an index.
* (Original XSL attribute: index.method
.)
*
* @parameter property="docbkx.indexMethod"
*/
protected String indexMethod;
/**
*
* (Original XSL attribute: insert.olink.pdf.frag
.)
*
* @parameter property="docbkx.insertOlinkPdfFrag"
*/
protected String insertOlinkPdfFrag;
/**
* Selects the border on EBNF tables.
* (Original XSL attribute: ebnf.table.border
.)
*
* @parameter property="docbkx.ebnfTableBorder"
*/
protected String ebnfTableBorder;
/**
*
* (Original XSL attribute: index.on.type
.)
*
* @parameter property="docbkx.indexOnType"
*/
protected String indexOnType;
/**
* String used to separate labels and titles in a table of contents.
* (Original XSL attribute: autotoc.label.separator
.)
*
* @parameter property="docbkx.autotocLabelSeparator"
*/
protected String autotocLabelSeparator;
/**
* In order to convert CALS column widths into HTML column widths, it is sometimes necessary to have an absolute table width to use for conversion of mixed absolute and relative widths.
* (Original XSL attribute: nominal.table.width
.)
*
* @parameter property="docbkx.nominalTableWidth"
*/
protected String nominalTableWidth;
/**
*
* (Original XSL attribute: webhelp.start.filename
.)
*
* @parameter property="docbkx.webhelpStartFilename"
*/
protected String webhelpStartFilename;
/**
* When olinks between documents are resolved, the generated text may not make it clear that the reference is to another document.
* (Original XSL attribute: olink.doctitle
.)
*
* @parameter property="docbkx.olinkDoctitle"
*/
protected String olinkDoctitle;
/**
*
* (Original XSL attribute: htmlhelp.use.hhk
.)
*
* @parameter property="docbkx.htmlhelpUseHhk"
*/
protected String htmlhelpUseHhk;
/**
* Title of Jump2 button.
* (Original XSL attribute: htmlhelp.button.jump2.title
.)
*
* @parameter property="docbkx.htmlhelpButtonJump2Title"
*/
protected String htmlhelpButtonJump2Title;
/**
*
* (Original XSL attribute: insert.xref.page.number
.)
*
* @parameter property="docbkx.insertXrefPageNumber"
*/
protected String insertXrefPageNumber;
/**
*
* (Original XSL attribute: biblioentry.alt.primary.seps
.)
*
* @parameter property="docbkx.biblioentryAltPrimarySeps"
*/
protected String biblioentryAltPrimarySeps;
/**
* Normally first chunk of document is displayed when you open HTML Help file.
* (Original XSL attribute: htmlhelp.default.topic
.)
*
* @parameter property="docbkx.htmlhelpDefaultTopic"
*/
protected String htmlhelpDefaultTopic;
/**
*
* (Original XSL attribute: html.stylesheet
.)
*
* @parameter property="docbkx.htmlStylesheet"
*/
protected String htmlStylesheet;
/**
*
* (Original XSL attribute: emphasis.propagates.style
.)
*
* @parameter property="docbkx.emphasisPropagatesStyle"
*/
protected String emphasisPropagatesStyle;
/**
* Set to true to have an application menu bar in your HTML Help window.
* (Original XSL attribute: htmlhelp.show.menu
.)
*
* @parameter property="docbkx.htmlhelpShowMenu"
*/
protected String htmlhelpShowMenu;
/**
*
* (Original XSL attribute: chunk.append
.)
*
* @parameter property="docbkx.chunkAppend"
*/
protected String chunkAppend;
/**
*
* (Original XSL attribute: html.append
.)
*
* @parameter property="docbkx.htmlAppend"
*/
protected String htmlAppend;
/**
*
* (Original XSL attribute: variablelist.term.break.after
.)
*
* @parameter property="docbkx.variablelistTermBreakAfter"
*/
protected String variablelistTermBreakAfter;
/**
* If you want advanced search features in your help, turn this parameter to 1.
* (Original XSL attribute: htmlhelp.show.advanced.search
.)
*
* @parameter property="docbkx.htmlhelpShowAdvancedSearch"
*/
protected String htmlhelpShowAdvancedSearch;
/**
* If non-zero, this value will be used as the default cellspacing value in HTML tables.
* (Original XSL attribute: html.cellspacing
.)
*
* @parameter property="docbkx.htmlCellspacing"
*/
protected String htmlCellspacing;
/**
* If true, comments will be displayed, otherwise they are suppressed.
* (Original XSL attribute: show.comments
.)
*
* @parameter property="docbkx.showComments"
*/
protected String showComments;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.os
.)
*
* @parameter property="docbkx.profileOs"
*/
protected String profileOs;
/**
*
* (Original XSL attribute: webhelp.default.topic
.)
*
* @parameter property="docbkx.webhelpDefaultTopic"
*/
protected String webhelpDefaultTopic;
/**
* Specifies the border style of table frames.
* (Original XSL attribute: table.frame.border.style
.)
*
* @parameter property="docbkx.tableFrameBorderStyle"
*/
protected String tableFrameBorderStyle;
/**
*
* (Original XSL attribute: html.longdesc.link
.)
*
* @parameter property="docbkx.htmlLongdescLink"
*/
protected String htmlLongdescLink;
/**
*
* (Original XSL attribute: callout.graphics.number.limit
.)
*
* @parameter property="docbkx.calloutGraphicsNumberLimit"
*/
protected String calloutGraphicsNumberLimit;
/**
* If true, header and footer navigation will be suppressed.
* (Original XSL attribute: suppress.navigation
.)
*
* @parameter property="docbkx.suppressNavigation"
*/
protected String suppressNavigation;
/**
*
* (Original XSL attribute: biblioentry.item.separator
.)
*
* @parameter property="docbkx.biblioentryItemSeparator"
*/
protected String biblioentryItemSeparator;
/**
* This parameter allows you to control the punctuation of certain types of generated cross reference text.
* (Original XSL attribute: xref.title-page.separator
.)
*
* @parameter property="docbkx.xrefTitlePageSeparator"
*/
protected String xrefTitlePageSeparator;
/**
* The table columns extension function adjusts the widths of table columns in the HTML result to more accurately reflect the specifications in the CALS table.
* (Original XSL attribute: tablecolumns.extension
.)
*
* @parameter property="docbkx.tablecolumnsExtension"
*/
protected String tablecolumnsExtension;
/**
* When cross reference data is collected for resolving olinks, it may be necessary to prepend a base URI to each target's href.
* (Original XSL attribute: olink.base.uri
.)
*
* @parameter property="docbkx.olinkBaseUri"
*/
protected String olinkBaseUri;
/**
*
* (Original XSL attribute: make.valid.html
.)
*
* @parameter property="docbkx.makeValidHtml"
*/
protected String makeValidHtml;
/**
* This image is used inline to identify the location of annotations.
* (Original XSL attribute: annotation.graphic.open
.)
*
* @parameter property="docbkx.annotationGraphicOpen"
*/
protected String annotationGraphicOpen;
/**
* Value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.audience
.)
*
* @parameter property="docbkx.profileAudience"
*/
protected String profileAudience;
/**
*
* (Original XSL attribute: email.delimiters.enabled
.)
*
* @parameter property="docbkx.emailDelimitersEnabled"
*/
protected String emailDelimitersEnabled;
/**
* The stylesheets are capable of generating both default and custom CSS stylesheet files.
* (Original XSL attribute: generate.css.header
.)
*
* @parameter property="docbkx.generateCssHeader"
*/
protected String generateCssHeader;
/**
* Content of this parameter will be used as a title for generated HTML Help.
* (Original XSL attribute: htmlhelp.title
.)
*
* @parameter property="docbkx.htmlhelpTitle"
*/
protected String htmlhelpTitle;
/**
* If you want type math directly in TeX notation in equations, this parameter specifies notation used.
* (Original XSL attribute: tex.math.in.alt
.)
*
* @parameter property="docbkx.texMathInAlt"
*/
protected String texMathInAlt;
/**
*
* (Original XSL attribute: arg.choice.plain.open.str
.)
*
* @parameter property="docbkx.argChoicePlainOpenStr"
*/
protected String argChoicePlainOpenStr;
/**
*
* (Original XSL attribute: htmlhelp.force.map.and.alias
.)
*
* @parameter property="docbkx.htmlhelpForceMapAndAlias"
*/
protected String htmlhelpForceMapAndAlias;
/**
*
* (Original XSL attribute: section.autolabel.max.depth
.)
*
* @parameter property="docbkx.sectionAutolabelMaxDepth"
*/
protected String sectionAutolabelMaxDepth;
/**
*
* (Original XSL attribute: id.warnings
.)
*
* @parameter property="docbkx.idWarnings"
*/
protected String idWarnings;
/**
*
* (Original XSL attribute: formal.object.break.after
.)
*
* @parameter property="docbkx.formalObjectBreakAfter"
*/
protected String formalObjectBreakAfter;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.arch
.)
*
* @parameter property="docbkx.profileArch"
*/
protected String profileArch;
/**
* Set the name of map file.
* (Original XSL attribute: htmlhelp.map.file
.)
*
* @parameter property="docbkx.htmlhelpMapFile"
*/
protected String htmlhelpMapFile;
/**
* This parameter specifies the list of elements that should be escaped as CDATA sections by the chunking stylesheet.
* (Original XSL attribute: chunker.output.cdata-section-elements
.)
*
* @parameter property="docbkx.chunkerOutputCdataSectionElements"
*/
protected String chunkerOutputCdataSectionElements;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.conformance
.)
*
* @parameter property="docbkx.profileConformance"
*/
protected String profileConformance;
/**
*
* (Original XSL attribute: html.head.legalnotice.link.multiple
.)
*
* @parameter property="docbkx.htmlHeadLegalnoticeLinkMultiple"
*/
protected String htmlHeadLegalnoticeLinkMultiple;
/**
*
* (Original XSL attribute: refclass.suppress
.)
*
* @parameter property="docbkx.refclassSuppress"
*/
protected String refclassSuppress;
/**
* If non-zero, this value will be used as the default cellpadding value in HTML tables.
* (Original XSL attribute: html.cellpadding
.)
*
* @parameter property="docbkx.htmlCellpadding"
*/
protected String htmlCellpadding;
/**
* Eclipse Help plugin id.
* (Original XSL attribute: eclipse.plugin.id
.)
*
* @parameter property="docbkx.eclipsePluginId"
*/
protected String eclipsePluginId;
/**
* This parameter specifies the public identifier that should be used by the chunking stylesheet in the document type declaration of chunked pages.
* (Original XSL attribute: chunker.output.doctype-public
.)
*
* @parameter property="docbkx.chunkerOutputDoctypePublic"
*/
protected String chunkerOutputDoctypePublic;
/**
*
* (Original XSL attribute: para.propagates.style
.)
*
* @parameter property="docbkx.paraPropagatesStyle"
*/
protected String paraPropagatesStyle;
/**
*
* (Original XSL attribute: make.clean.html
.)
*
* @parameter property="docbkx.makeCleanHtml"
*/
protected String makeCleanHtml;
/**
* When an automatically generated Table of Contents (or List of Titles) is produced, this HTML element will be used to make the list.
* (Original XSL attribute: toc.list.type
.)
*
* @parameter property="docbkx.tocListType"
*/
protected String tocListType;
/**
* If true, the navigational headers and footers in chunked HTML are presented in an alternate style that uses graphical icons for Next, Previous, Up, and Home.
* (Original XSL attribute: navig.graphics
.)
*
* @parameter property="docbkx.navigGraphics"
*/
protected String navigGraphics;
/**
*
* (Original XSL attribute: generate.revhistory.link
.)
*
* @parameter property="docbkx.generateRevhistoryLink"
*/
protected String generateRevhistoryLink;
/**
* The stylesheets are capable of generating a default CSS stylesheet file.
* (Original XSL attribute: docbook.css.link
.)
*
* @parameter property="docbkx.docbookCssLink"
*/
protected String docbookCssLink;
/**
*
* (Original XSL attribute: l10n.xml
.)
*
* @parameter property="docbkx.l10nXml"
*/
protected String l10nXml;
/**
*
* (Original XSL attribute: table.footnote.number.symbols
.)
*
* @parameter property="docbkx.tableFootnoteNumberSymbols"
*/
protected String tableFootnoteNumberSymbols;
/**
*
* (Original XSL attribute: ulink.target
.)
*
* @parameter property="docbkx.ulinkTarget"
*/
protected String ulinkTarget;
/**
* This parameter specifies the encoding to be used in files generated by the chunking stylesheet.
* (Original XSL attribute: chunker.output.encoding
.)
*
* @parameter property="docbkx.chunkerOutputEncoding"
*/
protected String chunkerOutputEncoding;
/**
* If true (true), unlabeled sections will be enumerated.
* (Original XSL attribute: section.autolabel
.)
*
* @parameter property="docbkx.sectionAutolabel"
*/
protected String sectionAutolabel;
/**
*
* (Original XSL attribute: generate.meta.abstract
.)
*
* @parameter property="docbkx.generateMetaAbstract"
*/
protected String generateMetaAbstract;
/**
*
* (Original XSL attribute: arg.rep.repeat.str
.)
*
* @parameter property="docbkx.argRepRepeatStr"
*/
protected String argRepRepeatStr;
/**
* If you want to include some additional parameters into project file, store appropriate part of project file into this parameter.
* (Original XSL attribute: htmlhelp.hhp.tail
.)
*
* @parameter property="docbkx.htmlhelpHhpTail"
*/
protected String htmlhelpHhpTail;
/**
*
* (Original XSL attribute: chunk.toc
.)
*
* @parameter property="docbkx.chunkToc"
*/
protected String chunkToc;
/**
* Set to true to include a Favorites tab in the navigation pane of the help window.
* (Original XSL attribute: htmlhelp.show.favorities
.)
*
* @parameter property="docbkx.htmlhelpShowFavorities"
*/
protected String htmlhelpShowFavorities;
/**
*
* (Original XSL attribute: html.script.type
.)
*
* @parameter property="docbkx.htmlScriptType"
*/
protected String htmlScriptType;
/**
* The webhelp output does not use a frameset.
* (Original XSL attribute: webhelp.tree.cookie.id
.)
*
* @parameter property="docbkx.webhelpTreeCookieId"
*/
protected String webhelpTreeCookieId;
/**
*
* (Original XSL attribute: glossterm.auto.link
.)
*
* @parameter property="docbkx.glosstermAutoLink"
*/
protected String glosstermAutoLink;
/**
*
* (Original XSL attribute: get
.)
*
* @parameter property="docbkx.get"
*/
protected String get;
/**
*
* (Original XSL attribute: simplesect.in.toc
.)
*
* @parameter property="docbkx.simplesectInToc"
*/
protected String simplesectInToc;
/**
* If true, header navigation will be suppressed.
* (Original XSL attribute: suppress.header.navigation
.)
*
* @parameter property="docbkx.suppressHeaderNavigation"
*/
protected String suppressHeaderNavigation;
/**
* Set to true to include the Jump2 button on the toolbar.
* (Original XSL attribute: htmlhelp.button.jump2
.)
*
* @parameter property="docbkx.htmlhelpButtonJump2"
*/
protected String htmlhelpButtonJump2;
/**
*
* (Original XSL attribute: htmlhelp.button.jump1
.)
*
* @parameter property="docbkx.htmlhelpButtonJump1"
*/
protected String htmlhelpButtonJump1;
/**
* This parameter specifies the value of the omit-xml-declaration specification for generated pages.
* (Original XSL attribute: chunker.output.omit-xml-declaration
.)
*
* @parameter property="docbkx.chunkerOutputOmitXmlDeclaration"
*/
protected String chunkerOutputOmitXmlDeclaration;
/**
* Set to true to include the Forward button on the toolbar.
* (Original XSL attribute: htmlhelp.button.forward
.)
*
* @parameter property="docbkx.htmlhelpButtonForward"
*/
protected String htmlhelpButtonForward;
/**
* This parameter specifies the punctuation that should be added after an honorific in a personal name.
* (Original XSL attribute: punct.honorific
.)
*
* @parameter property="docbkx.punctHonorific"
*/
protected String punctHonorific;
/**
* If true, the scaling attributes on graphics and media objects are ignored.
* (Original XSL attribute: ignore.image.scaling
.)
*
* @parameter property="docbkx.ignoreImageScaling"
*/
protected String ignoreImageScaling;
/**
*
* (Original XSL attribute: appendix.autolabel
.)
*
* @parameter property="docbkx.appendixAutolabel"
*/
protected String appendixAutolabel;
/**
*
* (Original XSL attribute: entry.propagates.style
.)
*
* @parameter property="docbkx.entryPropagatesStyle"
*/
protected String entryPropagatesStyle;
/**
* If true, footer navigation will be suppressed.
* (Original XSL attribute: suppress.footer.navigation
.)
*
* @parameter property="docbkx.suppressFooterNavigation"
*/
protected String suppressFooterNavigation;
/**
* This parameter permits you to override the text to insert between the end of an index term and its list of page references.
* (Original XSL attribute: index.term.separator
.)
*
* @parameter property="docbkx.indexTermSeparator"
*/
protected String indexTermSeparator;
/**
*
* (Original XSL attribute: callout.list.table
.)
*
* @parameter property="docbkx.calloutListTable"
*/
protected String calloutListTable;
/**
* Set to true if you want to play with various HTML Help parameters and you don't need to regenerate all HTML files.
* (Original XSL attribute: htmlhelp.only
.)
*
* @parameter property="docbkx.htmlhelpOnly"
*/
protected String htmlhelpOnly;
/**
*
* (Original XSL attribute: arg.choice.opt.open.str
.)
*
* @parameter property="docbkx.argChoiceOptOpenStr"
*/
protected String argChoiceOptOpenStr;
/**
*
* (Original XSL attribute: html.longdesc
.)
*
* @parameter property="docbkx.htmlLongdesc"
*/
protected String htmlLongdesc;
/**
*
* (Original XSL attribute: editedby.enabled
.)
*
* @parameter property="docbkx.editedbyEnabled"
*/
protected String editedbyEnabled;
/**
* This parameter specifies the media type that should be used by the chunking stylesheet.
* (Original XSL attribute: chunker.output.media-type
.)
*
* @parameter property="docbkx.chunkerOutputMediaType"
*/
protected String chunkerOutputMediaType;
/**
*
* (Original XSL attribute: segmentedlist.as.table
.)
*
* @parameter property="docbkx.segmentedlistAsTable"
*/
protected String segmentedlistAsTable;
/**
* Set the name of the TOC file.
* (Original XSL attribute: htmlhelp.hhc
.)
*
* @parameter property="docbkx.htmlhelpHhc"
*/
protected String htmlhelpHhc;
/**
* Change this parameter if you want different name of project file than htmlhelp.
* (Original XSL attribute: htmlhelp.hhp
.)
*
* @parameter property="docbkx.htmlhelpHhp"
*/
protected String htmlhelpHhp;
/**
* This parameter specifies the value of the indent specification for generated pages.
* (Original XSL attribute: chunker.output.indent
.)
*
* @parameter property="docbkx.chunkerOutputIndent"
*/
protected String chunkerOutputIndent;
/**
* Set this parameter to 0 to suppress the search tab from webhelp output.
* (Original XSL attribute: webhelp.include.search.tab
.)
*
* @parameter property="docbkx.webhelpIncludeSearchTab"
*/
protected String webhelpIncludeSearchTab;
/**
* set the name of the index file.
* (Original XSL attribute: htmlhelp.hhk
.)
*
* @parameter property="docbkx.htmlhelpHhk"
*/
protected String htmlhelpHhk;
/**
*
* (Original XSL attribute: custom.css.source
.)
*
* @parameter property="docbkx.customCssSource"
*/
protected String customCssSource;
/**
* The HTML Help Compiler is not UTF-8 aware, so you should always use an appropriate single-byte encoding here.
* (Original XSL attribute: htmlhelp.encoding
.)
*
* @parameter property="docbkx.htmlhelpEncoding"
*/
protected String htmlhelpEncoding;
/**
* This image is used on popup annotations as the “x” that the user can click to dismiss the popup.
* (Original XSL attribute: annotation.graphic.close
.)
*
* @parameter property="docbkx.annotationGraphicClose"
*/
protected String annotationGraphicClose;
/**
* This value will be used when there is no frame attribute on the table.
* (Original XSL attribute: default.table.frame
.)
*
* @parameter property="docbkx.defaultTableFrame"
*/
protected String defaultTableFrame;
/**
* Glossaries maintained independently across a set of documents are likely to become inconsistent unless considerable effort is expended to keep them in sync.
* (Original XSL attribute: glossary.collection
.)
*
* @parameter property="docbkx.glossaryCollection"
*/
protected String glossaryCollection;
/**
*
* (Original XSL attribute: menuchoice.menu.separator
.)
*
* @parameter property="docbkx.menuchoiceMenuSeparator"
*/
protected String menuchoiceMenuSeparator;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.security
.)
*
* @parameter property="docbkx.profileSecurity"
*/
protected String profileSecurity;
/**
*
* (Original XSL attribute: chapter.autolabel
.)
*
* @parameter property="docbkx.chapterAutolabel"
*/
protected String chapterAutolabel;
/**
*
* (Original XSL attribute: biblioentry.primary.count
.)
*
* @parameter property="docbkx.biblioentryPrimaryCount"
*/
protected String biblioentryPrimaryCount;
/**
* When lengths are converted to pixels, this value is used to determine the size of a pixel.
* (Original XSL attribute: pixels.per.inch
.)
*
* @parameter property="docbkx.pixelsPerInch"
*/
protected String pixelsPerInch;
/**
*
* (Original XSL attribute: insert.xref.page.number.para
.)
*
* @parameter property="docbkx.insertXrefPageNumberPara"
*/
protected String insertXrefPageNumberPara;
/**
*
* (Original XSL attribute: contrib.inline.enabled
.)
*
* @parameter property="docbkx.contribInlineEnabled"
*/
protected String contribInlineEnabled;
/**
*
* (Original XSL attribute: htmlhelp.button.back
.)
*
* @parameter property="docbkx.htmlhelpButtonBack"
*/
protected String htmlhelpButtonBack;
/**
* Specifies where formal object titles should occur.
* (Original XSL attribute: formal.title.placement
.)
*
* @parameter property="docbkx.formalTitlePlacement"
*/
protected String formalTitlePlacement;
/**
* Maintaining bibliography entries across a set of documents is tedious, time consuming, and error prone.
* (Original XSL attribute: bibliography.collection
.)
*
* @parameter property="docbkx.bibliographyCollection"
*/
protected String bibliographyCollection;
/**
* This parameter permits you to override the text to insert between the two numbers of a page range in an index.
* (Original XSL attribute: index.range.separator
.)
*
* @parameter property="docbkx.indexRangeSeparator"
*/
protected String indexRangeSeparator;
/**
* If you want Locate button shown on toolbar, turn this parameter to 1.
* (Original XSL attribute: htmlhelp.button.locate
.)
*
* @parameter property="docbkx.htmlhelpButtonLocate"
*/
protected String htmlhelpButtonLocate;
/**
*
* (Original XSL attribute: shade.verbatim
.)
*
* @parameter property="docbkx.shadeVerbatim"
*/
protected String shadeVerbatim;
/**
* If line numbering is enabled, line numbers will appear right justified in a field "width" characters wide.
* (Original XSL attribute: linenumbering.width
.)
*
* @parameter property="docbkx.linenumberingWidth"
*/
protected String linenumberingWidth;
/**
*
* (Original XSL attribute: autolink.index.see
.)
*
* @parameter property="docbkx.autolinkIndexSee"
*/
protected String autolinkIndexSee;
/**
*
* (Original XSL attribute: l10n.gentext.default.language
.)
*
* @parameter property="docbkx.l10nGentextDefaultLanguage"
*/
protected String l10nGentextDefaultLanguage;
/**
*
* (Original XSL attribute: generate.legalnotice.link
.)
*
* @parameter property="docbkx.generateLegalnoticeLink"
*/
protected String generateLegalnoticeLink;
/**
*
* (Original XSL attribute: refentry.generate.name
.)
*
* @parameter property="docbkx.refentryGenerateName"
*/
protected String refentryGenerateName;
/**
*
* (Original XSL attribute: admon.style
.)
*
* @parameter property="docbkx.admonStyle"
*/
protected String admonStyle;
/**
* This parameter allows you to control the punctuation of certain types of generated cross reference text.
* (Original XSL attribute: xref.label-title.separator
.)
*
* @parameter property="docbkx.xrefLabelTitleSeparator"
*/
protected String xrefLabelTitleSeparator;
/**
*
* (Original XSL attribute: html.stylesheet.type
.)
*
* @parameter property="docbkx.htmlStylesheetType"
*/
protected String htmlStylesheetType;
/**
*
* (Original XSL attribute: variablelist.term.separator
.)
*
* @parameter property="docbkx.variablelistTermSeparator"
*/
protected String variablelistTermSeparator;
/**
*
* (Original XSL attribute: qanda.inherit.numeration
.)
*
* @parameter property="docbkx.qandaInheritNumeration"
*/
protected String qandaInheritNumeration;
/**
*
* (Original XSL attribute: callout.defaultcolumn
.)
*
* @parameter property="docbkx.calloutDefaultcolumn"
*/
protected String calloutDefaultcolumn;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.revisionflag
.)
*
* @parameter property="docbkx.profileRevisionflag"
*/
protected String profileRevisionflag;
/**
*
* (Original XSL attribute: procedure.step.numeration.formats
.)
*
* @parameter property="docbkx.procedureStepNumerationFormats"
*/
protected String procedureStepNumerationFormats;
/**
*
* (Original XSL attribute: rootid
.)
*
* @parameter property="docbkx.rootid"
*/
protected String rootid;
/**
* This parameter sets the depth of section chunking.
* (Original XSL attribute: chunk.section.depth
.)
*
* @parameter property="docbkx.chunkSectionDepth"
*/
protected String chunkSectionDepth;
/**
*
* (Original XSL attribute: refentry.xref.manvolnum
.)
*
* @parameter property="docbkx.refentryXrefManvolnum"
*/
protected String refentryXrefManvolnum;
/**
* Name of default window.
* (Original XSL attribute: htmlhelp.hhp.window
.)
*
* @parameter property="docbkx.htmlhelpHhpWindow"
*/
protected String htmlhelpHhpWindow;
/**
* In order to resolve olinks efficiently, the stylesheets can generate an external data file containing information about all potential cross reference endpoints in a document.
* (Original XSL attribute: collect.xref.targets
.)
*
* @parameter property="docbkx.collectXrefTargets"
*/
protected String collectXrefTargets;
/**
* If true, year ranges that span a single year will be printed in range notation (1998-1999) instead of discrete notation (1998, 1999).
* (Original XSL attribute: make.single.year.ranges
.)
*
* @parameter property="docbkx.makeSingleYearRanges"
*/
protected String makeSingleYearRanges;
/**
* When true this parameter enables enhanced decompilation of CHM.
* (Original XSL attribute: htmlhelp.enhanced.decompilation
.)
*
* @parameter property="docbkx.htmlhelpEnhancedDecompilation"
*/
protected String htmlhelpEnhancedDecompilation;
/**
* URL address of page accessible by Jump2 button.
* (Original XSL attribute: htmlhelp.button.jump2.url
.)
*
* @parameter property="docbkx.htmlhelpButtonJump2Url"
*/
protected String htmlhelpButtonJump2Url;
/**
* Set to true for folder-like icons or zero for book-like icons in the ToC.
* (Original XSL attribute: htmlhelp.hhc.folders.instead.books
.)
*
* @parameter property="docbkx.htmlhelpHhcFoldersInsteadBooks"
*/
protected String htmlhelpHhcFoldersInsteadBooks;
/**
* If true, the HTML stylesheet will generate ID attributes on containers.
* (Original XSL attribute: generate.id.attributes
.)
*
* @parameter property="docbkx.generateIdAttributes"
*/
protected String generateIdAttributes;
/**
*
* (Original XSL attribute: stylesheet.result.type
.)
*
* @parameter property="docbkx.stylesheetResultType"
*/
protected String stylesheetResultType;
/**
* This parameter permits you to override the text to insert between page references in a formatted index entry.
* (Original XSL attribute: index.number.separator
.)
*
* @parameter property="docbkx.indexNumberSeparator"
*/
protected String indexNumberSeparator;
/**
*
* (Original XSL attribute: callout.unicode.start.character
.)
*
* @parameter property="docbkx.calloutUnicodeStartCharacter"
*/
protected String calloutUnicodeStartCharacter;
/**
*
* (Original XSL attribute: arg.or.sep
.)
*
* @parameter property="docbkx.argOrSep"
*/
protected String argOrSep;
/**
* Sets the background color for EBNF tables (a pale brown).
* (Original XSL attribute: ebnf.table.bgcolor
.)
*
* @parameter property="docbkx.ebnfTableBgcolor"
*/
protected String ebnfTableBgcolor;
/**
*
* (Original XSL attribute: l10n.lang.value.rfc.compliant
.)
*
* @parameter property="docbkx.l10nLangValueRfcCompliant"
*/
protected String l10nLangValueRfcCompliant;
/**
* This parameter allows you to control the punctuation of certain types of generated cross reference text.
* (Original XSL attribute: xref.label-page.separator
.)
*
* @parameter property="docbkx.xrefLabelPageSeparator"
*/
protected String xrefLabelPageSeparator;
/**
*
* (Original XSL attribute: process.empty.source.toc
.)
*
* @parameter property="docbkx.processEmptySourceToc"
*/
protected String processEmptySourceToc;
/**
* Set to true to remember help window position between starts.
* (Original XSL attribute: htmlhelp.remember.window.position
.)
*
* @parameter property="docbkx.htmlhelpRememberWindowPosition"
*/
protected String htmlhelpRememberWindowPosition;
/**
* If true, the headers and footers of chunked HTML display the titles of the next and previous chunks, along with the words 'Next' and 'Previous' (or the equivalent graphical icons if navig.
* (Original XSL attribute: navig.showtitles
.)
*
* @parameter property="docbkx.navigShowtitles"
*/
protected String navigShowtitles;
/**
* This location has precedence over the corresponding Java property.
* (Original XSL attribute: highlight.xslthl.config
.)
*
* @parameter property="docbkx.highlightXslthlConfig"
*/
protected String highlightXslthlConfig;
/**
* To support stemming in the client-side webhelp stemmer, you must provide the language code.
* (Original XSL attribute: webhelp.indexer.language
.)
*
* @parameter property="docbkx.webhelpIndexerLanguage"
*/
protected String webhelpIndexerLanguage;
/**
*
* (Original XSL attribute: highlight.source
.)
*
* @parameter property="docbkx.highlightSource"
*/
protected String highlightSource;
/**
* If true, a rule will be drawn above the page footers.
* (Original XSL attribute: footer.rule
.)
*
* @parameter property="docbkx.footerRule"
*/
protected String footerRule;
/**
*
* (Original XSL attribute: refentry.generate.title
.)
*
* @parameter property="docbkx.refentryGenerateTitle"
*/
protected String refentryGenerateTitle;
/**
* Sets the path, probably relative to the directory where the HTML files are created, to the navigational graphics used in the headers and footers of chunked HTML.
* (Original XSL attribute: navig.graphics.path
.)
*
* @parameter property="docbkx.navigGraphicsPath"
*/
protected String navigGraphicsPath;
/**
* Sets the path to the directory holding the callout graphics.
* (Original XSL attribute: callout.graphics.path
.)
*
* @parameter property="docbkx.calloutGraphicsPath"
*/
protected String calloutGraphicsPath;
/**
*
* (Original XSL attribute: autotoc.label.in.hyperlink
.)
*
* @parameter property="docbkx.autotocLabelInHyperlink"
*/
protected String autotocLabelInHyperlink;
/**
* Set to true to include the Zoom button on the toolbar.
* (Original XSL attribute: htmlhelp.button.zoom
.)
*
* @parameter property="docbkx.htmlhelpButtonZoom"
*/
protected String htmlhelpButtonZoom;
/**
* This parameter specifies the output method to be used in files generated by the chunking stylesheet.
* (Original XSL attribute: chunker.output.method
.)
*
* @parameter property="docbkx.chunkerOutputMethod"
*/
protected String chunkerOutputMethod;
/**
*
* (Original XSL attribute: qanda.in.toc
.)
*
* @parameter property="docbkx.qandaInToc"
*/
protected String qandaInToc;
/**
* If true, then the glossentry elements within a glossary, glossdiv, or glosslist are sorted on the glossterm, using the current lang setting.
* (Original XSL attribute: glossary.sort
.)
*
* @parameter property="docbkx.glossarySort"
*/
protected String glossarySort;
/**
* Sets the filename extension to use on callout graphics.
* (Original XSL attribute: callout.graphics.extension
.)
*
* @parameter property="docbkx.calloutGraphicsExtension"
*/
protected String calloutGraphicsExtension;
/**
*
* (Original XSL attribute: footnote.number.symbols
.)
*
* @parameter property="docbkx.footnoteNumberSymbols"
*/
protected String footnoteNumberSymbols;
/**
* URL address of page accessible by Home button.
* (Original XSL attribute: htmlhelp.button.home.url
.)
*
* @parameter property="docbkx.htmlhelpButtonHomeUrl"
*/
protected String htmlhelpButtonHomeUrl;
/**
* If true, CSS will be used to draw table borders.
* (Original XSL attribute: table.borders.with.css
.)
*
* @parameter property="docbkx.tableBordersWithCss"
*/
protected String tableBordersWithCss;
/**
*
* (Original XSL attribute: html.extra.head.links
.)
*
* @parameter property="docbkx.htmlExtraHeadLinks"
*/
protected String htmlExtraHeadLinks;
/**
*
* (Original XSL attribute: bridgehead.in.toc
.)
*
* @parameter property="docbkx.bridgeheadInToc"
*/
protected String bridgeheadInToc;
/**
*
* (Original XSL attribute: othercredit.like.author.enabled
.)
*
* @parameter property="docbkx.othercreditLikeAuthorEnabled"
*/
protected String othercreditLikeAuthorEnabled;
/**
* If line numbering is enabled, everyNth line will be numbered.
* (Original XSL attribute: linenumbering.everyNth
.)
*
* @parameter property="docbkx.linenumberingEveryNth"
*/
protected String linenumberingEveryNth;
/**
* This parameter has effect only when Saxon 6 is used (version 6.
* (Original XSL attribute: saxon.character.representation
.)
*
* @parameter property="docbkx.saxonCharacterRepresentation"
*/
protected String saxonCharacterRepresentation;
/**
*
* (Original XSL attribute: funcsynopsis.style
.)
*
* @parameter property="docbkx.funcsynopsisStyle"
*/
protected String funcsynopsisStyle;
/**
*
* (Original XSL attribute: arg.choice.req.close.str
.)
*
* @parameter property="docbkx.argChoiceReqCloseStr"
*/
protected String argChoiceReqCloseStr;
/**
* Specify if an index should be generated.
* (Original XSL attribute: generate.index
.)
*
* @parameter property="docbkx.generateIndex"
*/
protected String generateIndex;
/**
*
* (Original XSL attribute: empty.local.l10n.xml
.)
*
* @parameter property="docbkx.emptyLocalL10nXml"
*/
protected String emptyLocalL10nXml;
/**
* Set to true to display texts under toolbar buttons, zero to switch off displays.
* (Original XSL attribute: htmlhelp.show.toolbar.text
.)
*
* @parameter property="docbkx.htmlhelpShowToolbarText"
*/
protected String htmlhelpShowToolbarText;
/**
* If true, the language of the target will be used when generating cross reference text.
* (Original XSL attribute: l10n.gentext.use.xref.language
.)
*
* @parameter property="docbkx.l10nGentextUseXrefLanguage"
*/
protected String l10nGentextUseXrefLanguage;
/**
* This parameter defines a list of lang values to search among to resolve olinks.
* (Original XSL attribute: olink.lang.fallback.sequence
.)
*
* @parameter property="docbkx.olinkLangFallbackSequence"
*/
protected String olinkLangFallbackSequence;
/**
*
* (Original XSL attribute: arg.choice.opt.close.str
.)
*
* @parameter property="docbkx.argChoiceOptCloseStr"
*/
protected String argChoiceOptCloseStr;
/**
*
* (Original XSL attribute: author.othername.in.middle
.)
*
* @parameter property="docbkx.authorOthernameInMiddle"
*/
protected String authorOthernameInMiddle;
/**
* If true, a separator will be generated between consecutive reference pages.
* (Original XSL attribute: refentry.separator
.)
*
* @parameter property="docbkx.refentrySeparator"
*/
protected String refentrySeparator;
/**
*
* (Original XSL attribute: menuchoice.separator
.)
*
* @parameter property="docbkx.menuchoiceSeparator"
*/
protected String menuchoiceSeparator;
/**
*
* (Original XSL attribute: make.year.ranges
.)
*
* @parameter property="docbkx.makeYearRanges"
*/
protected String makeYearRanges;
/**
*
* (Original XSL attribute: make.graphic.viewport
.)
*
* @parameter property="docbkx.makeGraphicViewport"
*/
protected String makeGraphicViewport;
/**
*
* (Original XSL attribute: manifest
.)
*
* @parameter property="docbkx.manifest"
*/
protected String manifest;
/**
* If you want Stop button shown on toolbar, turn this parameter to 1.
* (Original XSL attribute: htmlhelp.button.stop
.)
*
* @parameter property="docbkx.htmlhelpButtonStop"
*/
protected String htmlhelpButtonStop;
/**
*
* (Original XSL attribute: nominal.image.depth
.)
*
* @parameter property="docbkx.nominalImageDepth"
*/
protected String nominalImageDepth;
/**
* If this parameter is set to any value other than the empty string, its value will be used as the value for the language when generating text.
* (Original XSL attribute: l10n.gentext.language
.)
*
* @parameter property="docbkx.l10nGentextLanguage"
*/
protected String l10nGentextLanguage;
/**
*
* (Original XSL attribute: htmlhelp.chm
.)
*
* @parameter property="docbkx.htmlhelpChm"
*/
protected String htmlhelpChm;
/**
*
* (Original XSL attribute: link.to.self.for.mediaobject
.)
*
* @parameter property="docbkx.linkToSelfForMediaobject"
*/
protected String linkToSelfForMediaobject;
/**
* This parameter specifies the width of the navigation pane (containing TOC and other navigation tabs) in pixels.
* (Original XSL attribute: htmlhelp.hhc.width
.)
*
* @parameter property="docbkx.htmlhelpHhcWidth"
*/
protected String htmlhelpHhcWidth;
/**
* If true, extensions may be used.
* (Original XSL attribute: use.extensions
.)
*
* @parameter property="docbkx.useExtensions"
*/
protected String useExtensions;
/**
* Specify which characters are to be counted as punctuation.
* (Original XSL attribute: runinhead.title.end.punct
.)
*
* @parameter property="docbkx.runinheadTitleEndPunct"
*/
protected String runinheadTitleEndPunct;
/**
* If true, then each olink will generate several messages about how it is being resolved during processing.
* (Original XSL attribute: olink.debug
.)
*
* @parameter property="docbkx.olinkDebug"
*/
protected String olinkDebug;
/**
* Title of Jump1 button.
* (Original XSL attribute: htmlhelp.button.jump1.title
.)
*
* @parameter property="docbkx.htmlhelpButtonJump1Title"
*/
protected String htmlhelpButtonJump1Title;
/**
*
* (Original XSL attribute: local.l10n.xml
.)
*
* @parameter property="docbkx.localL10nXml"
*/
protected String localL10nXml;
/**
*
* (Original XSL attribute: index.links.to.section
.)
*
* @parameter property="docbkx.indexLinksToSection"
*/
protected String indexLinksToSection;
/**
*
* (Original XSL attribute: xref.with.number.and.title
.)
*
* @parameter property="docbkx.xrefWithNumberAndTitle"
*/
protected String xrefWithNumberAndTitle;
/**
* Sets the path to the directory containing the admonition graphics (caution.
* (Original XSL attribute: admon.graphics.path
.)
*
* @parameter property="docbkx.admonGraphicsPath"
*/
protected String admonGraphicsPath;
/**
* If you want to include chapter and section numbers into ToC in the left panel, set this parameter to 1.
* (Original XSL attribute: eclipse.autolabel
.)
*
* @parameter property="docbkx.eclipseAutolabel"
*/
protected String eclipseAutolabel;
/**
*
* (Original XSL attribute: annotation.js
.)
*
* @parameter property="docbkx.annotationJs"
*/
protected String annotationJs;
/**
* Set this to true to include chapter and section numbers into ToC in the left panel.
* (Original XSL attribute: htmlhelp.autolabel
.)
*
* @parameter property="docbkx.htmlhelpAutolabel"
*/
protected String htmlhelpAutolabel;
/**
*
* (Original XSL attribute: table.footnote.number.format
.)
*
* @parameter property="docbkx.tableFootnoteNumberFormat"
*/
protected String tableFootnoteNumberFormat;
/**
*
* (Original XSL attribute: html.head.legalnotice.link.types
.)
*
* @parameter property="docbkx.htmlHeadLegalnoticeLinkTypes"
*/
protected String htmlHeadLegalnoticeLinkTypes;
/**
*
* (Original XSL attribute: default.image.width
.)
*
* @parameter property="docbkx.defaultImageWidth"
*/
protected String defaultImageWidth;
/**
* Set to true to include the Home button on the toolbar.
* (Original XSL attribute: htmlhelp.button.home
.)
*
* @parameter property="docbkx.htmlhelpButtonHome"
*/
protected String htmlhelpButtonHome;
/**
* If true, a rule will be drawn below the page headers.
* (Original XSL attribute: header.rule
.)
*
* @parameter property="docbkx.headerRule"
*/
protected String headerRule;
/**
*
* (Original XSL attribute: preface.autolabel
.)
*
* @parameter property="docbkx.prefaceAutolabel"
*/
protected String prefaceAutolabel;
/**
* Set to true if you insert images into your documents as external binary entities or if you are using absolute image paths.
* (Original XSL attribute: htmlhelp.enumerate.images
.)
*
* @parameter property="docbkx.htmlhelpEnumerateImages"
*/
protected String htmlhelpEnumerateImages;
/**
* When olinks between documents are resolved for HTML output, the stylesheet can compute the relative path between the current document and the target document.
* (Original XSL attribute: current.docid
.)
*
* @parameter property="docbkx.currentDocid"
*/
protected String currentDocid;
/**
* If true, a web link will be generated, presumably to an online man->HTML gateway.
* (Original XSL attribute: citerefentry.link
.)
*
* @parameter property="docbkx.citerefentryLink"
*/
protected String citerefentryLink;
/**
* If you are re-using XML content modules in multiple documents, you may want to redirect some of your olinks.
* (Original XSL attribute: prefer.internal.olink
.)
*
* @parameter property="docbkx.preferInternalOlink"
*/
protected String preferInternalOlink;
/**
* If true, SVG will be considered an acceptable image format.
* (Original XSL attribute: use.svg
.)
*
* @parameter property="docbkx.useSvg"
*/
protected String useSvg;
/**
*
* (Original XSL attribute: profile.attribute
.)
*
* @parameter property="docbkx.profileAttribute"
*/
protected String profileAttribute;
/**
*
* (Original XSL attribute: link.mailto.url
.)
*
* @parameter property="docbkx.linkMailtoUrl"
*/
protected String linkMailtoUrl;
/**
* Content of this parameter is placed at the end of [WINDOWS] section of project file.
* (Original XSL attribute: htmlhelp.hhp.windows
.)
*
* @parameter property="docbkx.htmlhelpHhpWindows"
*/
protected String htmlhelpHhpWindows;
/**
*
* (Original XSL attribute: chunked.filename.prefix
.)
*
* @parameter property="docbkx.chunkedFilenamePrefix"
*/
protected String chunkedFilenamePrefix;
/**
* Specifies the maximal depth of TOC on all levels.
* (Original XSL attribute: toc.max.depth
.)
*
* @parameter property="docbkx.tocMaxDepth"
*/
protected String tocMaxDepth;
/**
* To resolve olinks between documents, the stylesheets use a master database document that identifies the target datafiles for all the documents within the scope of the olinks.
* (Original XSL attribute: target.database.document
.)
*
* @parameter property="docbkx.targetDatabaseDocument"
*/
protected String targetDatabaseDocument;
/**
* Sets the filename extension to use on admonition graphics.
* (Original XSL attribute: admon.graphics.extension
.)
*
* @parameter property="docbkx.admonGraphicsExtension"
*/
protected String admonGraphicsExtension;
/**
*
* (Original XSL attribute: activate.external.olinks
.)
*
* @parameter property="docbkx.activateExternalOlinks"
*/
protected String activateExternalOlinks;
/**
*
* (Original XSL attribute: html.ext
.)
*
* @parameter property="docbkx.htmlExt"
*/
protected String htmlExt;
/**
*
* (Original XSL attribute: bibliography.numbered
.)
*
* @parameter property="docbkx.bibliographyNumbered"
*/
protected String bibliographyNumbered;
/**
* The textinsert extension element inserts the contents of a file into the result tree (as text).
* (Original XSL attribute: textinsert.extension
.)
*
* @parameter property="docbkx.textinsertExtension"
*/
protected String textinsertExtension;
/**
*
* (Original XSL attribute: generate.manifest
.)
*
* @parameter property="docbkx.generateManifest"
*/
protected String generateManifest;
/**
*
* (Original XSL attribute: index.prefer.titleabbrev
.)
*
* @parameter property="docbkx.indexPreferTitleabbrev"
*/
protected String indexPreferTitleabbrev;
/**
* To include chapter and section numbers the table of contents pane, set this parameter to 1.
* (Original XSL attribute: webhelp.autolabel
.)
*
* @parameter property="docbkx.webhelpAutolabel"
*/
protected String webhelpAutolabel;
/**
* If html.
* (Original XSL attribute: html.base
.)
*
* @parameter property="docbkx.htmlBase"
*/
protected String htmlBase;
/**
*
* (Original XSL attribute: html.cleanup
.)
*
* @parameter property="docbkx.htmlCleanup"
*/
protected String htmlCleanup;
/**
*
* (Original XSL attribute: default.table.width
.)
*
* @parameter property="docbkx.defaultTableWidth"
*/
protected String defaultTableWidth;
/**
* This parameter specifies the system identifier that should be used by the chunking stylesheet in the document type declaration of chunked pages.
* (Original XSL attribute: chunker.output.doctype-system
.)
*
* @parameter property="docbkx.chunkerOutputDoctypeSystem"
*/
protected String chunkerOutputDoctypeSystem;
/**
*
* (Original XSL attribute: arg.choice.req.open.str
.)
*
* @parameter property="docbkx.argChoiceReqOpenStr"
*/
protected String argChoiceReqOpenStr;
/**
*
* (Original XSL attribute: arg.choice.plain.close.str
.)
*
* @parameter property="docbkx.argChoicePlainCloseStr"
*/
protected String argChoicePlainCloseStr;
/**
* Specifies the depth to which recursive sections should appear in the TOC.
* (Original XSL attribute: toc.section.depth
.)
*
* @parameter property="docbkx.tocSectionDepth"
*/
protected String tocSectionDepth;
/**
* Sets direction of text flow and text alignment based on locale.
* (Original XSL attribute: writing.mode
.)
*
* @parameter property="docbkx.writingMode"
*/
protected String writingMode;
/**
* JavaHelp crashes on some characters when written as character references.
* (Original XSL attribute: javahelp.encoding
.)
*
* @parameter property="docbkx.javahelpEncoding"
*/
protected String javahelpEncoding;
/**
*
* (Original XSL attribute: htmlhelp.display.progress
.)
*
* @parameter property="docbkx.htmlhelpDisplayProgress"
*/
protected String htmlhelpDisplayProgress;
/**
* The stylesheets can use either an image of the numbers one to ten, or the single Unicode character which represents the numeral, in white on a black background.
* (Original XSL attribute: callout.unicode
.)
*
* @parameter property="docbkx.calloutUnicode"
*/
protected String calloutUnicode;
/**
*
* (Original XSL attribute: textdata.default.encoding
.)
*
* @parameter property="docbkx.textdataDefaultEncoding"
*/
protected String textdataDefaultEncoding;
/**
* If true, TOCs will be annotated.
* (Original XSL attribute: annotate.toc
.)
*
* @parameter property="docbkx.annotateToc"
*/
protected String annotateToc;
/**
* If true (true), admonitions are presented in an alternate style that uses a graphic.
* (Original XSL attribute: admon.graphics
.)
*
* @parameter property="docbkx.admonGraphics"
*/
protected String admonGraphics;
/**
*
* (Original XSL attribute: htmlhelp.button.hideshow
.)
*
* @parameter property="docbkx.htmlhelpButtonHideshow"
*/
protected String htmlhelpButtonHideshow;
/**
* Set to true to include the Stop button on the toolbar.
* (Original XSL attribute: htmlhelp.button.refresh
.)
*
* @parameter property="docbkx.htmlhelpButtonRefresh"
*/
protected String htmlhelpButtonRefresh;
/**
*
* (Original XSL attribute: runinhead.default.title.end.punct
.)
*
* @parameter property="docbkx.runinheadDefaultTitleEndPunct"
*/
protected String runinheadDefaultTitleEndPunct;
/**
*
* (Original XSL attribute: glossentry.show.acronym
.)
*
* @parameter property="docbkx.glossentryShowAcronym"
*/
protected String glossentryShowAcronym;
/**
*
* (Original XSL attribute: css.decoration
.)
*
* @parameter property="docbkx.cssDecoration"
*/
protected String cssDecoration;
/**
*
* (Original XSL attribute: use.role.for.mediaobject
.)
*
* @parameter property="docbkx.useRoleForMediaobject"
*/
protected String useRoleForMediaobject;
/**
* If true, section labels are prefixed with the label of the component that contains them.
* (Original XSL attribute: section.label.includes.component.label
.)
*
* @parameter property="docbkx.sectionLabelIncludesComponentLabel"
*/
protected String sectionLabelIncludesComponentLabel;
/**
* If true (true), admonitions are presented with a generated text label such as Note or Warning in the appropriate language.
* (Original XSL attribute: admon.textlabel
.)
*
* @parameter property="docbkx.admonTextlabel"
*/
protected String admonTextlabel;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.vendor
.)
*
* @parameter property="docbkx.profileVendor"
*/
protected String profileVendor;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.status
.)
*
* @parameter property="docbkx.profileStatus"
*/
protected String profileStatus;
/**
*
* (Original XSL attribute: index.on.role
.)
*
* @parameter property="docbkx.indexOnRole"
*/
protected String indexOnRole;
/**
* The image to be used for draft watermarks.
* (Original XSL attribute: draft.watermark.image
.)
*
* @parameter property="docbkx.draftWatermarkImage"
*/
protected String draftWatermarkImage;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.wordsize
.)
*
* @parameter property="docbkx.profileWordsize"
*/
protected String profileWordsize;
/**
* Name of auxiliary file for TeX equations.
* (Original XSL attribute: tex.math.file
.)
*
* @parameter property="docbkx.texMathFile"
*/
protected String texMathFile;
/**
*
* (Original XSL attribute: htmlhelp.output
.)
*
* @parameter property="docbkx.htmlhelpOutput"
*/
protected String htmlhelpOutput;
/**
*
* (Original XSL attribute: manifest.in.base.dir
.)
*
* @parameter property="docbkx.manifestInBaseDir"
*/
protected String manifestInBaseDir;
/**
*
* (Original XSL attribute: webhelp.base.dir
.)
*
* @parameter property="docbkx.webhelpBaseDir"
*/
protected String webhelpBaseDir;
/**
*
* (Original XSL attribute: qanda.nested.in.toc
.)
*
* @parameter property="docbkx.qandaNestedInToc"
*/
protected String qandaNestedInToc;
/**
*
* (Original XSL attribute: arg.rep.norepeat.str
.)
*
* @parameter property="docbkx.argRepNorepeatStr"
*/
protected String argRepNorepeatStr;
/**
* If you want Options button shown on toolbar, turn this parameter to 1.
* (Original XSL attribute: htmlhelp.button.options
.)
*
* @parameter property="docbkx.htmlhelpButtonOptions"
*/
protected String htmlhelpButtonOptions;
/**
* Set the color of table cell borders.
* (Original XSL attribute: table.cell.border.color
.)
*
* @parameter property="docbkx.tableCellBorderColor"
*/
protected String tableCellBorderColor;
/**
* The separator is inserted between line numbers and lines in the verbatim environment.
* (Original XSL attribute: linenumbering.separator
.)
*
* @parameter property="docbkx.linenumberingSeparator"
*/
protected String linenumberingSeparator;
/**
*
* (Original XSL attribute: docbook.css.source
.)
*
* @parameter property="docbkx.docbookCssSource"
*/
protected String docbookCssSource;
/**
* If set to zero, there will be no entry for the root element in the ToC.
* (Original XSL attribute: htmlhelp.hhc.show.root
.)
*
* @parameter property="docbkx.htmlhelpHhcShowRoot"
*/
protected String htmlhelpHhcShowRoot;
/**
* Set to true to include the Next button on the toolbar.
* (Original XSL attribute: htmlhelp.button.next
.)
*
* @parameter property="docbkx.htmlhelpButtonNext"
*/
protected String htmlhelpButtonNext;
/**
* Selects the direction in which a float should be placed.
* (Original XSL attribute: default.float.class
.)
*
* @parameter property="docbkx.defaultFloatClass"
*/
protected String defaultFloatClass;
/**
*
* (Original XSL attribute: label.from.part
.)
*
* @parameter property="docbkx.labelFromPart"
*/
protected String labelFromPart;
/**
*
* (Original XSL attribute: abstract.notitle.enabled
.)
*
* @parameter property="docbkx.abstractNotitleEnabled"
*/
protected String abstractNotitleEnabled;
/**
* When the stylesheet assigns an id value to an output element, the generate-id() function may be used.
* (Original XSL attribute: generate.consistent.ids
.)
*
* @parameter property="docbkx.generateConsistentIds"
*/
protected String generateConsistentIds;
/**
*
* (Original XSL attribute: bibliography.style
.)
*
* @parameter property="docbkx.bibliographyStyle"
*/
protected String bibliographyStyle;
/**
* Specifies the thickness of the border on the table's frame.
* (Original XSL attribute: table.frame.border.thickness
.)
*
* @parameter property="docbkx.tableFrameBorderThickness"
*/
protected String tableFrameBorderThickness;
/**
*
* (Original XSL attribute: arg.choice.def.close.str
.)
*
* @parameter property="docbkx.argChoiceDefCloseStr"
*/
protected String argChoiceDefCloseStr;
/**
* If true, then the exsl:node-set() function is available to be used in the stylesheet.
* (Original XSL attribute: exsl.node.set.available
.)
*
* @parameter property="docbkx.exslNodeSetAvailable"
*/
protected String exslNodeSetAvailable;
/**
*
* (Original XSL attribute: arg.choice.def.open.str
.)
*
* @parameter property="docbkx.argChoiceDefOpenStr"
*/
protected String argChoiceDefOpenStr;
/**
*
* (Original XSL attribute: callouts.extension
.)
*
* @parameter property="docbkx.calloutsExtension"
*/
protected String calloutsExtension;
/**
*
* (Original XSL attribute: annotation.support
.)
*
* @parameter property="docbkx.annotationSupport"
*/
protected String annotationSupport;
/**
* This parameter specifies the value of the standalone specification for generated pages.
* (Original XSL attribute: chunker.output.standalone
.)
*
* @parameter property="docbkx.chunkerOutputStandalone"
*/
protected String chunkerOutputStandalone;
/**
* Separator character used for compound profile values.
* (Original XSL attribute: profile.separator
.)
*
* @parameter property="docbkx.profileSeparator"
*/
protected String profileSeparator;
/**
*
* (Original XSL attribute: linenumbering.extension
.)
*
* @parameter property="docbkx.linenumberingExtension"
*/
protected String linenumberingExtension;
/**
* Specifies the filename of the alias file (used for context-sensitive help).
* (Original XSL attribute: htmlhelp.alias.file
.)
*
* @parameter property="docbkx.htmlhelpAliasFile"
*/
protected String htmlhelpAliasFile;
/**
*
* (Original XSL attribute: keep.relative.image.uris
.)
*
* @parameter property="docbkx.keepRelativeImageUris"
*/
protected String keepRelativeImageUris;
/**
*
* (Original XSL attribute: use.id.as.filename
.)
*
* @parameter property="docbkx.useIdAsFilename"
*/
protected String useIdAsFilename;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.userlevel
.)
*
* @parameter property="docbkx.profileUserlevel"
*/
protected String profileUserlevel;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.outputformat
.)
*
* @parameter property="docbkx.profileOutputformat"
*/
protected String profileOutputformat;
/**
* Eclipse Help plugin name.
* (Original XSL attribute: eclipse.plugin.name
.)
*
* @parameter property="docbkx.eclipsePluginName"
*/
protected String eclipsePluginName;
/**
* If non-zero, specifies the thickness of borders on table cells.
* (Original XSL attribute: table.cell.border.thickness
.)
*
* @parameter property="docbkx.tableCellBorderThickness"
*/
protected String tableCellBorderThickness;
/**
* Specifies the border style of table cells.
* (Original XSL attribute: table.cell.border.style
.)
*
* @parameter property="docbkx.tableCellBorderStyle"
*/
protected String tableCellBorderStyle;
/**
* URL address of page accessible by Jump1 button.
* (Original XSL attribute: htmlhelp.button.jump1.url
.)
*
* @parameter property="docbkx.htmlhelpButtonJump1Url"
*/
protected String htmlhelpButtonJump1Url;
/**
*
* (Original XSL attribute: graphicsize.use.img.src.path
.)
*
* @parameter property="docbkx.graphicsizeUseImgSrcPath"
*/
protected String graphicsizeUseImgSrcPath;
/**
* If true, each of the ToC and LoTs (List of Examples, List of Figures, etc.
* (Original XSL attribute: chunk.separate.lots
.)
*
* @parameter property="docbkx.chunkSeparateLots"
*/
protected String chunkSeparateLots;
/**
*
* (Original XSL attribute: use.embed.for.svg
.)
*
* @parameter property="docbkx.useEmbedForSvg"
*/
protected String useEmbedForSvg;
/**
* If true, unlabeled qandadivs will be enumerated.
* (Original XSL attribute: qandadiv.autolabel
.)
*
* @parameter property="docbkx.qandadivAutolabel"
*/
protected String qandadivAutolabel;
/**
*
* (Original XSL attribute: ebnf.statement.terminator
.)
*
* @parameter property="docbkx.ebnfStatementTerminator"
*/
protected String ebnfStatementTerminator;
/**
* In order to resolve olinks efficiently, the stylesheets can generate an external data file containing information about all potential cross reference endpoints in a document.
* (Original XSL attribute: targets.filename
.)
*
* @parameter property="docbkx.targetsFilename"
*/
protected String targetsFilename;
/**
*
* (Original XSL attribute: generate.section.toc.level
.)
*
* @parameter property="docbkx.generateSectionTocLevel"
*/
protected String generateSectionTocLevel;
/**
* When true, additional, empty paragraphs are inserted in several contexts (for example, around informal figures), to create a more pleasing visual appearance in many browsers.
* (Original XSL attribute: spacing.paras
.)
*
* @parameter property="docbkx.spacingParas"
*/
protected String spacingParas;
/**
*
* (Original XSL attribute: function.parens
.)
*
* @parameter property="docbkx.functionParens"
*/
protected String functionParens;
/**
* Formal procedures are numbered and always have a title.
* (Original XSL attribute: formal.procedures
.)
*
* @parameter property="docbkx.formalProcedures"
*/
protected String formalProcedures;
/**
*
* (Original XSL attribute: process.source.toc
.)
*
* @parameter property="docbkx.processSourceToc"
*/
protected String processSourceToc;
/**
* By default, webhelp creates a common directory containing resources such as JavaScript files, css, common images, etc.
* (Original XSL attribute: webhelp.common.dir
.)
*
* @parameter property="docbkx.webhelpCommonDir"
*/
protected String webhelpCommonDir;
/**
*
* (Original XSL attribute: annotation.css
.)
*
* @parameter property="docbkx.annotationCss"
*/
protected String annotationCss;
/**
* Set the section depth in the left pane of HTML Help viewer.
* (Original XSL attribute: htmlhelp.hhc.section.depth
.)
*
* @parameter property="docbkx.htmlhelpHhcSectionDepth"
*/
protected String htmlhelpHhcSectionDepth;
/**
* When cross reference data is collected for use by olinks, the data for each potential target includes one field containing a completely assembled cross reference string, as if it were an xref generated in that document.
* (Original XSL attribute: use.local.olink.style
.)
*
* @parameter property="docbkx.useLocalOlinkStyle"
*/
protected String useLocalOlinkStyle;
/**
*
* (Original XSL attribute: phrase.propagates.style
.)
*
* @parameter property="docbkx.phrasePropagatesStyle"
*/
protected String phrasePropagatesStyle;
/**
* If true, callouts are presented with graphics (e.
* (Original XSL attribute: callout.graphics
.)
*
* @parameter property="docbkx.calloutGraphics"
*/
protected String calloutGraphics;
/**
*
* (Original XSL attribute: insert.olink.page.number
.)
*
* @parameter property="docbkx.insertOlinkPageNumber"
*/
protected String insertOlinkPageNumber;
/**
* If true title of document is shown before ToC/LoT in separate chunk.
* (Original XSL attribute: chunk.tocs.and.lots.has.title
.)
*
* @parameter property="docbkx.chunkTocsAndLotsHasTitle"
*/
protected String chunkTocsAndLotsHasTitle;
/**
*
* (Original XSL attribute: component.label.includes.part.label
.)
*
* @parameter property="docbkx.componentLabelIncludesPartLabel"
*/
protected String componentLabelIncludesPartLabel;
/**
*
* (Original XSL attribute: profile.value
.)
*
* @parameter property="docbkx.profileValue"
*/
protected String profileValue;
/**
*
* (Original XSL attribute: img.src.path
.)
*
* @parameter property="docbkx.imgSrcPath"
*/
protected String imgSrcPath;
/**
*
* (Original XSL attribute: firstterm.only.link
.)
*
* @parameter property="docbkx.firsttermOnlyLink"
*/
protected String firsttermOnlyLink;
/**
* Selects draft mode.
* (Original XSL attribute: draft.mode
.)
*
* @parameter property="docbkx.draftMode"
*/
protected String draftMode;
/**
*
* (Original XSL attribute: cmdsynopsis.hanging.indent
.)
*
* @parameter property="docbkx.cmdsynopsisHangingIndent"
*/
protected String cmdsynopsisHangingIndent;
/**
*
* (Original XSL attribute: funcsynopsis.decoration
.)
*
* @parameter property="docbkx.funcsynopsisDecoration"
*/
protected String funcsynopsisDecoration;
/**
*
* (Original XSL attribute: callout.unicode.number.limit
.)
*
* @parameter property="docbkx.calloutUnicodeNumberLimit"
*/
protected String calloutUnicodeNumberLimit;
/**
* Set to true to include the Print button on the toolbar.
* (Original XSL attribute: htmlhelp.button.print
.)
*
* @parameter property="docbkx.htmlhelpButtonPrint"
*/
protected String htmlhelpButtonPrint;
/**
* Eclipse Help plugin provider name.
* (Original XSL attribute: eclipse.plugin.provider
.)
*
* @parameter property="docbkx.eclipsePluginProvider"
*/
protected String eclipsePluginProvider;
/**
* The value of this parameter specifies profiles which should be included in the output.
* (Original XSL attribute: profile.lang
.)
*
* @parameter property="docbkx.profileLang"
*/
protected String profileLang;
/**
*
* (Original XSL attribute: blurb.on.titlepage.enabled
.)
*
* @parameter property="docbkx.blurbOnTitlepageEnabled"
*/
protected String blurbOnTitlepageEnabled;
protected void configure(Transformer transformer) {
getLog().debug("Configure the transformer.");
if (chunkQuietly != null) {
transformer.setParameter("chunk.quietly",
convertBooleanToXsltParam(chunkQuietly));
}
if (componentHeadingLevel != null) {
transformer.setParameter("component.heading.level",
convertStringToXsltParam(componentHeadingLevel));
}
if (profileCondition != null) {
transformer.setParameter("profile.condition",
convertStringToXsltParam(profileCondition));
}
if (useRoleAsXrefstyle != null) {
transformer.setParameter("use.role.as.xrefstyle",
convertBooleanToXsltParam(useRoleAsXrefstyle));
}
if (profileRole != null) {
transformer.setParameter("profile.role",
convertStringToXsltParam(profileRole));
}
if (navigGraphicsExtension != null) {
transformer.setParameter("navig.graphics.extension",
convertStringToXsltParam(navigGraphicsExtension));
}
if (htmlScript != null) {
transformer.setParameter("html.script",
convertStringToXsltParam(htmlScript));
}
if (tableFrameBorderColor != null) {
transformer.setParameter("table.frame.border.color",
convertStringToXsltParam(tableFrameBorderColor));
}
if (chunkTocsAndLots != null) {
transformer.setParameter("chunk.tocs.and.lots",
convertBooleanToXsltParam(chunkTocsAndLots));
}
if (texMathDelims != null) {
transformer.setParameter("tex.math.delims",
convertBooleanToXsltParam(texMathDelims));
}
if (graphicDefaultExtension != null) {
transformer.setParameter("graphic.default.extension",
convertStringToXsltParam(graphicDefaultExtension));
}
if (partAutolabel != null) {
transformer.setParameter("part.autolabel",
convertStringToXsltParam(partAutolabel));
}
if (showRevisionflag != null) {
transformer.setParameter("show.revisionflag",
convertBooleanToXsltParam(showRevisionflag));
}
if (variablelistAsTable != null) {
transformer.setParameter("variablelist.as.table",
convertBooleanToXsltParam(variablelistAsTable));
}
if (htmlhelpHhcBinary != null) {
transformer.setParameter("htmlhelp.hhc.binary",
convertBooleanToXsltParam(htmlhelpHhcBinary));
}
if (graphicsizeExtension != null) {
transformer.setParameter("graphicsize.extension",
convertBooleanToXsltParam(graphicsizeExtension));
}
if (pointsPerEm != null) {
transformer.setParameter("points.per.em",
convertStringToXsltParam(pointsPerEm));
}
if (htmlhelpWindowGeometry != null) {
transformer.setParameter("htmlhelp.window.geometry",
convertStringToXsltParam(htmlhelpWindowGeometry));
}
if (inheritKeywords != null) {
transformer.setParameter("inherit.keywords",
convertBooleanToXsltParam(inheritKeywords));
}
if (profileRevision != null) {
transformer.setParameter("profile.revision",
convertStringToXsltParam(profileRevision));
}
if (ebnfAssignment != null) {
transformer.setParameter("ebnf.assignment",
convertStringToXsltParam(ebnfAssignment));
}
if (qandaDefaultlabel != null) {
transformer.setParameter("qanda.defaultlabel",
convertStringToXsltParam(qandaDefaultlabel));
}
if (htmlhelpButtonPrev != null) {
transformer.setParameter("htmlhelp.button.prev",
convertBooleanToXsltParam(htmlhelpButtonPrev));
}
if (chunkFirstSections != null) {
transformer.setParameter("chunk.first.sections",
convertBooleanToXsltParam(chunkFirstSections));
}
if (nominalImageWidth != null) {
transformer.setParameter("nominal.image.width",
convertStringToXsltParam(nominalImageWidth));
}
if (footnoteNumberFormat != null) {
transformer.setParameter("footnote.number.format",
convertStringToXsltParam(footnoteNumberFormat));
}
if (referenceAutolabel != null) {
transformer.setParameter("reference.autolabel",
convertStringToXsltParam(referenceAutolabel));
}
if (highlightDefaultLanguage != null) {
transformer.setParameter("highlight.default.language",
convertStringToXsltParam(highlightDefaultLanguage));
}
if (preferredMediaobjectRole != null) {
transformer.setParameter("preferred.mediaobject.role",
convertStringToXsltParam(preferredMediaobjectRole));
}
if (manualToc != null) {
transformer.setParameter("manual.toc",
convertStringToXsltParam(manualToc));
}
if (generateToc != null) {
transformer.setParameter("generate.toc",
convertStringToXsltParam(generateToc));
}
if (argRepDefStr != null) {
transformer.setParameter("arg.rep.def.str",
convertStringToXsltParam(argRepDefStr));
}
if (indexMethod != null) {
transformer.setParameter("index.method",
convertStringToXsltParam(indexMethod));
}
if (insertOlinkPdfFrag != null) {
transformer.setParameter("insert.olink.pdf.frag",
convertBooleanToXsltParam(insertOlinkPdfFrag));
}
if (ebnfTableBorder != null) {
transformer.setParameter("ebnf.table.border",
convertBooleanToXsltParam(ebnfTableBorder));
}
if (indexOnType != null) {
transformer.setParameter("index.on.type",
convertBooleanToXsltParam(indexOnType));
}
if (autotocLabelSeparator != null) {
transformer.setParameter("autotoc.label.separator",
convertStringToXsltParam(autotocLabelSeparator));
}
if (nominalTableWidth != null) {
transformer.setParameter("nominal.table.width",
convertStringToXsltParam(nominalTableWidth));
}
if (webhelpStartFilename != null) {
transformer.setParameter("webhelp.start.filename",
convertStringToXsltParam(webhelpStartFilename));
}
if (olinkDoctitle != null) {
transformer.setParameter("olink.doctitle",
convertStringToXsltParam(olinkDoctitle));
}
if (htmlhelpUseHhk != null) {
transformer.setParameter("htmlhelp.use.hhk",
convertBooleanToXsltParam(htmlhelpUseHhk));
}
if (htmlhelpButtonJump2Title != null) {
transformer.setParameter("htmlhelp.button.jump2.title",
convertStringToXsltParam(htmlhelpButtonJump2Title));
}
if (insertXrefPageNumber != null) {
transformer.setParameter("insert.xref.page.number",
convertStringToXsltParam(insertXrefPageNumber));
}
if (biblioentryAltPrimarySeps != null) {
transformer.setParameter("biblioentry.alt.primary.seps",
convertStringToXsltParam(biblioentryAltPrimarySeps));
}
if (htmlhelpDefaultTopic != null) {
transformer.setParameter("htmlhelp.default.topic",
convertStringToXsltParam(htmlhelpDefaultTopic));
}
if (htmlStylesheet != null) {
transformer.setParameter("html.stylesheet",
convertStringToXsltParam(htmlStylesheet));
}
if (emphasisPropagatesStyle != null) {
transformer.setParameter("emphasis.propagates.style",
convertBooleanToXsltParam(emphasisPropagatesStyle));
}
if (htmlhelpShowMenu != null) {
transformer.setParameter("htmlhelp.show.menu",
convertBooleanToXsltParam(htmlhelpShowMenu));
}
if (chunkAppend != null) {
transformer.setParameter("chunk.append",
convertStringToXsltParam(chunkAppend));
}
if (htmlAppend != null) {
transformer.setParameter("html.append",
convertStringToXsltParam(htmlAppend));
}
if (variablelistTermBreakAfter != null) {
transformer.setParameter("variablelist.term.break.after",
convertBooleanToXsltParam(variablelistTermBreakAfter));
}
if (htmlhelpShowAdvancedSearch != null) {
transformer.setParameter("htmlhelp.show.advanced.search",
convertBooleanToXsltParam(htmlhelpShowAdvancedSearch));
}
if (htmlCellspacing != null) {
transformer.setParameter("html.cellspacing",
convertStringToXsltParam(htmlCellspacing));
}
if (showComments != null) {
transformer.setParameter("show.comments",
convertBooleanToXsltParam(showComments));
}
if (profileOs != null) {
transformer.setParameter("profile.os",
convertStringToXsltParam(profileOs));
}
if (webhelpDefaultTopic != null) {
transformer.setParameter("webhelp.default.topic",
convertStringToXsltParam(webhelpDefaultTopic));
}
if (tableFrameBorderStyle != null) {
transformer.setParameter("table.frame.border.style",
convertStringToXsltParam(tableFrameBorderStyle));
}
if (htmlLongdescLink != null) {
transformer.setParameter("html.longdesc.link",
convertBooleanToXsltParam(htmlLongdescLink));
}
if (calloutGraphicsNumberLimit != null) {
transformer.setParameter("callout.graphics.number.limit",
convertStringToXsltParam(calloutGraphicsNumberLimit));
}
if (suppressNavigation != null) {
transformer.setParameter("suppress.navigation",
convertBooleanToXsltParam(suppressNavigation));
}
if (biblioentryItemSeparator != null) {
transformer.setParameter("biblioentry.item.separator",
convertStringToXsltParam(biblioentryItemSeparator));
}
if (xrefTitlePageSeparator != null) {
transformer.setParameter("xref.title-page.separator",
convertStringToXsltParam(xrefTitlePageSeparator));
}
if (tablecolumnsExtension != null) {
transformer.setParameter("tablecolumns.extension",
convertBooleanToXsltParam(tablecolumnsExtension));
}
if (olinkBaseUri != null) {
transformer.setParameter("olink.base.uri",
convertStringToXsltParam(olinkBaseUri));
}
if (makeValidHtml != null) {
transformer.setParameter("make.valid.html",
convertBooleanToXsltParam(makeValidHtml));
}
if (annotationGraphicOpen != null) {
transformer.setParameter("annotation.graphic.open",
convertStringToXsltParam(annotationGraphicOpen));
}
if (profileAudience != null) {
transformer.setParameter("profile.audience",
convertStringToXsltParam(profileAudience));
}
if (emailDelimitersEnabled != null) {
transformer.setParameter("email.delimiters.enabled",
convertBooleanToXsltParam(emailDelimitersEnabled));
}
if (generateCssHeader != null) {
transformer.setParameter("generate.css.header",
convertBooleanToXsltParam(generateCssHeader));
}
if (htmlhelpTitle != null) {
transformer.setParameter("htmlhelp.title",
convertStringToXsltParam(htmlhelpTitle));
}
if (texMathInAlt != null) {
transformer.setParameter("tex.math.in.alt",
convertStringToXsltParam(texMathInAlt));
}
if (argChoicePlainOpenStr != null) {
transformer.setParameter("arg.choice.plain.open.str",
convertStringToXsltParam(argChoicePlainOpenStr));
}
if (htmlhelpForceMapAndAlias != null) {
transformer.setParameter("htmlhelp.force.map.and.alias",
convertBooleanToXsltParam(htmlhelpForceMapAndAlias));
}
if (sectionAutolabelMaxDepth != null) {
transformer.setParameter("section.autolabel.max.depth",
convertStringToXsltParam(sectionAutolabelMaxDepth));
}
if (idWarnings != null) {
transformer.setParameter("id.warnings",
convertBooleanToXsltParam(idWarnings));
}
if (formalObjectBreakAfter != null) {
transformer.setParameter("formal.object.break.after",
convertStringToXsltParam(formalObjectBreakAfter));
}
if (profileArch != null) {
transformer.setParameter("profile.arch",
convertStringToXsltParam(profileArch));
}
if (htmlhelpMapFile != null) {
transformer.setParameter("htmlhelp.map.file",
convertStringToXsltParam(htmlhelpMapFile));
}
if (chunkerOutputCdataSectionElements != null) {
transformer.setParameter("chunker.output.cdata-section-elements",
convertStringToXsltParam(chunkerOutputCdataSectionElements));
}
if (profileConformance != null) {
transformer.setParameter("profile.conformance",
convertStringToXsltParam(profileConformance));
}
if (htmlHeadLegalnoticeLinkMultiple != null) {
transformer.setParameter("html.head.legalnotice.link.multiple",
convertBooleanToXsltParam(htmlHeadLegalnoticeLinkMultiple));
}
if (refclassSuppress != null) {
transformer.setParameter("refclass.suppress",
convertBooleanToXsltParam(refclassSuppress));
}
if (htmlCellpadding != null) {
transformer.setParameter("html.cellpadding",
convertStringToXsltParam(htmlCellpadding));
}
if (eclipsePluginId != null) {
transformer.setParameter("eclipse.plugin.id",
convertStringToXsltParam(eclipsePluginId));
}
if (chunkerOutputDoctypePublic != null) {
transformer.setParameter("chunker.output.doctype-public",
convertStringToXsltParam(chunkerOutputDoctypePublic));
}
if (paraPropagatesStyle != null) {
transformer.setParameter("para.propagates.style",
convertBooleanToXsltParam(paraPropagatesStyle));
}
if (makeCleanHtml != null) {
transformer.setParameter("make.clean.html",
convertBooleanToXsltParam(makeCleanHtml));
}
if (tocListType != null) {
transformer.setParameter("toc.list.type",
convertStringToXsltParam(tocListType));
}
if (navigGraphics != null) {
transformer.setParameter("navig.graphics",
convertBooleanToXsltParam(navigGraphics));
}
if (generateRevhistoryLink != null) {
transformer.setParameter("generate.revhistory.link",
convertBooleanToXsltParam(generateRevhistoryLink));
}
if (docbookCssLink != null) {
transformer.setParameter("docbook.css.link",
convertBooleanToXsltParam(docbookCssLink));
}
if (l10nXml != null) {
transformer.setParameter("l10n.xml",
convertStringToXsltParam(l10nXml));
}
if (tableFootnoteNumberSymbols != null) {
transformer.setParameter("table.footnote.number.symbols",
convertStringToXsltParam(tableFootnoteNumberSymbols));
}
if (ulinkTarget != null) {
transformer.setParameter("ulink.target",
convertStringToXsltParam(ulinkTarget));
}
if (chunkerOutputEncoding != null) {
transformer.setParameter("chunker.output.encoding",
convertStringToXsltParam(chunkerOutputEncoding));
}
if (sectionAutolabel != null) {
transformer.setParameter("section.autolabel",
convertBooleanToXsltParam(sectionAutolabel));
}
if (generateMetaAbstract != null) {
transformer.setParameter("generate.meta.abstract",
convertBooleanToXsltParam(generateMetaAbstract));
}
if (argRepRepeatStr != null) {
transformer.setParameter("arg.rep.repeat.str",
convertStringToXsltParam(argRepRepeatStr));
}
if (htmlhelpHhpTail != null) {
transformer.setParameter("htmlhelp.hhp.tail",
convertStringToXsltParam(htmlhelpHhpTail));
}
if (chunkToc != null) {
transformer.setParameter("chunk.toc",
convertStringToXsltParam(chunkToc));
}
if (htmlhelpShowFavorities != null) {
transformer.setParameter("htmlhelp.show.favorities",
convertBooleanToXsltParam(htmlhelpShowFavorities));
}
if (htmlScriptType != null) {
transformer.setParameter("html.script.type",
convertStringToXsltParam(htmlScriptType));
}
if (webhelpTreeCookieId != null) {
transformer.setParameter("webhelp.tree.cookie.id",
convertStringToXsltParam(webhelpTreeCookieId));
}
if (glosstermAutoLink != null) {
transformer.setParameter("glossterm.auto.link",
convertBooleanToXsltParam(glosstermAutoLink));
}
if (get != null) {
transformer.setParameter("get",
convertStringToXsltParam(get));
}
if (simplesectInToc != null) {
transformer.setParameter("simplesect.in.toc",
convertBooleanToXsltParam(simplesectInToc));
}
if (suppressHeaderNavigation != null) {
transformer.setParameter("suppress.header.navigation",
convertBooleanToXsltParam(suppressHeaderNavigation));
}
if (htmlhelpButtonJump2 != null) {
transformer.setParameter("htmlhelp.button.jump2",
convertBooleanToXsltParam(htmlhelpButtonJump2));
}
if (htmlhelpButtonJump1 != null) {
transformer.setParameter("htmlhelp.button.jump1",
convertBooleanToXsltParam(htmlhelpButtonJump1));
}
if (chunkerOutputOmitXmlDeclaration != null) {
transformer.setParameter("chunker.output.omit-xml-declaration",
convertStringToXsltParam(chunkerOutputOmitXmlDeclaration));
}
if (htmlhelpButtonForward != null) {
transformer.setParameter("htmlhelp.button.forward",
convertBooleanToXsltParam(htmlhelpButtonForward));
}
if (punctHonorific != null) {
transformer.setParameter("punct.honorific",
convertStringToXsltParam(punctHonorific));
}
if (ignoreImageScaling != null) {
transformer.setParameter("ignore.image.scaling",
convertBooleanToXsltParam(ignoreImageScaling));
}
if (appendixAutolabel != null) {
transformer.setParameter("appendix.autolabel",
convertStringToXsltParam(appendixAutolabel));
}
if (entryPropagatesStyle != null) {
transformer.setParameter("entry.propagates.style",
convertBooleanToXsltParam(entryPropagatesStyle));
}
if (suppressFooterNavigation != null) {
transformer.setParameter("suppress.footer.navigation",
convertBooleanToXsltParam(suppressFooterNavigation));
}
if (indexTermSeparator != null) {
transformer.setParameter("index.term.separator",
convertStringToXsltParam(indexTermSeparator));
}
if (calloutListTable != null) {
transformer.setParameter("callout.list.table",
convertBooleanToXsltParam(calloutListTable));
}
if (htmlhelpOnly != null) {
transformer.setParameter("htmlhelp.only",
convertBooleanToXsltParam(htmlhelpOnly));
}
if (argChoiceOptOpenStr != null) {
transformer.setParameter("arg.choice.opt.open.str",
convertStringToXsltParam(argChoiceOptOpenStr));
}
if (htmlLongdesc != null) {
transformer.setParameter("html.longdesc",
convertBooleanToXsltParam(htmlLongdesc));
}
if (editedbyEnabled != null) {
transformer.setParameter("editedby.enabled",
convertBooleanToXsltParam(editedbyEnabled));
}
if (chunkerOutputMediaType != null) {
transformer.setParameter("chunker.output.media-type",
convertStringToXsltParam(chunkerOutputMediaType));
}
if (segmentedlistAsTable != null) {
transformer.setParameter("segmentedlist.as.table",
convertBooleanToXsltParam(segmentedlistAsTable));
}
if (htmlhelpHhc != null) {
transformer.setParameter("htmlhelp.hhc",
convertStringToXsltParam(htmlhelpHhc));
}
if (htmlhelpHhp != null) {
transformer.setParameter("htmlhelp.hhp",
convertStringToXsltParam(htmlhelpHhp));
}
if (chunkerOutputIndent != null) {
transformer.setParameter("chunker.output.indent",
convertStringToXsltParam(chunkerOutputIndent));
}
if (webhelpIncludeSearchTab != null) {
transformer.setParameter("webhelp.include.search.tab",
convertBooleanToXsltParam(webhelpIncludeSearchTab));
}
if (htmlhelpHhk != null) {
transformer.setParameter("htmlhelp.hhk",
convertStringToXsltParam(htmlhelpHhk));
}
if (customCssSource != null) {
transformer.setParameter("custom.css.source",
convertStringToXsltParam(customCssSource));
}
if (htmlhelpEncoding != null) {
transformer.setParameter("htmlhelp.encoding",
convertStringToXsltParam(htmlhelpEncoding));
}
if (annotationGraphicClose != null) {
transformer.setParameter("annotation.graphic.close",
convertStringToXsltParam(annotationGraphicClose));
}
if (defaultTableFrame != null) {
transformer.setParameter("default.table.frame",
convertStringToXsltParam(defaultTableFrame));
}
if (glossaryCollection != null) {
transformer.setParameter("glossary.collection",
convertStringToXsltParam(glossaryCollection));
}
if (menuchoiceMenuSeparator != null) {
transformer.setParameter("menuchoice.menu.separator",
convertStringToXsltParam(menuchoiceMenuSeparator));
}
if (profileSecurity != null) {
transformer.setParameter("profile.security",
convertStringToXsltParam(profileSecurity));
}
if (chapterAutolabel != null) {
transformer.setParameter("chapter.autolabel",
convertStringToXsltParam(chapterAutolabel));
}
if (biblioentryPrimaryCount != null) {
transformer.setParameter("biblioentry.primary.count",
convertStringToXsltParam(biblioentryPrimaryCount));
}
if (pixelsPerInch != null) {
transformer.setParameter("pixels.per.inch",
convertStringToXsltParam(pixelsPerInch));
}
if (insertXrefPageNumberPara != null) {
transformer.setParameter("insert.xref.page.number.para",
convertStringToXsltParam(insertXrefPageNumberPara));
}
if (contribInlineEnabled != null) {
transformer.setParameter("contrib.inline.enabled",
convertBooleanToXsltParam(contribInlineEnabled));
}
if (htmlhelpButtonBack != null) {
transformer.setParameter("htmlhelp.button.back",
convertBooleanToXsltParam(htmlhelpButtonBack));
}
if (formalTitlePlacement != null) {
transformer.setParameter("formal.title.placement",
convertStringToXsltParam(formalTitlePlacement));
}
if (bibliographyCollection != null) {
transformer.setParameter("bibliography.collection",
convertStringToXsltParam(bibliographyCollection));
}
if (indexRangeSeparator != null) {
transformer.setParameter("index.range.separator",
convertStringToXsltParam(indexRangeSeparator));
}
if (htmlhelpButtonLocate != null) {
transformer.setParameter("htmlhelp.button.locate",
convertBooleanToXsltParam(htmlhelpButtonLocate));
}
if (shadeVerbatim != null) {
transformer.setParameter("shade.verbatim",
convertBooleanToXsltParam(shadeVerbatim));
}
if (linenumberingWidth != null) {
transformer.setParameter("linenumbering.width",
convertStringToXsltParam(linenumberingWidth));
}
if (autolinkIndexSee != null) {
transformer.setParameter("autolink.index.see",
convertBooleanToXsltParam(autolinkIndexSee));
}
if (l10nGentextDefaultLanguage != null) {
transformer.setParameter("l10n.gentext.default.language",
convertStringToXsltParam(l10nGentextDefaultLanguage));
}
if (generateLegalnoticeLink != null) {
transformer.setParameter("generate.legalnotice.link",
convertBooleanToXsltParam(generateLegalnoticeLink));
}
if (refentryGenerateName != null) {
transformer.setParameter("refentry.generate.name",
convertBooleanToXsltParam(refentryGenerateName));
}
if (admonStyle != null) {
transformer.setParameter("admon.style",
convertStringToXsltParam(admonStyle));
}
if (xrefLabelTitleSeparator != null) {
transformer.setParameter("xref.label-title.separator",
convertStringToXsltParam(xrefLabelTitleSeparator));
}
if (htmlStylesheetType != null) {
transformer.setParameter("html.stylesheet.type",
convertStringToXsltParam(htmlStylesheetType));
}
if (variablelistTermSeparator != null) {
transformer.setParameter("variablelist.term.separator",
convertStringToXsltParam(variablelistTermSeparator));
}
if (qandaInheritNumeration != null) {
transformer.setParameter("qanda.inherit.numeration",
convertBooleanToXsltParam(qandaInheritNumeration));
}
if (calloutDefaultcolumn != null) {
transformer.setParameter("callout.defaultcolumn",
convertStringToXsltParam(calloutDefaultcolumn));
}
if (profileRevisionflag != null) {
transformer.setParameter("profile.revisionflag",
convertStringToXsltParam(profileRevisionflag));
}
if (procedureStepNumerationFormats != null) {
transformer.setParameter("procedure.step.numeration.formats",
convertStringToXsltParam(procedureStepNumerationFormats));
}
if (rootid != null) {
transformer.setParameter("rootid",
convertStringToXsltParam(rootid));
}
if (chunkSectionDepth != null) {
transformer.setParameter("chunk.section.depth",
convertStringToXsltParam(chunkSectionDepth));
}
if (refentryXrefManvolnum != null) {
transformer.setParameter("refentry.xref.manvolnum",
convertBooleanToXsltParam(refentryXrefManvolnum));
}
if (htmlhelpHhpWindow != null) {
transformer.setParameter("htmlhelp.hhp.window",
convertStringToXsltParam(htmlhelpHhpWindow));
}
if (collectXrefTargets != null) {
transformer.setParameter("collect.xref.targets",
convertStringToXsltParam(collectXrefTargets));
}
if (makeSingleYearRanges != null) {
transformer.setParameter("make.single.year.ranges",
convertBooleanToXsltParam(makeSingleYearRanges));
}
if (htmlhelpEnhancedDecompilation != null) {
transformer.setParameter("htmlhelp.enhanced.decompilation",
convertBooleanToXsltParam(htmlhelpEnhancedDecompilation));
}
if (htmlhelpButtonJump2Url != null) {
transformer.setParameter("htmlhelp.button.jump2.url",
convertStringToXsltParam(htmlhelpButtonJump2Url));
}
if (htmlhelpHhcFoldersInsteadBooks != null) {
transformer.setParameter("htmlhelp.hhc.folders.instead.books",
convertBooleanToXsltParam(htmlhelpHhcFoldersInsteadBooks));
}
if (generateIdAttributes != null) {
transformer.setParameter("generate.id.attributes",
convertBooleanToXsltParam(generateIdAttributes));
}
if (stylesheetResultType != null) {
transformer.setParameter("stylesheet.result.type",
convertStringToXsltParam(stylesheetResultType));
}
if (indexNumberSeparator != null) {
transformer.setParameter("index.number.separator",
convertStringToXsltParam(indexNumberSeparator));
}
if (calloutUnicodeStartCharacter != null) {
transformer.setParameter("callout.unicode.start.character",
convertStringToXsltParam(calloutUnicodeStartCharacter));
}
if (argOrSep != null) {
transformer.setParameter("arg.or.sep",
convertStringToXsltParam(argOrSep));
}
if (ebnfTableBgcolor != null) {
transformer.setParameter("ebnf.table.bgcolor",
convertStringToXsltParam(ebnfTableBgcolor));
}
if (l10nLangValueRfcCompliant != null) {
transformer.setParameter("l10n.lang.value.rfc.compliant",
convertBooleanToXsltParam(l10nLangValueRfcCompliant));
}
if (xrefLabelPageSeparator != null) {
transformer.setParameter("xref.label-page.separator",
convertStringToXsltParam(xrefLabelPageSeparator));
}
if (processEmptySourceToc != null) {
transformer.setParameter("process.empty.source.toc",
convertBooleanToXsltParam(processEmptySourceToc));
}
if (htmlhelpRememberWindowPosition != null) {
transformer.setParameter("htmlhelp.remember.window.position",
convertBooleanToXsltParam(htmlhelpRememberWindowPosition));
}
if (navigShowtitles != null) {
transformer.setParameter("navig.showtitles",
convertBooleanToXsltParam(navigShowtitles));
}
if (highlightXslthlConfig != null) {
transformer.setParameter("highlight.xslthl.config",
convertStringToXsltParam(highlightXslthlConfig));
}
if (webhelpIndexerLanguage != null) {
transformer.setParameter("webhelp.indexer.language",
convertStringToXsltParam(webhelpIndexerLanguage));
}
if (highlightSource != null) {
transformer.setParameter("highlight.source",
convertBooleanToXsltParam(highlightSource));
}
if (footerRule != null) {
transformer.setParameter("footer.rule",
convertBooleanToXsltParam(footerRule));
}
if (refentryGenerateTitle != null) {
transformer.setParameter("refentry.generate.title",
convertBooleanToXsltParam(refentryGenerateTitle));
}
if (navigGraphicsPath != null) {
transformer.setParameter("navig.graphics.path",
convertStringToXsltParam(navigGraphicsPath));
}
if (calloutGraphicsPath != null) {
transformer.setParameter("callout.graphics.path",
convertStringToXsltParam(calloutGraphicsPath));
}
if (autotocLabelInHyperlink != null) {
transformer.setParameter("autotoc.label.in.hyperlink",
convertBooleanToXsltParam(autotocLabelInHyperlink));
}
if (htmlhelpButtonZoom != null) {
transformer.setParameter("htmlhelp.button.zoom",
convertBooleanToXsltParam(htmlhelpButtonZoom));
}
if (chunkerOutputMethod != null) {
transformer.setParameter("chunker.output.method",
convertStringToXsltParam(chunkerOutputMethod));
}
if (qandaInToc != null) {
transformer.setParameter("qanda.in.toc",
convertBooleanToXsltParam(qandaInToc));
}
if (glossarySort != null) {
transformer.setParameter("glossary.sort",
convertBooleanToXsltParam(glossarySort));
}
if (calloutGraphicsExtension != null) {
transformer.setParameter("callout.graphics.extension",
convertStringToXsltParam(calloutGraphicsExtension));
}
if (footnoteNumberSymbols != null) {
transformer.setParameter("footnote.number.symbols",
convertStringToXsltParam(footnoteNumberSymbols));
}
if (htmlhelpButtonHomeUrl != null) {
transformer.setParameter("htmlhelp.button.home.url",
convertStringToXsltParam(htmlhelpButtonHomeUrl));
}
if (tableBordersWithCss != null) {
transformer.setParameter("table.borders.with.css",
convertBooleanToXsltParam(tableBordersWithCss));
}
if (htmlExtraHeadLinks != null) {
transformer.setParameter("html.extra.head.links",
convertBooleanToXsltParam(htmlExtraHeadLinks));
}
if (bridgeheadInToc != null) {
transformer.setParameter("bridgehead.in.toc",
convertBooleanToXsltParam(bridgeheadInToc));
}
if (othercreditLikeAuthorEnabled != null) {
transformer.setParameter("othercredit.like.author.enabled",
convertBooleanToXsltParam(othercreditLikeAuthorEnabled));
}
if (linenumberingEveryNth != null) {
transformer.setParameter("linenumbering.everyNth",
convertStringToXsltParam(linenumberingEveryNth));
}
if (saxonCharacterRepresentation != null) {
transformer.setParameter("saxon.character.representation",
convertStringToXsltParam(saxonCharacterRepresentation));
}
if (funcsynopsisStyle != null) {
transformer.setParameter("funcsynopsis.style",
convertStringToXsltParam(funcsynopsisStyle));
}
if (argChoiceReqCloseStr != null) {
transformer.setParameter("arg.choice.req.close.str",
convertStringToXsltParam(argChoiceReqCloseStr));
}
if (generateIndex != null) {
transformer.setParameter("generate.index",
convertBooleanToXsltParam(generateIndex));
}
if (emptyLocalL10nXml != null) {
transformer.setParameter("empty.local.l10n.xml",
convertStringToXsltParam(emptyLocalL10nXml));
}
if (htmlhelpShowToolbarText != null) {
transformer.setParameter("htmlhelp.show.toolbar.text",
convertBooleanToXsltParam(htmlhelpShowToolbarText));
}
if (l10nGentextUseXrefLanguage != null) {
transformer.setParameter("l10n.gentext.use.xref.language",
convertBooleanToXsltParam(l10nGentextUseXrefLanguage));
}
if (olinkLangFallbackSequence != null) {
transformer.setParameter("olink.lang.fallback.sequence",
convertStringToXsltParam(olinkLangFallbackSequence));
}
if (argChoiceOptCloseStr != null) {
transformer.setParameter("arg.choice.opt.close.str",
convertStringToXsltParam(argChoiceOptCloseStr));
}
if (authorOthernameInMiddle != null) {
transformer.setParameter("author.othername.in.middle",
convertBooleanToXsltParam(authorOthernameInMiddle));
}
if (refentrySeparator != null) {
transformer.setParameter("refentry.separator",
convertBooleanToXsltParam(refentrySeparator));
}
if (menuchoiceSeparator != null) {
transformer.setParameter("menuchoice.separator",
convertStringToXsltParam(menuchoiceSeparator));
}
if (makeYearRanges != null) {
transformer.setParameter("make.year.ranges",
convertBooleanToXsltParam(makeYearRanges));
}
if (makeGraphicViewport != null) {
transformer.setParameter("make.graphic.viewport",
convertBooleanToXsltParam(makeGraphicViewport));
}
if (manifest != null) {
transformer.setParameter("manifest",
convertStringToXsltParam(manifest));
}
if (htmlhelpButtonStop != null) {
transformer.setParameter("htmlhelp.button.stop",
convertBooleanToXsltParam(htmlhelpButtonStop));
}
if (nominalImageDepth != null) {
transformer.setParameter("nominal.image.depth",
convertStringToXsltParam(nominalImageDepth));
}
if (l10nGentextLanguage != null) {
transformer.setParameter("l10n.gentext.language",
convertStringToXsltParam(l10nGentextLanguage));
}
if (htmlhelpChm != null) {
transformer.setParameter("htmlhelp.chm",
convertStringToXsltParam(htmlhelpChm));
}
if (linkToSelfForMediaobject != null) {
transformer.setParameter("link.to.self.for.mediaobject",
convertBooleanToXsltParam(linkToSelfForMediaobject));
}
if (htmlhelpHhcWidth != null) {
transformer.setParameter("htmlhelp.hhc.width",
convertStringToXsltParam(htmlhelpHhcWidth));
}
if (useExtensions != null) {
transformer.setParameter("use.extensions",
convertBooleanToXsltParam(useExtensions));
}
if (runinheadTitleEndPunct != null) {
transformer.setParameter("runinhead.title.end.punct",
convertStringToXsltParam(runinheadTitleEndPunct));
}
if (olinkDebug != null) {
transformer.setParameter("olink.debug",
convertBooleanToXsltParam(olinkDebug));
}
if (htmlhelpButtonJump1Title != null) {
transformer.setParameter("htmlhelp.button.jump1.title",
convertStringToXsltParam(htmlhelpButtonJump1Title));
}
if (localL10nXml != null) {
transformer.setParameter("local.l10n.xml",
convertStringToXsltParam(localL10nXml));
}
if (indexLinksToSection != null) {
transformer.setParameter("index.links.to.section",
convertBooleanToXsltParam(indexLinksToSection));
}
if (xrefWithNumberAndTitle != null) {
transformer.setParameter("xref.with.number.and.title",
convertBooleanToXsltParam(xrefWithNumberAndTitle));
}
if (admonGraphicsPath != null) {
transformer.setParameter("admon.graphics.path",
convertStringToXsltParam(admonGraphicsPath));
}
if (eclipseAutolabel != null) {
transformer.setParameter("eclipse.autolabel",
convertBooleanToXsltParam(eclipseAutolabel));
}
if (annotationJs != null) {
transformer.setParameter("annotation.js",
convertStringToXsltParam(annotationJs));
}
if (htmlhelpAutolabel != null) {
transformer.setParameter("htmlhelp.autolabel",
convertBooleanToXsltParam(htmlhelpAutolabel));
}
if (tableFootnoteNumberFormat != null) {
transformer.setParameter("table.footnote.number.format",
convertStringToXsltParam(tableFootnoteNumberFormat));
}
if (htmlHeadLegalnoticeLinkTypes != null) {
transformer.setParameter("html.head.legalnotice.link.types",
convertStringToXsltParam(htmlHeadLegalnoticeLinkTypes));
}
if (defaultImageWidth != null) {
transformer.setParameter("default.image.width",
convertStringToXsltParam(defaultImageWidth));
}
if (htmlhelpButtonHome != null) {
transformer.setParameter("htmlhelp.button.home",
convertBooleanToXsltParam(htmlhelpButtonHome));
}
if (headerRule != null) {
transformer.setParameter("header.rule",
convertBooleanToXsltParam(headerRule));
}
if (prefaceAutolabel != null) {
transformer.setParameter("preface.autolabel",
convertStringToXsltParam(prefaceAutolabel));
}
if (htmlhelpEnumerateImages != null) {
transformer.setParameter("htmlhelp.enumerate.images",
convertBooleanToXsltParam(htmlhelpEnumerateImages));
}
if (currentDocid != null) {
transformer.setParameter("current.docid",
convertStringToXsltParam(currentDocid));
}
if (citerefentryLink != null) {
transformer.setParameter("citerefentry.link",
convertBooleanToXsltParam(citerefentryLink));
}
if (preferInternalOlink != null) {
transformer.setParameter("prefer.internal.olink",
convertBooleanToXsltParam(preferInternalOlink));
}
if (useSvg != null) {
transformer.setParameter("use.svg",
convertBooleanToXsltParam(useSvg));
}
if (profileAttribute != null) {
transformer.setParameter("profile.attribute",
convertStringToXsltParam(profileAttribute));
}
if (linkMailtoUrl != null) {
transformer.setParameter("link.mailto.url",
convertStringToXsltParam(linkMailtoUrl));
}
if (htmlhelpHhpWindows != null) {
transformer.setParameter("htmlhelp.hhp.windows",
convertStringToXsltParam(htmlhelpHhpWindows));
}
if (chunkedFilenamePrefix != null) {
transformer.setParameter("chunked.filename.prefix",
convertStringToXsltParam(chunkedFilenamePrefix));
}
if (tocMaxDepth != null) {
transformer.setParameter("toc.max.depth",
convertStringToXsltParam(tocMaxDepth));
}
if (targetDatabaseDocument != null) {
transformer.setParameter("target.database.document",
convertStringToXsltParam(targetDatabaseDocument));
}
if (admonGraphicsExtension != null) {
transformer.setParameter("admon.graphics.extension",
convertStringToXsltParam(admonGraphicsExtension));
}
if (activateExternalOlinks != null) {
transformer.setParameter("activate.external.olinks",
convertBooleanToXsltParam(activateExternalOlinks));
}
if (htmlExt != null) {
transformer.setParameter("html.ext",
convertStringToXsltParam(htmlExt));
}
if (bibliographyNumbered != null) {
transformer.setParameter("bibliography.numbered",
convertBooleanToXsltParam(bibliographyNumbered));
}
if (textinsertExtension != null) {
transformer.setParameter("textinsert.extension",
convertBooleanToXsltParam(textinsertExtension));
}
if (generateManifest != null) {
transformer.setParameter("generate.manifest",
convertBooleanToXsltParam(generateManifest));
}
if (indexPreferTitleabbrev != null) {
transformer.setParameter("index.prefer.titleabbrev",
convertBooleanToXsltParam(indexPreferTitleabbrev));
}
if (webhelpAutolabel != null) {
transformer.setParameter("webhelp.autolabel",
convertBooleanToXsltParam(webhelpAutolabel));
}
if (htmlBase != null) {
transformer.setParameter("html.base",
convertStringToXsltParam(htmlBase));
}
if (htmlCleanup != null) {
transformer.setParameter("html.cleanup",
convertBooleanToXsltParam(htmlCleanup));
}
if (defaultTableWidth != null) {
transformer.setParameter("default.table.width",
convertStringToXsltParam(defaultTableWidth));
}
if (chunkerOutputDoctypeSystem != null) {
transformer.setParameter("chunker.output.doctype-system",
convertStringToXsltParam(chunkerOutputDoctypeSystem));
}
if (argChoiceReqOpenStr != null) {
transformer.setParameter("arg.choice.req.open.str",
convertStringToXsltParam(argChoiceReqOpenStr));
}
if (argChoicePlainCloseStr != null) {
transformer.setParameter("arg.choice.plain.close.str",
convertStringToXsltParam(argChoicePlainCloseStr));
}
if (tocSectionDepth != null) {
transformer.setParameter("toc.section.depth",
convertStringToXsltParam(tocSectionDepth));
}
if (writingMode != null) {
transformer.setParameter("writing.mode",
convertStringToXsltParam(writingMode));
}
if (javahelpEncoding != null) {
transformer.setParameter("javahelp.encoding",
convertStringToXsltParam(javahelpEncoding));
}
if (htmlhelpDisplayProgress != null) {
transformer.setParameter("htmlhelp.display.progress",
convertBooleanToXsltParam(htmlhelpDisplayProgress));
}
if (calloutUnicode != null) {
transformer.setParameter("callout.unicode",
convertBooleanToXsltParam(calloutUnicode));
}
if (textdataDefaultEncoding != null) {
transformer.setParameter("textdata.default.encoding",
convertStringToXsltParam(textdataDefaultEncoding));
}
if (annotateToc != null) {
transformer.setParameter("annotate.toc",
convertBooleanToXsltParam(annotateToc));
}
if (admonGraphics != null) {
transformer.setParameter("admon.graphics",
convertBooleanToXsltParam(admonGraphics));
}
if (htmlhelpButtonHideshow != null) {
transformer.setParameter("htmlhelp.button.hideshow",
convertBooleanToXsltParam(htmlhelpButtonHideshow));
}
if (htmlhelpButtonRefresh != null) {
transformer.setParameter("htmlhelp.button.refresh",
convertBooleanToXsltParam(htmlhelpButtonRefresh));
}
if (runinheadDefaultTitleEndPunct != null) {
transformer.setParameter("runinhead.default.title.end.punct",
convertStringToXsltParam(runinheadDefaultTitleEndPunct));
}
if (glossentryShowAcronym != null) {
transformer.setParameter("glossentry.show.acronym",
convertStringToXsltParam(glossentryShowAcronym));
}
if (cssDecoration != null) {
transformer.setParameter("css.decoration",
convertBooleanToXsltParam(cssDecoration));
}
if (useRoleForMediaobject != null) {
transformer.setParameter("use.role.for.mediaobject",
convertBooleanToXsltParam(useRoleForMediaobject));
}
if (sectionLabelIncludesComponentLabel != null) {
transformer.setParameter("section.label.includes.component.label",
convertBooleanToXsltParam(sectionLabelIncludesComponentLabel));
}
if (admonTextlabel != null) {
transformer.setParameter("admon.textlabel",
convertBooleanToXsltParam(admonTextlabel));
}
if (profileVendor != null) {
transformer.setParameter("profile.vendor",
convertStringToXsltParam(profileVendor));
}
if (profileStatus != null) {
transformer.setParameter("profile.status",
convertStringToXsltParam(profileStatus));
}
if (indexOnRole != null) {
transformer.setParameter("index.on.role",
convertBooleanToXsltParam(indexOnRole));
}
if (draftWatermarkImage != null) {
transformer.setParameter("draft.watermark.image",
convertStringToXsltParam(draftWatermarkImage));
}
if (profileWordsize != null) {
transformer.setParameter("profile.wordsize",
convertStringToXsltParam(profileWordsize));
}
if (texMathFile != null) {
transformer.setParameter("tex.math.file",
convertStringToXsltParam(texMathFile));
}
if (htmlhelpOutput != null) {
transformer.setParameter("htmlhelp.output",
convertStringToXsltParam(htmlhelpOutput));
}
if (manifestInBaseDir != null) {
transformer.setParameter("manifest.in.base.dir",
convertBooleanToXsltParam(manifestInBaseDir));
}
if (webhelpBaseDir != null) {
transformer.setParameter("webhelp.base.dir",
convertStringToXsltParam(webhelpBaseDir));
}
if (qandaNestedInToc != null) {
transformer.setParameter("qanda.nested.in.toc",
convertBooleanToXsltParam(qandaNestedInToc));
}
if (argRepNorepeatStr != null) {
transformer.setParameter("arg.rep.norepeat.str",
convertStringToXsltParam(argRepNorepeatStr));
}
if (htmlhelpButtonOptions != null) {
transformer.setParameter("htmlhelp.button.options",
convertBooleanToXsltParam(htmlhelpButtonOptions));
}
if (tableCellBorderColor != null) {
transformer.setParameter("table.cell.border.color",
convertStringToXsltParam(tableCellBorderColor));
}
if (linenumberingSeparator != null) {
transformer.setParameter("linenumbering.separator",
convertStringToXsltParam(linenumberingSeparator));
}
if (docbookCssSource != null) {
transformer.setParameter("docbook.css.source",
convertStringToXsltParam(docbookCssSource));
}
if (htmlhelpHhcShowRoot != null) {
transformer.setParameter("htmlhelp.hhc.show.root",
convertBooleanToXsltParam(htmlhelpHhcShowRoot));
}
if (htmlhelpButtonNext != null) {
transformer.setParameter("htmlhelp.button.next",
convertBooleanToXsltParam(htmlhelpButtonNext));
}
if (defaultFloatClass != null) {
transformer.setParameter("default.float.class",
convertStringToXsltParam(defaultFloatClass));
}
if (labelFromPart != null) {
transformer.setParameter("label.from.part",
convertBooleanToXsltParam(labelFromPart));
}
if (abstractNotitleEnabled != null) {
transformer.setParameter("abstract.notitle.enabled",
convertBooleanToXsltParam(abstractNotitleEnabled));
}
if (generateConsistentIds != null) {
transformer.setParameter("generate.consistent.ids",
convertBooleanToXsltParam(generateConsistentIds));
}
if (bibliographyStyle != null) {
transformer.setParameter("bibliography.style",
convertStringToXsltParam(bibliographyStyle));
}
if (tableFrameBorderThickness != null) {
transformer.setParameter("table.frame.border.thickness",
convertStringToXsltParam(tableFrameBorderThickness));
}
if (argChoiceDefCloseStr != null) {
transformer.setParameter("arg.choice.def.close.str",
convertStringToXsltParam(argChoiceDefCloseStr));
}
if (exslNodeSetAvailable != null) {
transformer.setParameter("exsl.node.set.available",
convertBooleanToXsltParam(exslNodeSetAvailable));
}
if (argChoiceDefOpenStr != null) {
transformer.setParameter("arg.choice.def.open.str",
convertStringToXsltParam(argChoiceDefOpenStr));
}
if (calloutsExtension != null) {
transformer.setParameter("callouts.extension",
convertBooleanToXsltParam(calloutsExtension));
}
if (annotationSupport != null) {
transformer.setParameter("annotation.support",
convertBooleanToXsltParam(annotationSupport));
}
if (chunkerOutputStandalone != null) {
transformer.setParameter("chunker.output.standalone",
convertStringToXsltParam(chunkerOutputStandalone));
}
if (profileSeparator != null) {
transformer.setParameter("profile.separator",
convertStringToXsltParam(profileSeparator));
}
if (linenumberingExtension != null) {
transformer.setParameter("linenumbering.extension",
convertBooleanToXsltParam(linenumberingExtension));
}
if (htmlhelpAliasFile != null) {
transformer.setParameter("htmlhelp.alias.file",
convertStringToXsltParam(htmlhelpAliasFile));
}
if (keepRelativeImageUris != null) {
transformer.setParameter("keep.relative.image.uris",
convertBooleanToXsltParam(keepRelativeImageUris));
}
if (useIdAsFilename != null) {
transformer.setParameter("use.id.as.filename",
convertBooleanToXsltParam(useIdAsFilename));
}
if (profileUserlevel != null) {
transformer.setParameter("profile.userlevel",
convertStringToXsltParam(profileUserlevel));
}
if (profileOutputformat != null) {
transformer.setParameter("profile.outputformat",
convertStringToXsltParam(profileOutputformat));
}
if (eclipsePluginName != null) {
transformer.setParameter("eclipse.plugin.name",
convertStringToXsltParam(eclipsePluginName));
}
if (tableCellBorderThickness != null) {
transformer.setParameter("table.cell.border.thickness",
convertStringToXsltParam(tableCellBorderThickness));
}
if (tableCellBorderStyle != null) {
transformer.setParameter("table.cell.border.style",
convertStringToXsltParam(tableCellBorderStyle));
}
if (htmlhelpButtonJump1Url != null) {
transformer.setParameter("htmlhelp.button.jump1.url",
convertStringToXsltParam(htmlhelpButtonJump1Url));
}
if (graphicsizeUseImgSrcPath != null) {
transformer.setParameter("graphicsize.use.img.src.path",
convertBooleanToXsltParam(graphicsizeUseImgSrcPath));
}
if (chunkSeparateLots != null) {
transformer.setParameter("chunk.separate.lots",
convertBooleanToXsltParam(chunkSeparateLots));
}
if (useEmbedForSvg != null) {
transformer.setParameter("use.embed.for.svg",
convertBooleanToXsltParam(useEmbedForSvg));
}
if (qandadivAutolabel != null) {
transformer.setParameter("qandadiv.autolabel",
convertBooleanToXsltParam(qandadivAutolabel));
}
if (ebnfStatementTerminator != null) {
transformer.setParameter("ebnf.statement.terminator",
convertStringToXsltParam(ebnfStatementTerminator));
}
if (targetsFilename != null) {
transformer.setParameter("targets.filename",
convertStringToXsltParam(targetsFilename));
}
if (generateSectionTocLevel != null) {
transformer.setParameter("generate.section.toc.level",
convertStringToXsltParam(generateSectionTocLevel));
}
if (spacingParas != null) {
transformer.setParameter("spacing.paras",
convertBooleanToXsltParam(spacingParas));
}
if (functionParens != null) {
transformer.setParameter("function.parens",
convertBooleanToXsltParam(functionParens));
}
if (formalProcedures != null) {
transformer.setParameter("formal.procedures",
convertBooleanToXsltParam(formalProcedures));
}
if (processSourceToc != null) {
transformer.setParameter("process.source.toc",
convertBooleanToXsltParam(processSourceToc));
}
if (webhelpCommonDir != null) {
transformer.setParameter("webhelp.common.dir",
convertStringToXsltParam(webhelpCommonDir));
}
if (annotationCss != null) {
transformer.setParameter("annotation.css",
convertStringToXsltParam(annotationCss));
}
if (htmlhelpHhcSectionDepth != null) {
transformer.setParameter("htmlhelp.hhc.section.depth",
convertStringToXsltParam(htmlhelpHhcSectionDepth));
}
if (useLocalOlinkStyle != null) {
transformer.setParameter("use.local.olink.style",
convertBooleanToXsltParam(useLocalOlinkStyle));
}
if (phrasePropagatesStyle != null) {
transformer.setParameter("phrase.propagates.style",
convertBooleanToXsltParam(phrasePropagatesStyle));
}
if (calloutGraphics != null) {
transformer.setParameter("callout.graphics",
convertBooleanToXsltParam(calloutGraphics));
}
if (insertOlinkPageNumber != null) {
transformer.setParameter("insert.olink.page.number",
convertStringToXsltParam(insertOlinkPageNumber));
}
if (chunkTocsAndLotsHasTitle != null) {
transformer.setParameter("chunk.tocs.and.lots.has.title",
convertBooleanToXsltParam(chunkTocsAndLotsHasTitle));
}
if (componentLabelIncludesPartLabel != null) {
transformer.setParameter("component.label.includes.part.label",
convertBooleanToXsltParam(componentLabelIncludesPartLabel));
}
if (profileValue != null) {
transformer.setParameter("profile.value",
convertStringToXsltParam(profileValue));
}
if (imgSrcPath != null) {
transformer.setParameter("img.src.path",
convertStringToXsltParam(imgSrcPath));
}
if (firsttermOnlyLink != null) {
transformer.setParameter("firstterm.only.link",
convertBooleanToXsltParam(firsttermOnlyLink));
}
if (draftMode != null) {
transformer.setParameter("draft.mode",
convertStringToXsltParam(draftMode));
}
if (cmdsynopsisHangingIndent != null) {
transformer.setParameter("cmdsynopsis.hanging.indent",
convertStringToXsltParam(cmdsynopsisHangingIndent));
}
if (funcsynopsisDecoration != null) {
transformer.setParameter("funcsynopsis.decoration",
convertBooleanToXsltParam(funcsynopsisDecoration));
}
if (calloutUnicodeNumberLimit != null) {
transformer.setParameter("callout.unicode.number.limit",
convertStringToXsltParam(calloutUnicodeNumberLimit));
}
if (htmlhelpButtonPrint != null) {
transformer.setParameter("htmlhelp.button.print",
convertBooleanToXsltParam(htmlhelpButtonPrint));
}
if (eclipsePluginProvider != null) {
transformer.setParameter("eclipse.plugin.provider",
convertStringToXsltParam(eclipsePluginProvider));
}
if (profileLang != null) {
transformer.setParameter("profile.lang",
convertStringToXsltParam(profileLang));
}
if (blurbOnTitlepageEnabled != null) {
transformer.setParameter("blurb.on.titlepage.enabled",
convertBooleanToXsltParam(blurbOnTitlepageEnabled));
}
}
public File getSourceDirectory() {
return sourceDirectory;
}
public File getTargetDirectory() {
return targetDirectory;
}
public File getGeneratedSourceDirectory() {
return generatedSourceDirectory;
}
public String getDefaultStylesheetLocation() {
return "docbook/html/docbook.xsl";
}
public String getType() {
return "html";
}
public String getStylesheetLocation() {
if (htmlCustomization != null) {
int foundOffcet = htmlCustomization.toString().indexOf("classpath:");
if(foundOffcet != -1) {
final String withinPath = htmlCustomization.toString().substring(foundOffcet + 11);
getLog().debug("User Customization changed to classpath: " + withinPath);
return withinPath;
} else {
getLog().debug("User Customization provided: " + htmlCustomization.getAbsolutePath());
return htmlCustomization.getAbsolutePath();
}
} else if (getNonDefaultStylesheetLocation() == null) {
getLog().debug("Using default Customization: " + getDefaultStylesheetLocation());
return getDefaultStylesheetLocation();
} else {
getLog().debug("Using non-default Customization: " + getNonDefaultStylesheetLocation());
return getNonDefaultStylesheetLocation();
}
}
public String getTargetFileExtension() {
return targetFileExtension;
}
public void setTargetFileExtension(String extension) {
targetFileExtension = extension;
}
public String[] getIncludes() {
String[] results = includes.split(",");
for (int i = 0; i < results.length; i++) {
results[i] = results[i].trim();
}
return results;
}
public List getEntities() {
return entities;
}
public List getCustomizationParameters()
{
return customizationParameters;
}
public Properties getSystemProperties()
{
return systemProperties;
}
public Target getPreProcess() {
return preProcess;
}
public Target getPostProcess() {
return postProcess;
}
public MavenProject getMavenProject() {
return project;
}
public List getArtifacts() {
return artifacts;
}
protected boolean getXIncludeSupported() {
return xincludeSupported;
}
/**
* Returns false if the stylesheet is responsible to create the output file(s) using its own naming scheme.
*
* @return If using the standard output.
*/
protected boolean isUseStandardOutput() {
return useStandardOutput;
}
protected boolean isShowXslMessages() {
return showXslMessages;
}
protected void setShowXslMessages(boolean showXslMessages) {
this.showXslMessages = showXslMessages;
}
protected void setUseStandardOutput(boolean useStandardOutput) {
this.useStandardOutput = useStandardOutput;
}
protected void setSkip(boolean skip) {
this.skip = skip;
}
protected boolean isSkip() {
return this.skip;
}
}