public class ParsedPage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ParsedPage.Category |
static class |
ParsedPage.InterWikiLink |
static class |
ParsedPage.LangLink |
static class |
ParsedPage.Link |
static class |
ParsedPage.Redirect |
static class |
ParsedPage.Section |
| Constructor and Description |
|---|
ParsedPage() |
| Modifier and Type | Method and Description |
|---|---|
List<ParsedPage.Category> |
getCategories() |
String |
getDisplayTitle() |
List<String> |
getExternalLinks() |
List<String> |
getImages() |
Collection<ParsedPage.InterWikiLink> |
getInterWikiLinks() |
List<ParsedPage.LangLink> |
getLangLinks() |
List<ParsedPage.Link> |
getLinks() |
String |
getPageId() |
Map<String,String> |
getProperties() |
List<ParsedPage.Redirect> |
getRedirects() |
long |
getRevId() |
List<ParsedPage.Section> |
getSections() |
List<ParsedPage.Link> |
getTemplates() |
String |
getText() |
String |
getTitle() |
void |
setPageId(String pageId) |
void |
setRedirects(List<ParsedPage.Redirect> redirects) |
public String getTitle()
public String getPageId()
public long getRevId()
public String getText()
public List<ParsedPage.LangLink> getLangLinks()
public List<ParsedPage.Category> getCategories()
public List<ParsedPage.Link> getLinks()
public List<ParsedPage.Link> getTemplates()
public List<ParsedPage.Section> getSections()
public String getDisplayTitle()
public Collection<ParsedPage.InterWikiLink> getInterWikiLinks()
public List<ParsedPage.Redirect> getRedirects()
public void setPageId(String pageId)
public void setRedirects(List<ParsedPage.Redirect> redirects)
Copyright © 2017. All rights reserved.