org.exoplatform.services.chars
Class SpecChar

java.lang.Object
  extended by org.exoplatform.services.chars.SpecChar

public class SpecChar
extends java.lang.Object

Author:
nhuthuan Email: nhudinhthuan@yahoo.com

Field Summary
static char b
           
static char CLOSE_TAG
           
static char END_TAG
           
static char f
           
static char HYPHEN
           
static char n
           
static char OPEN_TAG
           
static char PUNCTUATION_MASK
           
static char QUESTION_MASK
           
static char r
           
static char s
           
static char t
           
 
Constructor Summary
SpecChar()
           
 
Method Summary
static int findWhiteSpace(java.lang.String value, int start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

public static char s

t

public static char t

n

public static char n

b

public static char b

f

public static char f

r

public static char r

END_TAG

public static char END_TAG

OPEN_TAG

public static char OPEN_TAG

CLOSE_TAG

public static char CLOSE_TAG

HYPHEN

public static char HYPHEN

QUESTION_MASK

public static char QUESTION_MASK

PUNCTUATION_MASK

public static char PUNCTUATION_MASK
Constructor Detail

SpecChar

public SpecChar()
Method Detail

findWhiteSpace

public static int findWhiteSpace(java.lang.String value,
                                 int start)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.