Class Parser
- java.lang.Object
-
- com.ongres.stringprep.codegenerator.Parser
-
public class Parser extends Object
-
-
Constructor Summary
Constructors Constructor Description Parser()Constructor of Parser class used to read all rfc files.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<Integer>>getAsciiControl()List<Integer>getAsciiSpace()List<List<Integer>>getChangeDisplayProperties()List<List<Integer>>getInappropriateCanonicalRepresentation()List<List<Integer>>getInappropriatePlainText()List<Integer>getMapToNothing()Map<Integer,List<Integer>>getMapUsedWithNfkc()Map<Integer,List<Integer>>getMapUsedWithNoNormalization()List<List<Integer>>getNonAsciiControl()List<Integer>getNonAsciiSpace()List<List<Integer>>getNonCharacterCodePoints()List<List<Integer>>getPrivateUse()List<List<Integer>>getPropertyL()List<List<Integer>>getPropertyRorAL()List<List<Integer>>getSurrogateCodes()List<List<Integer>>getTaggingCharacters()List<List<Integer>>getUnassignedCodePoints()
-
-
-
Constructor Detail
-
Parser
public Parser() throws IOExceptionConstructor of Parser class used to read all rfc files.- Throws:
IOException- if a RFC file can't be read
-
-