net.sf.saxon.charcode
Class CharacterSetFactory
java.lang.Object
net.sf.saxon.charcode.CharacterSetFactory
public class CharacterSetFactory
- extends Object
This class creates a CharacterSet object for a given named encoding.
Method Summary |
static CharacterSet |
getCharacterSet(Properties details)
Make a CharacterSet appropriate to the encoding |
static void |
main(String[] args)
Main program is a utility to give a list of the character sets supported
by the Java VM |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterSetFactory
public CharacterSetFactory()
getCharacterSet
public static CharacterSet getCharacterSet(Properties details)
throws TransformerException
- Make a CharacterSet appropriate to the encoding
- Throws:
TransformerException
main
public static void main(String[] args)
throws Exception
- Main program is a utility to give a list of the character sets supported
by the Java VM
- Throws:
Exception