Interface IWikiReferenceParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      WikiReference parse​(String str)
      Parses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.
    • Method Detail

      • parse

        WikiReference parse​(String str)
        Parses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.
        Parameters:
        str - the reference to parse
        Returns:
        a wiki reference corresponding to the given link