net.sf.saxon.charcode
Class CharacterSetFactory
java.lang.Objectnet.sf.saxon.charcode.CharacterSetFactory
public class CharacterSetFactory
extends java.lang.Object
This class creates a CharacterSet object for a given named encoding.
getCharacterSet
public static CharacterSet getCharacterSet(Properties details,
PipelineConfiguration pipe)
throws XPathException Make a CharacterSet appropriate to the encoding
details - the serialization propertiespipe - the PipelineConfiguration (used to get the current ClassLoader)
- the constructed CharacterSet
main
public static void main(String[] args)
throws Exception Main program is a utility to give a list of the character sets supported
by the Java VM
args - command line arguments