public class WikiPatternMatcher extends Object
| Constructor and Description |
|---|
WikiPatternMatcher(String wtext) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCategories() |
InfoBox |
getInfoBox()
Parse the Infobox template (i.e.
|
List<String> |
getLinks() |
String |
getPlainText()
Strip wiki formatting characters from the given wiki text.
|
String |
getRedirectText() |
String |
getText() |
String |
getTranslatedTitle(String languageCode) |
boolean |
isDisambiguationPage() |
boolean |
isRedirect() |
boolean |
isStub() |
public WikiPatternMatcher(String wtext)
public boolean isRedirect()
public boolean isStub()
public String getRedirectText()
public String getText()
public String getPlainText()
public InfoBox getInfoBox()
null if the Infobox template wasn't found.public boolean isDisambiguationPage()
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.