public class PostModifyContent extends MWAction
| Constructor and Description |
|---|
PostModifyContent(MediaWikiBot bot,
SimpleArticle a) |
| Modifier and Type | Method and Description |
|---|---|
HttpAction |
getNextMessage() |
boolean |
hasMoreMessages() |
String |
processReturningText(String xml,
HttpAction hm)
Deals with the MediaWiki API's response by parsing the provided text.
|
createNsString, evaluateXpath, getErrorElement, getRootElement, getRootElementWithError, isSelfExecuter, processAllReturningText, setExceptionHandler, setHasMoreMessagespublic PostModifyContent(MediaWikiBot bot, SimpleArticle a)
public HttpAction getNextMessage()
public boolean hasMoreMessages()
hasMoreMessages in interface ContentProcessablehasMoreMessages in class MWActionpublic String processReturningText(String xml, HttpAction hm)
processReturningText in interface ReturningTextprocessReturningText in class MWActionxml - the answer to the most recently generated MediaWiki API requesthm - the requestor messageCopyright © 2013. All Rights Reserved.