Package org.apache.wiki.htmltowiki
Class XHtmlElementToWikiTranslator
java.lang.Object
org.apache.wiki.htmltowiki.XHtmlElementToWikiTranslator
public class XHtmlElementToWikiTranslator extends java.lang.Object
Converting XHtml to Wiki Markup. This is the class which does all of the heavy loading.
-
Constructor Summary
Constructors Constructor Description XHtmlElementToWikiTranslator(org.jdom2.Element base)
Create a new translator using the default config.XHtmlElementToWikiTranslator(org.jdom2.Element base, XHtmlToWikiConfig config)
Create a new translator using the specified config. -
Method Summary
Modifier and Type Method Description java.lang.String
getWikiString()
FIXME: I have no idea what this does...Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
XHtmlElementToWikiTranslator
public XHtmlElementToWikiTranslator(org.jdom2.Element base) throws java.io.IOException, org.jdom2.JDOMExceptionCreate a new translator using the default config.- Parameters:
base
- The base element from which to start translating.- Throws:
java.io.IOException
- If reading of the DOM tree fails.org.jdom2.JDOMException
- If the DOM tree is faulty.
-
XHtmlElementToWikiTranslator
public XHtmlElementToWikiTranslator(org.jdom2.Element base, XHtmlToWikiConfig config) throws java.io.IOException, org.jdom2.JDOMExceptionCreate a new translator using the specified config.- Parameters:
base
- The base element from which to start translating.config
- The config to use.- Throws:
java.io.IOException
- If reading of the DOM tree fails.org.jdom2.JDOMException
- If the DOM tree is faulty.
-
-
Method Details
-
getWikiString
FIXME: I have no idea what this does...- Returns:
- Something.
-