public class CommonWikiReferenceParser extends Object implements IWikiReferenceParser
| Constructor and Description |
|---|
CommonWikiReferenceParser() |
| Modifier and Type | Method and Description |
|---|---|
WikiReference |
parse(String str)
Parses the given reference, recognizes individual parts of this reference
(link, label, parameters) and returns the corresponding reference object.
|
public WikiReference parse(String str)
IWikiReferenceParserparse in interface IWikiReferenceParserstr - the reference to parseCopyright © 2004–2017 XWiki. All rights reserved.