public class CharacterSetFactory
extends java.lang.Object
Constructor and Description |
---|
CharacterSetFactory()
Class has a single instance per Configuration
|
Modifier and Type | Method and Description |
---|---|
CharacterSet |
getCharacterSet(java.util.Properties details)
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
|
void |
setCharacterSetImplementation(java.lang.String encoding,
CharacterSet charSet)
Register an implementation of a character set, using the class name
|
public CharacterSetFactory()
public void setCharacterSetImplementation(java.lang.String encoding, CharacterSet charSet)
encoding
- the name of the character setcharSet
- the name of a class that implements CharacterSet
public CharacterSet getCharacterSet(java.util.Properties details) throws XPathException
details
- the serialization propertiesXPathException
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- command line argumentsjava.lang.Exception