org.xwiki.rendering.wikimodel.impl
Class InlineState
java.lang.Object
org.xwiki.rendering.wikimodel.impl.InlineState
public class InlineState
- extends Object
- Since:
- 4.0M1
- Version:
- $Id: 705c05a91dbea173df284dfc9cdff28780b83eb3 $
|
Method Summary |
boolean |
check(int mask)
|
int |
get()
|
void |
set(int state)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
InlineState
public InlineState()
check
public boolean check(int mask)
get
public int get()
set
public void set(int state)
Copyright © 2004–2013 XWiki. All rights reserved.