java.lang.Object
org.apache.jena.rdfxml.xmlinput1.impl.CharacterModel
Some support for the Character Model Recommendation
from the W3C (currently in second last call working
draft).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isComposingChar
(char x) Is the character a composing character as defined by the Character Model 2nd Last Call Working Draft.static boolean
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
-
Constructor Details
-
CharacterModel
public CharacterModel()
-
-
Method Details
-
isNormalFormC
Is this string in Unicode Normal Form C.- Parameters:
str
- The string to be tested.
-
startsWithComposingCharacter
-
isFullyNormalizedConstruct
Is this string fully normalized as defined by the Character Model 2nd Last Call Working Draft.- Parameters:
str
- The string to be tested.
-
isComposingChar
public static boolean isComposingChar(char x) Is the character a composing character as defined by the Character Model 2nd Last Call Working Draft.- Parameters:
x
- The character to be tested.
-