public class WikiTextMarkupParser extends Object implements MarkupParser
| Constructor and Description |
|---|
WikiTextMarkupParser() |
public String parse(String markupText)
MarkupParserparse is converts specified markup test to an abstract of HTML.parse in interface MarkupParsermarkupText - Text to convert to HTML.public String getName()
MarkupParsergetName should return parser language name.getName in interface MarkupParserCopyright © 2004-2013. All Rights Reserved.