Class ParserProhibitionTables


  • public class ParserProhibitionTables
    extends java.lang.Object
    • Field Detail

      • PROHIBITION_PATTERN

        private static final java.util.regex.Pattern PROHIBITION_PATTERN
    • Constructor Detail

      • ParserProhibitionTables

        private ParserProhibitionTables()
    • Method Detail

      • parseAsciiSpace

        public static java.util.List<java.lang.Integer> parseAsciiSpace()
                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • parseNonAsciiSpace

        public static java.util.List<java.lang.Integer> parseNonAsciiSpace()
                                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseAsciiControl

        public static java.util.List<java.util.List<java.lang.Integer>> parseAsciiControl()
                                                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseNonAsciiControl

        public static java.util.List<java.util.List<java.lang.Integer>> parseNonAsciiControl()
                                                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parsePrivateUse

        public static java.util.List<java.util.List<java.lang.Integer>> parsePrivateUse()
                                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • parseNonCharacterCodePoints

        public static java.util.List<java.util.List<java.lang.Integer>> parseNonCharacterCodePoints()
                                                                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseSurrogateCodes

        public static java.util.List<java.util.List<java.lang.Integer>> parseSurrogateCodes()
                                                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseInappropriatePlainText

        public static java.util.List<java.util.List<java.lang.Integer>> parseInappropriatePlainText()
                                                                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseInappropriateCanonicalRepresentation

        public static java.util.List<java.util.List<java.lang.Integer>> parseInappropriateCanonicalRepresentation()
                                                                                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseChangeDisplayProperties

        public static java.util.List<java.util.List<java.lang.Integer>> parseChangeDisplayProperties()
                                                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseTaggingCharacters

        public static java.util.List<java.util.List<java.lang.Integer>> parseTaggingCharacters()
                                                                                        throws java.io.IOException
        Throws:
        java.io.IOException