Class CommonWikiReferenceParser

    • Constructor Detail

      • CommonWikiReferenceParser

        public CommonWikiReferenceParser()
    • Method Detail

      • parse

        public WikiReference parse​(String str)
        Description copied from interface: IWikiReferenceParser
        Parses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.
        Specified by:
        parse in interface IWikiReferenceParser
        Parameters:
        str - the reference to parse
        Returns:
        a wiki reference corresponding to the given link