org.pz.platypus.plugin.listing
Class HtmlLineBreakStrategy

java.lang.Object
  extended by org.pz.platypus.plugin.listing.HtmlListingStrategy
      extended by org.pz.platypus.plugin.listing.HtmlLineBreakStrategy

public class HtmlLineBreakStrategy
extends HtmlListingStrategy

The "[]" token (line break) processing strategy.

Author:
ask

Field Summary
private  Token tok
           
 
Fields inherited from class org.pz.platypus.plugin.listing.HtmlListingStrategy
logger
 
Constructor Summary
HtmlLineBreakStrategy(Token tok)
           
 
Method Summary
 boolean canOutputHtmlEndOfLine()
           
 java.lang.String format(Token tok, GDD gdd)
           
 
Methods inherited from class org.pz.platypus.plugin.listing.HtmlListingStrategy
convertToHtmlText, getFormatStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tok

private final Token tok
Constructor Detail

HtmlLineBreakStrategy

public HtmlLineBreakStrategy(Token tok)
Method Detail

format

public java.lang.String format(Token tok,
                               GDD gdd)
                        throws java.io.IOException
Specified by:
format in class HtmlListingStrategy
Throws:
java.io.IOException

canOutputHtmlEndOfLine

public boolean canOutputHtmlEndOfLine()
Specified by:
canOutputHtmlEndOfLine in class HtmlListingStrategy


Copyright © 2008-10 Pacific Data Works LLC