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