|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.bliki.api.query.RequestBuilder
info.bliki.api.query.Parse
public class Parse
Module Parse action=parse .
Parses wikitext pages and
returns parser output
Example: api.php
?action=parse
Constructor Summary | |
---|---|
Parse()
|
Method Summary | |
---|---|
static Parse |
create()
|
Parse |
oldid(java.lang.String oldid)
Parse the content of this revision. |
Parse |
page(java.lang.String page)
Parse the content of this page. |
Parse |
prop(java.lang.String... props)
Which pieces of information to get. |
Parse |
pst(java.lang.String pst)
Do a pre-save transform on the input before parsing it. |
Parse |
redirects(java.lang.String redirects)
|
Parse |
text(java.lang.String text)
Wikitext to parse |
Parse |
title(java.lang.String title)
Title of page the text belongs to. |
Methods inherited from class info.bliki.api.query.RequestBuilder |
---|
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, version |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Parse()
Method Detail |
---|
public static Parse create()
public Parse title(java.lang.String title)
title
-
public Parse text(java.lang.String text)
text
-
public Parse page(java.lang.String page)
page
-
public Parse redirects(java.lang.String redirects)
public Parse oldid(java.lang.String oldid)
oldid
-
public Parse prop(java.lang.String... props)
props
-
public Parse pst(java.lang.String pst)
pst
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |