|
: Class CharacterSetFactory
com.icl.saxon.charcode
Class CharacterSetFactory
java.lang.Object
|
+--com.icl.saxon.charcode.CharacterSetFactory
- public class CharacterSetFactory
- extends java.lang.Object
This class creates a CharacterSet object for a given named encoding.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterSetFactory
public CharacterSetFactory()
getCharacterSet
public static CharacterSet getCharacterSet(java.util.Properties details)
- Make a CharacterSet appropriate to the encoding
makeCharacterSet
public static CharacterSet makeCharacterSet(java.lang.String encoding)
|