public static enum ParsePage.ParseProp extends Enum<ParsePage.ParseProp>
| Enum Constant and Description |
|---|
categories
Gives the categories of the parsed wikitext.
|
categorieshtml
Gives the html version of the categories.
|
displaytitle
Adds the title of the parsed wikitext.
|
externallinks
Gives the external links in the parsed wikitext.
|
headhtml
Gives parsed <head> of the page.
|
headitems
Gives items to put in the <head> of the page.
|
images
Gives the images in the parsed wikitext.
|
iwlinks
Gives interwiki links in the parsed wikitext.
|
langlinks
Gives the langlinks the parsed wikitext.
|
languageshtml
Gives the html version of the languagelinks.
|
limitreporthtml
Gives the html version of the PP report.
|
links
Gives the internal links in the parsed wikitext.
|
modules
Gives the modules, scripts, styles and messages used parsed wikitext.
1.24+
|
revid
If page was used, specify the ID of the revision parsed.
|
sections
Gives the sections in the parsed wikitext (TOC, table of contents).
|
templates
Gives the templates in the parsed wikitext.
|
text
Gives the parsed text of the wikitext.
|
| Modifier and Type | Method and Description |
|---|---|
static ParsePage.ParseProp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsePage.ParseProp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsePage.ParseProp categories
public static final ParsePage.ParseProp categorieshtml
public static final ParsePage.ParseProp displaytitle
public static final ParsePage.ParseProp externallinks
public static final ParsePage.ParseProp headhtml
public static final ParsePage.ParseProp headitems
public static final ParsePage.ParseProp images
public static final ParsePage.ParseProp iwlinks
public static final ParsePage.ParseProp langlinks
public static final ParsePage.ParseProp languageshtml
public static final ParsePage.ParseProp limitreporthtml
public static final ParsePage.ParseProp links
public static final ParsePage.ParseProp modules
public static final ParsePage.ParseProp revid
public static final ParsePage.ParseProp sections
public static final ParsePage.ParseProp templates
public static final ParsePage.ParseProp text
public static ParsePage.ParseProp[] values()
for (ParsePage.ParseProp c : ParsePage.ParseProp.values()) System.out.println(c);
public static ParsePage.ParseProp valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.