public class DeTagifier extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DeTagifier.CharHolder |
| Modifier and Type | Field and Description |
|---|---|
static int |
IN_CODEBLOCK |
static int |
IN_EXPRBLOCK |
static int |
IN_OUTPUTBLOCK |
static int |
INSIDE_CODE_EXPR_BLOCK |
static int |
INSIDE_END_TAG |
static int |
INSIDE_EXPR_END_TAG |
static int |
INSIDE_INITIAL_START_TAG |
static int |
INSIDE_START_TAG |
static int |
INVALID_STATE |
static int |
START |
| Constructor and Description |
|---|
DeTagifier(String outputStart,
String outputEnd,
String exprStart,
String exprEnd) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
String |
parse(Reader reader) |
int |
processChar(int state,
char c,
DeTagifier.CharHolder charHolder) |
public static final int START
public static final int IN_CODEBLOCK
public static final int IN_OUTPUTBLOCK
public static final int IN_EXPRBLOCK
public static final int INSIDE_START_TAG
public static final int INSIDE_INITIAL_START_TAG
public static final int INSIDE_END_TAG
public static final int INSIDE_CODE_EXPR_BLOCK
public static final int INSIDE_EXPR_END_TAG
public static final int INVALID_STATE
public String parse(Reader reader) throws IOException
IOExceptionpublic int processChar(int state,
char c,
DeTagifier.CharHolder charHolder)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.