public class CreateDocBookEditors extends CreateDocBookAuthors
Constructor and Description |
---|
CreateDocBookEditors() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.lang.String fieldText)
Failure Mode:
|
addBody, singleAuthor
public java.lang.String format(java.lang.String fieldText)
LayoutFormatter
Formatters should be robust in the sense that they always return some relevant string.
If the formatter can detect an invalid input it should return the original string otherwise it may simply return a wrong output.
format
in interface LayoutFormatter
format
in class CreateDocBookAuthors
fieldText
- The text to layout.