Uses of Class
org.enhydra.apache.xml.serialize.EncodingInfo

Packages that use EncodingInfo
org.enhydra.apache.xml.serialize   
 

Uses of EncodingInfo in org.enhydra.apache.xml.serialize
 

Subclasses of EncodingInfo in org.enhydra.apache.xml.serialize
 class SieveEncodingInfo
          This class represents an encoding.
 

Methods in org.enhydra.apache.xml.serialize that return EncodingInfo
 EncodingInfo OutputFormat.getEncodingInfo()
          Returns an EncodingInfo instance for the encoding.
(package private) static EncodingInfo Encodings.getEncodingInfo(String encoding)
           
 

Methods in org.enhydra.apache.xml.serialize with parameters of type EncodingInfo
 void OutputFormat.setEncoding(EncodingInfo encInfo)
          Sets the encoding for this output method with an EncodingInfo instance.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.