Class ThDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.ThDecorator
Translates to wiki syntax from a
TH
element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslator
protected final PrintWriter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ThDecorator
(PrintWriter out, Deque<String> preStack, XHtmlElementToWikiTranslator chain) -
Method Summary
-
Field Details
-
out
-
preStack
-
chain
-
-
Constructor Details
-
ThDecorator
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
element
- XHTML element being translated.- Throws:
org.jdom2.JDOMException
-
markupTh
Wiki markup for aTH
element.- Returns:
- Wiki markup for a
TH
element.
-