Class MarkupHelper
java.lang.Object
org.apache.wiki.htmltowiki.syntax.MarkupHelper
Wiki syntax helper operations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringaugmentedWikiLinkMapToString(Map<String, String> attributesMap) Converts the entries in the map to a string for use in a wiki link.getAugmentedWikiLinkAttributes(org.jdom2.Element a) Returns a Map containing the valid augmented wiki link attributes.static booleanisFootnoteLink(String ref) Checks if the link points to a footnote.static booleanstatic booleanstatic booleanisUndefinedPageLink(org.jdom2.Element a) Checks if the link points to an undefined page.static StringnameSansNbf(org.jdom2.Element e) static voidprintUnescaped(PrintWriter out, String s)
-
Constructor Details
-
MarkupHelper
public MarkupHelper()
-
-
Method Details
-
printUnescaped
-
isFootnoteLink
Checks if the link points to a footnote. -
isUndefinedPageLink
Checks if the link points to an undefined page. -
isHtmlBaseDiv
-
isHtmlBaseSpan
-
getAugmentedWikiLinkAttributes
Returns a Map containing the valid augmented wiki link attributes. -
augmentedWikiLinkMapToString
Converts the entries in the map to a string for use in a wiki link. -
nameSansNbf
-