public interface StandardDocBookFormatDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of this format.
|
String |
getProfiledStylesheetResource()
The standard DocBook stylesheet for this format for 'profiling' (as a classpath-relative resource name).
|
String |
getStandardFileExtension()
The standard file extension used for this format.
|
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?
|
String getName()
String getStandardFileExtension()
String getStylesheetResource()
String getProfiledStylesheetResource()
boolean isImagePathSettingRequired()
boolean isImageCopyingRequired()
boolean isDoingChunking()
Copyright © 2007-2013 JBoss, a division of Red Hat, Inc. All Rights Reserved.