Class MarkupHelper
java.lang.Object
org.apache.wiki.htmltowiki.syntax.MarkupHelper
Wiki syntax helper operations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
augmentedWikiLinkMapToString
(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 boolean
isFootnoteLink
(String ref) Checks if the link points to a footnote.static boolean
static boolean
static boolean
isUndefinedPageLink
(org.jdom2.Element a) Checks if the link points to an undefined page.static String
nameSansNbf
(org.jdom2.Element e) static void
printUnescaped
(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
-