| Package | Description |
|---|---|
| info.bliki.wiki.filter |
Contains different type of wikipedia scanners and parsers.
|
| info.bliki.wiki.namespaces |
| Modifier and Type | Field and Description |
|---|---|
INamespace.INamespaceValue |
ParsedPageName.namespace
The namespace the page is in.
|
| Modifier and Type | Method and Description |
|---|---|
protected static INamespace.INamespaceValue |
MagicWord.getNamespaceHelper(String parameter,
IWikiModel model)
Helper to get the namespace of either a given non-null parameter
or the current model's namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static ParsedPageName |
ParsedPageName.parsePageName(IWikiModel wikiModel,
String pagename,
INamespace.INamespaceValue namespace,
boolean magicWordAllowed,
boolean stripOffSection)
Parses a given page name into its components, e.g.
|
| Constructor and Description |
|---|
ParsedPageName(INamespace.INamespaceValue namespace,
String pagename,
boolean valid)
Creates a new parsed page name object (no magic word).
|
ParsedPageName(INamespace.INamespaceValue namespace,
String pagename,
Object magicWord,
String magicWordParameter,
boolean valid)
Creates a new parsed page name object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Namespace.NamespaceValue
Base class for all namespace constants.
|
| Modifier and Type | Method and Description |
|---|---|
INamespace.INamespaceValue |
INamespace.getCategory_talk()
The "Category talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getCategory_talk() |
INamespace.INamespaceValue |
INamespace.getCategory()
The "Category" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getCategory() |
INamespace.INamespaceValue |
INamespace.getContentspace(String talkNamespace)
Gets the content namespace for a given (talk) namespace.
|
INamespace.INamespaceValue |
INamespace.getHelp_talk()
The "Help talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getHelp_talk() |
INamespace.INamespaceValue |
INamespace.getHelp()
The "Help" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getHelp() |
INamespace.INamespaceValue |
INamespace.getImage_talk()
The "File talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getImage_talk() |
INamespace.INamespaceValue |
INamespace.getImage()
The "File" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getImage() |
INamespace.INamespaceValue |
INamespace.getMain()
The main namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getMain() |
INamespace.INamespaceValue |
INamespace.getMedia()
Get the "Media" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getMedia() |
INamespace.INamespaceValue |
INamespace.getMediaWiki_talk()
The "MediaWiki talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getMediaWiki_talk() |
INamespace.INamespaceValue |
INamespace.getMediaWiki()
The "MediaWiki" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getMediaWiki() |
INamespace.INamespaceValue |
INamespace.getModule()
The "Module" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getModule() |
INamespace.INamespaceValue |
INamespace.getNamespace(String namespace) |
INamespace.INamespaceValue |
INamespace.getNamespaceByNumber(INamespace.NamespaceCode numberCode) |
INamespace.INamespaceValue |
INamespace.getNamespaceByNumber(int numberCode) |
INamespace.INamespaceValue |
INamespace.getPortal_talk()
The "Portal talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getPortal_talk() |
INamespace.INamespaceValue |
INamespace.getPortal()
The "Portal" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getPortal() |
INamespace.INamespaceValue |
INamespace.getProject_talk()
The "Meta talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getProject_talk() |
INamespace.INamespaceValue |
INamespace.getProject()
The "Meta" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getProject() |
INamespace.INamespaceValue |
INamespace.getSpecial()
Get the "Special" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getSpecial() |
INamespace.INamespaceValue |
INamespace.getTalk()
The "Talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getTalk() |
INamespace.INamespaceValue |
INamespace.getTalkspace(String namespace)
Get the Talk namespace.
|
INamespace.INamespaceValue |
INamespace.getTemplate_talk()
The "Template talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getTemplate_talk() |
INamespace.INamespaceValue |
INamespace.getTemplate()
The "Template" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getTemplate() |
INamespace.INamespaceValue |
INamespace.getUser_talk()
The "User talk" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getUser_talk() |
INamespace.INamespaceValue |
INamespace.getUser()
The "User" namespace for the current language.
|
INamespace.INamespaceValue |
Namespace.getUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
INamespace.isNamespace(INamespace.INamespaceValue namespace,
INamespace.NamespaceCode code)
Checks whether the given namespace is a namespace of the given type.
|
boolean |
Namespace.isNamespace(INamespace.INamespaceValue namespace,
INamespace.NamespaceCode code) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.