com.atlassian.renderer.v2
Class WikiMarkupParser
java.lang.Object
   com.atlassian.renderer.v2.WikiMarkupParser
com.atlassian.renderer.v2.WikiMarkupParser
- public class WikiMarkupParser 
- extends Object
A wiki parser which delegates the processing of certain markup to the
 WikiContentHandler. Currently
 the parser differentiates between macro body text and other text.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WikiMarkupParser
public WikiMarkupParser(MacroManager macroManager,
                        WikiContentHandler wikiContentHandler)
parse
public String parse(String wiki)
- 
 
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.