org.jvnet.fastinfoset
Class RestrictedAlphabet

java.lang.Object
  extended byorg.jvnet.fastinfoset.RestrictedAlphabet

public final class RestrictedAlphabet
extends java.lang.Object


Field Summary
static java.lang.String DATE_TIME_CHARACTERS
           
static int DATE_TIME_CHARACTERS_INDEX
           
static java.lang.String NUMERIC_CHARACTERS
           
static int NUMERIC_CHARACTERS_INDEX
           
 
Constructor Summary
RestrictedAlphabet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMERIC_CHARACTERS

public static final java.lang.String NUMERIC_CHARACTERS
See Also:
Constant Field Values

NUMERIC_CHARACTERS_INDEX

public static final int NUMERIC_CHARACTERS_INDEX
See Also:
Constant Field Values

DATE_TIME_CHARACTERS

public static final java.lang.String DATE_TIME_CHARACTERS
See Also:
Constant Field Values

DATE_TIME_CHARACTERS_INDEX

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

RestrictedAlphabet

public RestrictedAlphabet()