Package net.sf.saxon.charcode
Class CharacterSetFactory
java.lang.Object
net.sf.saxon.charcode.CharacterSetFactory
This class creates a CharacterSet object for a given named encoding.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CharacterSet
getCharacterSet
(Properties details, Controller controller) Make a CharacterSet appropriate to the encodingstatic void
Main program is a utility to give a list of the character sets supported by the Java VM
-
Method Details
-
getCharacterSet
public static CharacterSet getCharacterSet(Properties details, Controller controller) throws XPathException Make a CharacterSet appropriate to the encoding- Throws:
XPathException
-
main
Main program is a utility to give a list of the character sets supported by the Java VM- Throws:
Exception
-