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 Detail

      • parse

        WikiMacro parse​(String str)
        Parses the given macro, recognizes individual parts of it (name, content, parameters) and returns the corresponding object.
        Parameters:
        str - the macro reference to parse
        Returns:
        a wiki macro corresponding to the given string