Package net.sf.saxon.serialize.codenorm
Class UnicodeDataParserFromXML
- java.lang.Object
-
- net.sf.saxon.serialize.codenorm.UnicodeDataParserFromXML
-
class UnicodeDataParserFromXML extends java.lang.Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static NormalizerData
build(Configuration config)
Called exactly once by NormalizerData to build the static data
-
-
-
Method Detail
-
build
static NormalizerData build(Configuration config) throws XPathException
Called exactly once by NormalizerData to build the static data- Throws:
XPathException
-
-