HorizontalRuleAttributes attributes) {
// emulate a horizontal line
QuietLogicalWhitespaceWriter logicalWriter =
getMMSBuffer().getLogicalWriter();
logicalWriter.write("---");
logicalWriter.writeLine();
}
// Inherit Javadoc.
protected void doLineBreak(DOMOutputBuffer dom,
LineBreakAttributes attributes) {