Package org.xwiki.rendering.wikimodel
Interface IWikiMacroParser
-
public interface IWikiMacroParser
Instances of this type are used to transform macros found in wiki documents into corresponding structured objects -WikiMacro
.- Since:
- 4.0M1
- Version:
- $Id: 8aa6f7af1a86db6a818fbc713c2d91a3dee28363 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WikiMacro
parse(String str)
Parses the given macro, recognizes individual parts of it (name, content, parameters) and returns the corresponding object.
-