com.atlassian.renderer.v2
Class WikiMarkupParser

java.lang.Object
  extended by 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.


Constructor Summary
WikiMarkupParser(MacroManager macroManager, WikiContentHandler wikiContentHandler)
           
 
Method Summary
 String parse(String wiki)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiMarkupParser

public WikiMarkupParser(MacroManager macroManager,
                        WikiContentHandler wikiContentHandler)
Method Detail

parse

public String parse(String wiki)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.