org.apache.james.mime4j.field.structured
Interface StructuredFieldParserConstants

All Known Implementing Classes:
StructuredFieldParser, StructuredFieldParserTokenManager

public interface StructuredFieldParserConstants


Field Summary
static int ANY
           
static int CONTENT
           
static int DEFAULT
           
static int EOF
           
static int FOLD
           
static int INCOMMENT
           
static int INQUOTEDSTRING
           
static int NESTED_COMMENT
           
static int QUOTEDPAIR
           
static int QUOTEDSTRING
           
static int STRING_CONTENT
           
static java.lang.String[] tokenImage
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

STRING_CONTENT

static final int STRING_CONTENT
See Also:
Constant Field Values

FOLD

static final int FOLD
See Also:
Constant Field Values

QUOTEDSTRING

static final int QUOTEDSTRING
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

CONTENT

static final int CONTENT
See Also:
Constant Field Values

QUOTEDPAIR

static final int QUOTEDPAIR
See Also:
Constant Field Values

ANY

static final int ANY
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

INCOMMENT

static final int INCOMMENT
See Also:
Constant Field Values

NESTED_COMMENT

static final int NESTED_COMMENT
See Also:
Constant Field Values

INQUOTEDSTRING

static final int INQUOTEDSTRING
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.