|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardDocBookFormatDescriptor
Contract for descriptors about standard DocBook formats.
Method Summary | |
---|---|
java.lang.String |
getName()
The name of this format. |
java.lang.String |
getProfiledStylesheetResource()
The standard DocBook stylesheet for this format for 'profiling' (as a classpath-relative resource name). |
java.lang.String |
getStandardFileExtension()
The standard file extension used for this format. |
java.lang.String |
getStylesheetResource()
The standard DocBook stylesheet for this format (as a classpath-relative resource name). |
boolean |
isDoingChunking()
Is this format doing chunking? |
boolean |
isImageCopyingRequired()
Does this format require copying the images over to the target directory? |
boolean |
isImagePathSettingRequired()
Does this format require setting the 'img.src.path' DocBook XSLT parameter? |
Method Detail |
---|
java.lang.String getName()
java.lang.String getStandardFileExtension()
java.lang.String getStylesheetResource()
java.lang.String getProfiledStylesheetResource()
boolean isImagePathSettingRequired()
boolean isImageCopyingRequired()
boolean isDoingChunking()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |