public class XHtmlElementToWikiTranslator extends Object
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getWikiString()
FIXME: I have no idea what this does...
|
public XHtmlElementToWikiTranslator(org.jdom2.Element base) throws IOException, org.jdom2.JDOMException
base
- The base element from which to start translating.IOException
- If reading of the DOM tree fails.org.jdom2.JDOMException
- If the DOM tree is faulty.public XHtmlElementToWikiTranslator(org.jdom2.Element base, XHtmlToWikiConfig config) throws IOException, org.jdom2.JDOMException
base
- The base element from which to start translating.config
- The config to use.IOException
- If reading of the DOM tree fails.org.jdom2.JDOMException
- If the DOM tree is faulty.public String getWikiString()
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.