public class Parse extends RequestBuilder
| Constructor and Description |
|---|
Parse() |
| Modifier and Type | Method and Description |
|---|---|
static Parse |
create() |
Parse |
oldid(String oldid)
Parse the content of this revision.
|
Parse |
page(String page)
Parse the content of this page.
|
Parse |
prop(String... props)
Which pieces of information to get.
NOTE: Section tree is only generated if there are more than 4 sections, or if the __TOC__ keyword is present Values (separate with '|'): text, langlinks, categories, links, templates, images, externallinks, sections, revid, displaytitle Default: text|langlinks|categories|links|templates|images|externallinks|sections|revid|displaytitle |
Parse |
pst(String pst)
Do a pre-save transform on the input before parsing it.
|
Parse |
redirects(String redirects) |
Parse |
text(String text)
Wikitext to parse
|
Parse |
title(String title)
Title of page the text belongs to.
|
action, clear, containsKey, containsValue, entrySet, equals, format, get, getParameters, hashCode, isEmpty, keySet, maxage, maxlag, put, putAll, putPipedString, putPipedString, remove, requestid, size, smaxage, toPipedString, toPipedString, toString, values, versionpublic static Parse create()
public Parse title(String title)
title - public Parse page(String page)
page - public Parse oldid(String oldid)
oldid - public Parse prop(String... props)
props - Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.