Package com.icl.saxon.charcode
Class CharacterSetFactory
java.lang.Object
com.icl.saxon.charcode.CharacterSetFactory
This class creates a CharacterSet object for a given named encoding.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CharacterSet
getCharacterSet
(Properties details) Make a CharacterSet appropriate to the encodingstatic CharacterSet
makeCharacterSet
(String encoding)
-
Constructor Details
-
CharacterSetFactory
public CharacterSetFactory()
-
-
Method Details
-
getCharacterSet
Make a CharacterSet appropriate to the encoding -
makeCharacterSet
-