com.ecyrd.jspwiki.htmltowiki
Class XHtmlElementToWikiTranslator

java.lang.Object
  extended by com.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator

public class XHtmlElementToWikiTranslator
extends Object

Converting XHtml to Wiki Markup

Author:
Sebastian Baltes (sbaltes@gmx.com)

Constructor Summary
XHtmlElementToWikiTranslator(Element base)
           
XHtmlElementToWikiTranslator(Element base, XHtmlToWikiConfig config)
           
 
Method Summary
 String getWikiString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XHtmlElementToWikiTranslator

public XHtmlElementToWikiTranslator(Element base)
                             throws IOException,
                                    JDOMException
Throws:
IOException
JDOMException

XHtmlElementToWikiTranslator

public XHtmlElementToWikiTranslator(Element base,
                                    XHtmlToWikiConfig config)
                             throws IOException,
                                    JDOMException
Throws:
IOException
JDOMException
Method Detail

getWikiString

public String getWikiString()