|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractXMLParser | Base class for reading XML strings. |
Connector | Manages the queries for the Wikimedia API |
Console | |
ErrorData | Manages error data from the Wikimedia API |
HtmlUtilities | TODO: delete this class file! |
HtmlUtilities.HtmlFormHandler | |
Link | Manages page link data from the Wikimedia API |
MediaWikiComm | Sources adopted from the article Add Java extensions to your wiki with permission from Randall Scarberry. |
Page | Manages page data from the Wikimedia API |
PageInfo | |
ParseData | Manages parse data from the Wikimedia API |
Revision | Manages revision data from the Wikimedia API |
SearchResult | Manages search result data from the Wikimedia API |
Template | Manages template data from the Wikimedia API |
User | Manages user data from the Wikimedia API. |
XMLCategoryMembersParser | Reads PageInfo data from an XML file generated by the Wikimedia API through the
categorymembers query. |
XMLEditParser | Reads Edit data from an XML file generated by the Wikimedia API |
XMLPagesParser | Reads Page data from an XML file generated by the Wikimedia API |
XMLParseParser | Reads Parse data from an XML file generated by the Wikimedia API
TODO: this class is not finished yet |
XMLSearchParser | Reads SearchResult data from an XML file generated by the Wikimedia API through the
search query. |
XMLUserParser | Reads User data from an XML file generated by the Wikimedia API |
Exception Summary | |
---|---|
MediaWikiComm.ConcurrentEditException | Special case of IOException to be thrown when saving data to the server fails because another user saved data. |
MethodException | this Exception is thrown, when the underlying HttpClient throws an Exception |
NetworkException | Base class for Exceptions thrown when something has gone wrong with the network |
UnexpectedAnswerException | this Exception is thrown, when the connection to a server returns unexpected values |
Helper Classes for the Wikimedia API
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |