com.agical.rdoc.core.model.impl
Class DocBookTextFormatter

java.lang.Object
  extended by com.agical.rdoc.core.model.impl.DocBookTextFormatter
All Implemented Interfaces:
TextFormatter, Serializable

public class DocBookTextFormatter
extends Object
implements TextFormatter

See Also:
Serialized Form

Constructor Summary
DocBookTextFormatter()
           
 
Method Summary
 String beginEmphasis()
           
 String beginParagraph()
           
 String beginStrong()
           
 String endEmphasis()
           
 String endParagraph()
           
 String endStrong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocBookTextFormatter

public DocBookTextFormatter()
Method Detail

beginEmphasis

public String beginEmphasis()
Specified by:
beginEmphasis in interface TextFormatter

beginParagraph

public String beginParagraph()
Specified by:
beginParagraph in interface TextFormatter

beginStrong

public String beginStrong()
Specified by:
beginStrong in interface TextFormatter

endEmphasis

public String endEmphasis()
Specified by:
endEmphasis in interface TextFormatter

endParagraph

public String endParagraph()
Specified by:
endParagraph in interface TextFormatter

endStrong

public String endStrong()
Specified by:
endStrong in interface TextFormatter


Copyright © 2005-2011 Agical AB. All Rights Reserved.