|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ecyrd.jspwiki.htmltowiki.XHtmlElementToWikiTranslator
public class XHtmlElementToWikiTranslator
Converting XHtml to Wiki Markup. This is the class which does all of the heavy loading.
| Constructor Summary | |
|---|---|
XHtmlElementToWikiTranslator(Element base)
Create a new translator using the default config. |
|
XHtmlElementToWikiTranslator(Element base,
XHtmlToWikiConfig config)
Create a new translator using the specified config. |
|
| Method Summary | |
|---|---|
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 Detail |
|---|
public XHtmlElementToWikiTranslator(Element base)
throws IOException,
JDOMException
base - The base element from which to start translating.
IOException - If reading of the DOM tree fails.
JDOMException - If the DOM tree is faulty.
public XHtmlElementToWikiTranslator(Element base,
XHtmlToWikiConfig config)
throws IOException,
JDOMException
base - The base element from which to start translating.config - The config to use.
IOException - If reading of the DOM tree fails.
JDOMException - If the DOM tree is faulty.| Method Detail |
|---|
public String getWikiString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||