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