Class ParserProhibitionTables
- java.lang.Object
-
- com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
-
public class ParserProhibitionTables extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.regex.PatternPROHIBITION_PATTERN
-
Constructor Summary
Constructors Modifier Constructor Description privateParserProhibitionTables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.util.List<java.lang.Integer>>parseAsciiControl()static java.util.List<java.lang.Integer>parseAsciiSpace()static java.util.List<java.util.List<java.lang.Integer>>parseChangeDisplayProperties()static java.util.List<java.util.List<java.lang.Integer>>parseInappropriateCanonicalRepresentation()static java.util.List<java.util.List<java.lang.Integer>>parseInappropriatePlainText()static java.util.List<java.util.List<java.lang.Integer>>parseNonAsciiControl()static java.util.List<java.lang.Integer>parseNonAsciiSpace()static java.util.List<java.util.List<java.lang.Integer>>parseNonCharacterCodePoints()static java.util.List<java.util.List<java.lang.Integer>>parsePrivateUse()static java.util.List<java.util.List<java.lang.Integer>>parseSurrogateCodes()static java.util.List<java.util.List<java.lang.Integer>>parseTaggingCharacters()
-
-
-
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
-
-