se.lu.thep.waf
Class TextTagWriter

java.lang.Object
  extended by se.lu.thep.waf.TagWriter
      extended by se.lu.thep.waf.TextTagWriter

public class TextTagWriter
extends TagWriter

Only writes out the data between tags, no attributes and no tags.

Author:
gregory

Field Summary
 
Fields inherited from class se.lu.thep.waf.TagWriter
writer
 
Constructor Summary
TextTagWriter(java.io.PrintWriter writer)
           
 
Method Summary
 void draw(Tag tag)
           
 
Methods inherited from class se.lu.thep.waf.TagWriter
flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextTagWriter

public TextTagWriter(java.io.PrintWriter writer)
Method Detail

draw

public void draw(Tag tag)
Specified by:
draw in class TagWriter
Parameters:
tag - to write useing the PrintWriter