com.ecyrd.jspwiki.render
Class XHTMLRenderer
java.lang.Object
com.ecyrd.jspwiki.render.WikiRenderer
com.ecyrd.jspwiki.render.XHTMLRenderer
public class XHTMLRenderer
- extends WikiRenderer
Implements a WikiRendered that outputs XHTML. Because the internal DOM
representation is in XHTML already, this just basically dumps out everything
out in a non-prettyprinted format.
- Since:
- 2.4
- Author:
- jalkanen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XHTMLRenderer
public XHTMLRenderer(WikiContext context,
WikiDocument doc)
getString
public String getString()
throws IOException
- Specified by:
getString
in class WikiRenderer
- Throws:
IOException