Class TableDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.TableDecorator
Translates to wiki syntax from a
TABLE element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslatorprotected final PrintWriterprotected final WhitespaceTrimWriter -
Constructor Summary
ConstructorsConstructorDescriptionTableDecorator(PrintWriter out, WhitespaceTrimWriter outTrimmer, XHtmlElementToWikiTranslator chain) -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(org.jdom2.Element element) Translates the given XHTML element into wiki markup.
-
Field Details
-
out
-
chain
-
outTrimmer
-
-
Constructor Details
-
TableDecorator
public TableDecorator(PrintWriter out, WhitespaceTrimWriter outTrimmer, XHtmlElementToWikiTranslator chain)
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
element- XHTML element being translated.- Throws:
org.jdom2.JDOMException
-