net.sf.saxon.charcode
public class CharacterSetFactory extends Object
| Constructor Summary | |
|---|---|
| CharacterSetFactory()
Class has a single instance per Configuration | |
| Method Summary | |
|---|---|
| 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 |
| void | setCharacterSetImplementation(String encoding, CharacterSet charSet)
Register an implementation of a character set, using the class name |
Parameters: details the serialization properties
Returns: the constructed CharacterSet
Parameters: args command line arguments
Parameters: encoding the name of the character set charSet the name of a class that implements CharacterSet