|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.portal.prt.service.soap.util.CharTypeSolver
Description : Class that allows to determine the Class of character for further information, please see http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Letter Project : soap FileName : CharTypeSolver.java Copyright : SAP Copyright (c) Company : SAP GBU IP
| Constructor Summary | |
CharTypeSolver()
|
|
| Method Summary | |
static void |
initCharTypes()
Initializes all the classes of the characters: Base char, Ideographic, Combining char, Digit, Extender, Char, whitespace |
static boolean |
isBaseChar(int value)
analyses if it is a base char |
static boolean |
isChar(int value)
analyses if it is a char |
static boolean |
isCombiningChar(int value)
analyses if it is a combining char |
static boolean |
isDigit(int value)
analyses if it is a digit |
static boolean |
isExtender(int value)
analyses if it is an extender |
static boolean |
isIdeographic(int value)
analyses if it is a ideographic |
static boolean |
isLetter(int value)
analyses if it is a Letter defined by Letter ::= BaseChar | Ideographic |
static boolean |
isNameChar(int value)
analyses if it is a NameChar defined by NameChar ::= Letter | Digit | '.' |
static boolean |
isNCNameChar(int value)
analyses if it is a NCNameChar defined by NCNameChar ::= Letter | Digit | '.' |
static boolean |
isWhiteSpace(int value)
analyses if it is a white space |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CharTypeSolver()
| Method Detail |
public static void initCharTypes()
public static boolean isNCNameChar(int value)
value - to analysepublic static boolean isNameChar(int value)
value - to analysepublic static boolean isLetter(int value)
value - to analysepublic static boolean isBaseChar(int value)
value - to analysepublic static boolean isIdeographic(int value)
value - to analysepublic static boolean isCombiningChar(int value)
value - to analysepublic static boolean isDigit(int value)
value - to analysepublic static boolean isExtender(int value)
value - to analysepublic static boolean isChar(int value)
value - to analysepublic static boolean isWhiteSpace(int value)
value - to analysepublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||