public class CharacterSetFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CharacterSet |
getCharacterSet(java.util.Properties details,
PipelineConfiguration pipe)
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, PipelineConfiguration pipe) throws XPathException
details
- the serialization propertiespipe
- the PipelineConfiguration (used to get the current ClassLoader)XPathException
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- command line argumentsjava.lang.Exception