Package net.sf.saxon.codenorm
Class UnicodeDataParser
java.lang.Object
net.sf.saxon.codenorm.UnicodeDataParser
This class reads the data compiled into class UnicodeData, and builds hash tables
that can be used by the Unicode normalization routines. This operation is performed
once only, the first time normalization is attempted after Saxon is loaded.
-
Method Summary
Modifier and TypeMethodDescription(package private) static NormalizerData
build()
Called exactly once by NormalizerData to build the static data
-
Method Details
-
build
Called exactly once by NormalizerData to build the static data
-