Class ParserProhibitionTables
- java.lang.Object
-
- com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
-
public class ParserProhibitionTables extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<List<Integer>>
parseAsciiControl()
static List<Integer>
parseAsciiSpace()
static List<List<Integer>>
parseChangeDisplayProperties()
static List<List<Integer>>
parseInappropriateCanonicalRepresentation()
static List<List<Integer>>
parseInappropriatePlainText()
static List<List<Integer>>
parseNonAsciiControl()
static List<Integer>
parseNonAsciiSpace()
static List<List<Integer>>
parseNonCharacterCodePoints()
static List<List<Integer>>
parsePrivateUse()
static List<List<Integer>>
parseSurrogateCodes()
static List<List<Integer>>
parseTaggingCharacters()
-
-
-
Method Detail
-
parseAsciiSpace
public static List<Integer> parseAsciiSpace() throws IOException
- Throws:
IOException
-
parseNonAsciiSpace
public static List<Integer> parseNonAsciiSpace() throws IOException
- Throws:
IOException
-
parseAsciiControl
public static List<List<Integer>> parseAsciiControl() throws IOException
- Throws:
IOException
-
parseNonAsciiControl
public static List<List<Integer>> parseNonAsciiControl() throws IOException
- Throws:
IOException
-
parsePrivateUse
public static List<List<Integer>> parsePrivateUse() throws IOException
- Throws:
IOException
-
parseNonCharacterCodePoints
public static List<List<Integer>> parseNonCharacterCodePoints() throws IOException
- Throws:
IOException
-
parseSurrogateCodes
public static List<List<Integer>> parseSurrogateCodes() throws IOException
- Throws:
IOException
-
parseInappropriatePlainText
public static List<List<Integer>> parseInappropriatePlainText() throws IOException
- Throws:
IOException
-
parseInappropriateCanonicalRepresentation
public static List<List<Integer>> parseInappropriateCanonicalRepresentation() throws IOException
- Throws:
IOException
-
parseChangeDisplayProperties
public static List<List<Integer>> parseChangeDisplayProperties() throws IOException
- Throws:
IOException
-
parseTaggingCharacters
public static List<List<Integer>> parseTaggingCharacters() throws IOException
- Throws:
IOException
-
-