Class H4Decorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.H4Decorator
Translates to wiki syntax from an
H4 element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslatorprotected final PrintWriter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedH4Decorator(PrintWriter out, XHtmlElementToWikiTranslator chain) -
Method Summary
-
Field Details
-
out
-
chain
-
-
Constructor Details
-
H4Decorator
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
e- XHTML element being translated.- Throws:
org.jdom2.JDOMException
-
markupH4
Wiki markup for aH4element.- Returns:
- Wiki markup for a
H4element.
-