|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.charcode.CharacterSetFactory
public class CharacterSetFactory
This class creates a CharacterSet object for a given named encoding.
Method Summary | |
---|---|
static CharacterSet |
getCharacterSet(Properties details,
PipelineConfiguration pipe)
Make a CharacterSet appropriate to the encoding |
static void |
main(String[] args)
Main program is a utility to give a list of the character sets supported by the Java VM |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CharacterSet getCharacterSet(Properties details, PipelineConfiguration pipe) throws XPathException
details
- the serialization propertiespipe
- the PipelineConfiguration (used to get the current ClassLoader)
XPathException
public static void main(String[] args) throws Exception
args
- command line arguments
Exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |