Class InlineState
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.impl.InlineState
-
public class InlineState extends Object
- Since:
- 4.0M1
- Version:
- $Id: 705c05a91dbea173df284dfc9cdff28780b83eb3 $
-
-
Field Summary
Fields Modifier and Type Field Description static int
BEGIN
static int
BEGIN_FORMAT
static int
ESCAPE
static int
EXTENSION
static int
IMAGE
static int
LINE_BREAK
static int
MACRO
static int
NEW_LINE
static int
REFERENCE
static int
SPACE
static int
SPECIAL_SYMBOL
static int
VERBATIM
static int
WORD
-
Constructor Summary
Constructors Constructor Description InlineState()
-
-
-
Field Detail
-
BEGIN
public static final int BEGIN
-
BEGIN_FORMAT
public static final int BEGIN_FORMAT
-
ESCAPE
public static final int ESCAPE
-
EXTENSION
public static final int EXTENSION
-
IMAGE
public static final int IMAGE
-
LINE_BREAK
public static final int LINE_BREAK
-
MACRO
public static final int MACRO
-
NEW_LINE
public static final int NEW_LINE
-
REFERENCE
public static final int REFERENCE
-
SPACE
public static final int SPACE
-
SPECIAL_SYMBOL
public static final int SPECIAL_SYMBOL
-
VERBATIM
public static final int VERBATIM
-
WORD
public static final int WORD
-
-