Interface InternalWikiScannerContext.IBlockTypes
-
- Enclosing class:
- InternalWikiScannerContext
protected static interface InternalWikiScannerContext.IBlockTypes
-
-
Field Summary
Fields Modifier and Type Field Description static int
HEADER
static int
INFO
static int
LIST
static int
LIST_DL
static int
LIST_DL_DD
static int
LIST_DL_DT
static int
LIST_LI
static int
NONE
static int
PARAGRAPH
static int
QUOT
static int
QUOT_LI
static int
TABLE
static int
TABLE_ROW
static int
TABLE_ROW_CELL
-
-
-
Field Detail
-
HEADER
static final int HEADER
- See Also:
- Constant Field Values
-
INFO
static final int INFO
- See Also:
- Constant Field Values
-
LIST
static final int LIST
- See Also:
- Constant Field Values
-
LIST_DL
static final int LIST_DL
- See Also:
- Constant Field Values
-
LIST_DL_DD
static final int LIST_DL_DD
- See Also:
- Constant Field Values
-
LIST_DL_DT
static final int LIST_DL_DT
- See Also:
- Constant Field Values
-
LIST_LI
static final int LIST_LI
- See Also:
- Constant Field Values
-
NONE
static final int NONE
- See Also:
- Constant Field Values
-
PARAGRAPH
static final int PARAGRAPH
- See Also:
- Constant Field Values
-
QUOT
static final int QUOT
- See Also:
- Constant Field Values
-
QUOT_LI
static final int QUOT_LI
- See Also:
- Constant Field Values
-
TABLE
static final int TABLE
- See Also:
- Constant Field Values
-
TABLE_ROW
static final int TABLE_ROW
- See Also:
- Constant Field Values
-
TABLE_ROW_CELL
static final int TABLE_ROW_CELL
- See Also:
- Constant Field Values
-
-