org.wikimodel.wem.mediawiki
Class MediaWikiReferenceParser

java.lang.Object
  extended by org.wikimodel.wem.WikiReferenceParser
      extended by org.wikimodel.wem.mediawiki.MediaWikiReferenceParser
All Implemented Interfaces:
IWikiReferenceParser

public class MediaWikiReferenceParser
extends WikiReferenceParser

Author:
kotelnikov, mkirst(at portolancs dot com)

Constructor Summary
MediaWikiReferenceParser()
           
 
Method Summary
 WikiReference parse(String str)
          Parses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.
 
Methods inherited from class org.wikimodel.wem.WikiReferenceParser
getLabel, getLink, getParameters, splitToChunks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaWikiReferenceParser

public MediaWikiReferenceParser()
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
Overrides:
parse in class WikiReferenceParser
Parameters:
str - the reference to parse
Returns:
a wiki reference corresponding to the given link
See Also:
IWikiReferenceParser.parse(java.lang.String)


Copyright © 2005-2012. All Rights Reserved.