|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.rdf.arp.CharacterModel
public class CharacterModel
Some support for the Character Model Recommendation from the W3C (currently in second last call working draft).
Constructor Summary | |
---|---|
CharacterModel()
|
Method Summary | |
---|---|
static boolean |
isComposingChar(char x)
Is the character a composing character as defined by the Character Model 2nd Last Call Working Draft. |
static boolean |
isFullyNormalizedConstruct(String str)
Is this string fully normalized as defined by the Character Model 2nd Last Call Working Draft. |
static boolean |
isNormalFormC(String str)
Is this string in Unicode Normal Form C. |
static boolean |
startsWithComposingCharacter(String str)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharacterModel()
Method Detail |
---|
public static boolean isNormalFormC(String str)
str
- The string to be tested.public static boolean startsWithComposingCharacter(String str)
public static boolean isFullyNormalizedConstruct(String str)
str
- The string to be tested.public static boolean isComposingChar(char x)
x
- The character to be tested.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |