com.ecyrd.jspwiki.render
Class CleanTextRenderer
java.lang.Object
com.ecyrd.jspwiki.render.WikiRenderer
com.ecyrd.jspwiki.render.CleanTextRenderer
public class CleanTextRenderer
- extends WikiRenderer
A simple renderer that just renders all the text() nodes
from the DOM tree. This is very useful for cleaning away
all of the XHTML.
- Since:
- 2.4
- Author:
- Janne Jalkanen
Field Summary |
protected static org.apache.log4j.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.log4j.Logger log
CleanTextRenderer
public CleanTextRenderer(WikiContext context,
WikiDocument doc)
getString
public String getString()
throws IOException
- Specified by:
getString
in class WikiRenderer
- Throws:
IOException