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