public enum ParserScopes extends Enum<ParserScopes>
| Enum Constant and Description |
|---|
EXTERNAL_LINK_TITLE |
IMAGE_LINK_ALT |
IMAGE_LINK_TITLE |
INTERNAL_LINK_ALT |
INTERNAL_LINK_TITLE |
LIST_ITEM |
PAGE |
SECTION_BODY |
SECTION_HEADING |
SEMI_PRE |
TABLE_CELL |
TABLE_ELEMENTS |
TABLE_INLINE_CELL |
TABLE_INLINE_HEADER |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accepts(ParserAtoms atom) |
boolean |
isNoEolScope() |
boolean |
isSticky() |
static ParserScopes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserScopes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParserScopes PAGE
public static final ParserScopes INTERNAL_LINK_ALT
public static final ParserScopes IMAGE_LINK_ALT
public static final ParserScopes INTERNAL_LINK_TITLE
public static final ParserScopes IMAGE_LINK_TITLE
public static final ParserScopes EXTERNAL_LINK_TITLE
public static final ParserScopes LIST_ITEM
public static final ParserScopes SEMI_PRE
public static final ParserScopes SECTION_HEADING
public static final ParserScopes SECTION_BODY
public static final ParserScopes TABLE_ELEMENTS
public static final ParserScopes TABLE_CELL
public static final ParserScopes TABLE_INLINE_CELL
public static final ParserScopes TABLE_INLINE_HEADER
public static ParserScopes[] values()
for (ParserScopes c : ParserScopes.values()) System.out.println(c);
public static ParserScopes 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 nullpublic abstract boolean accepts(ParserAtoms atom)
public boolean isSticky()
public boolean isNoEolScope()
Copyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.