org.media.mn8.util.textparser
Class TokenType

java.lang.Object
  |
  +--org.media.mn8.util.textparser.TokenType

public class TokenType
extends Object

Version:
$Revision: 1.8 $ $Date: 2002/07/02 01:44:41 $
Author:
Remus Pereni

Field Summary
static int EMPTY_LINE
           
static int EOL
           
static int PARAGRAPH
           
static int TEXT
           
static int TEXT_ART
           
static int UNKNOWN
           
static int WHITE_SPACE
           
 
Constructor Summary
TokenType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

TEXT_ART

public static final int TEXT_ART
See Also:
Constant Field Values

PARAGRAPH

public static final int PARAGRAPH
See Also:
Constant Field Values

EMPTY_LINE

public static final int EMPTY_LINE
See Also:
Constant Field Values

WHITE_SPACE

public static final int WHITE_SPACE
See Also:
Constant Field Values

EOL

public static final int EOL
See Also:
Constant Field Values
Constructor Detail

TokenType

public TokenType()


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."