| Class | Description |
|---|---|
| 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
|
| 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
|
| TestUser | |
| TestUser.TestConnector | |
| 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 |
| XMLSearchParser | |
| XMLUserParser |
Reads
User data from an XML file generated by the Wikimedia API |
| Exception | Description |
|---|---|
| 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
|
Copyright © 2016 Java Wikipedia API (Bliki engine). All rights reserved.