public class CharacterSetFactory extends Object
Modifier and Type | Method and Description |
---|---|
static CharacterSet |
getCharacterSet(Properties details,
Controller controller)
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
|
public static CharacterSet getCharacterSet(Properties details, Controller controller) throws XPathException
XPathException