Uses of Class
org.enhydra.xml.io.CharacterSet

Packages that use CharacterSet
org.enhydra.xml.io   
 

Uses of CharacterSet in org.enhydra.xml.io
 

Subclasses of CharacterSet in org.enhydra.xml.io
(package private)  class ISO8859CharacterSet
          Information and operations associated with the ISO-8859-* group of character sets.
(package private)  class ShiftJisCharacterSet
          Class that implements special character handling for Shift_JIS.
 

Methods in org.enhydra.xml.io that return CharacterSet
 CharacterSet Encodings.getCharacterSet(java.lang.String encoding)
          Get the entry for an encoding name or null.
 

Methods in org.enhydra.xml.io with parameters of type CharacterSet
 boolean ShiftJisCharacterSet.sameValidCharRange(CharacterSet otherSet)
           
 boolean ISO8859CharacterSet.sameValidCharRange(CharacterSet otherSet)
           
 boolean CharacterSet.sameValidCharRange(CharacterSet otherSet)
          Deprecated. use {qlink #isCompatible} instead
 boolean CharacterSet.isCompatible(CharacterSet otherSet)
          Determine if another character set is compatible to this character set.
 



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.