Class CharacterModel

java.lang.Object
org.apache.jena.rdfxml.xmlinput0.impl.CharacterModel

public class CharacterModel extends Object
Some support for the Character Model Recommendation from the W3C (currently in second last call working draft).
  • Constructor Details

    • CharacterModel

      public CharacterModel()
  • Method Details

    • isNormalFormC

      public static boolean isNormalFormC(String str)
      Is this string in Unicode Normal Form C.
      Parameters:
      str - The string to be tested.
    • startsWithComposingCharacter

      public static boolean startsWithComposingCharacter(String str)
    • isFullyNormalizedConstruct

      public static boolean isFullyNormalizedConstruct(String str)
      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.