public class StylesheetDataSource extends SimpleDataSource
SimpleDataSource.ActionDescriptor, SimpleDataSource.ValueDescriptor
FIELD_FILLIN, FIELD_MERGEFIELD
Constructor and Description |
---|
StylesheetDataSource() |
Modifier and Type | Method and Description |
---|---|
void |
setSelection(java.lang.String keyword,
java.lang.String selection)
Sets a xsl:value-of node for a keyword.
|
void |
setSelection(java.lang.String keyword,
java.lang.String selection,
boolean putInInline)
Sets a xsl:value-of node for a keyword.
|
void |
wrapListItemInForEach(java.lang.String keyword,
java.lang.String selection) |
void |
wrapTableRowInForEach(java.lang.String keyword,
java.lang.String selection) |
addActionWrapListItem, addActionWrapTableRow, getValue, hasValue, insertResult, isCloneIfNeccessary, isEmptyValue, listActions, removeActions, removeValue, setCloneIfNeccessary, setDocument, setDocumentContent, setEmptyValue, setListItems, setTableColumn, setValue
fieldEncountered, handleUnpopulatedField, isCaseSensitiveKeywords, isEnableDateFormatting, isEnableNumberFormatting, isHighlightUnpopulatedFields, normalizeKey, setCaseSensitiveKeywords, setEnableDateFormatting, setEnableNumberFormatting, setHighlightUnpopulatedFields
public void setSelection(java.lang.String keyword, java.lang.String selection)
keyword
- Keyword of field.selection
- Select-attribute of xsl:value-of node.public void setSelection(java.lang.String keyword, java.lang.String selection, boolean putInInline)
keyword
- Keyword of field.selection
- Select-attribute of xsl:value-of node.putInInline
- Wrap the xsl:value-of node into an fo:inline to preserve
formatting properties.public void wrapTableRowInForEach(java.lang.String keyword, java.lang.String selection)
public void wrapListItemInForEach(java.lang.String keyword, java.lang.String selection)
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.