public class CharacterSetFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CharacterSet |
getCharacterSet(java.util.Properties details,
Controller controller)
Make a CharacterSet appropriate to the encoding
|
static void |
main(java.lang.String[] args)
Main program is a utility to give a list of the character sets supported
by the Java VM
|
public static CharacterSet getCharacterSet(java.util.Properties details, Controller controller) throws XPathException
XPathExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception