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

Packages that use CharacterSet
org.enhydra.xml.io org.enhydra.xml.io provides input (parsing) and output (formatting) routines for XML and HTML. 
 

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(String encoding)
          Get the entry for an encoding name or null.
 

Methods in org.enhydra.xml.io with parameters of type CharacterSet
 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.
 boolean ISO8859CharacterSet.sameValidCharRange(CharacterSet otherSet)
           
 boolean ShiftJisCharacterSet.sameValidCharRange(CharacterSet otherSet)
           
 



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