public class ParserProhibitionTables extends Object
Modifier and Type | Method and 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() |
public static List<Integer> parseAsciiSpace() throws IOException
IOException
public static List<Integer> parseNonAsciiSpace() throws IOException
IOException
public static List<List<Integer>> parseAsciiControl() throws IOException
IOException
public static List<List<Integer>> parseNonAsciiControl() throws IOException
IOException
public static List<List<Integer>> parsePrivateUse() throws IOException
IOException
public static List<List<Integer>> parseNonCharacterCodePoints() throws IOException
IOException
public static List<List<Integer>> parseSurrogateCodes() throws IOException
IOException
public static List<List<Integer>> parseInappropriatePlainText() throws IOException
IOException
public static List<List<Integer>> parseInappropriateCanonicalRepresentation() throws IOException
IOException
public static List<List<Integer>> parseChangeDisplayProperties() throws IOException
IOException
public static List<List<Integer>> parseTaggingCharacters() throws IOException
IOException
Copyright © 2019–2022. All rights reserved.