Class ParserProhibitionTables
java.lang.Object
com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
PROHIBITION_PATTERN
-
-
Constructor Details
-
ParserProhibitionTables
private ParserProhibitionTables()
-
-
Method Details
-
parseAsciiSpace
- Throws:
IOException
-
parseNonAsciiSpace
- Throws:
IOException
-
parseAsciiControl
- Throws:
IOException
-
parseNonAsciiControl
- Throws:
IOException
-
parsePrivateUse
- Throws:
IOException
-
parseNonCharacterCodePoints
- Throws:
IOException
-
parseSurrogateCodes
- Throws:
IOException
-
parseInappropriatePlainText
- Throws:
IOException
-
parseInappropriateCanonicalRepresentation
- Throws:
IOException
-
parseChangeDisplayProperties
- Throws:
IOException
-
parseTaggingCharacters
- Throws:
IOException
-