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