| Package | Description |
|---|---|
| info.bliki.api.query |
| Modifier and Type | Method and Description |
|---|---|
static Parse |
Parse.create() |
Parse |
Parse.oldid(String oldid)
Parse the content of this revision.
|
Parse |
Parse.page(String page)
Parse the content of this page.
|
Parse |
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 |
Parse.pst(String pst)
Do a pre-save transform on the input before parsing it.
|
Parse |
Parse.redirects(String redirects) |
Parse |
Parse.text(String text)
Wikitext to parse
|
Parse |
Parse.title(String title)
Title of page the text belongs to.
|
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.