Package net.sf.saxon.charcode
Class CharacterSetFactory
- java.lang.Object
-
- net.sf.saxon.charcode.CharacterSetFactory
-
public class CharacterSetFactory extends java.lang.ObjectThis class creates a CharacterSet object for a given named encoding.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CharacterSetgetCharacterSet(java.util.Properties details, PipelineConfiguration pipe)Make a CharacterSet appropriate to the encodingstatic voidmain(java.lang.String[] args)Main program is a utility to give a list of the character sets supported by the Java VM
-
-
-
Method Detail
-
getCharacterSet
public static CharacterSet getCharacterSet(java.util.Properties details, PipelineConfiguration pipe) throws XPathException
Make a CharacterSet appropriate to the encoding- Parameters:
details- the serialization propertiespipe- the PipelineConfiguration (used to get the current ClassLoader)- Returns:
- the constructed CharacterSet
- Throws:
XPathException
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionMain program is a utility to give a list of the character sets supported by the Java VM- Parameters:
args- command line arguments- Throws:
java.lang.Exception
-
-