Class TbodyDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.TbodyDecorator
Translates to wiki syntax from a
TBODY element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslatorprotected final PrintWriter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(org.jdom2.Element element) Translates the given XHTML element into wiki markup.
-
Field Details
-
out
-
chain
-
-
Constructor Details
-
TbodyDecorator
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
element- XHTML element being translated.- Throws:
org.jdom2.JDOMException
-