Uses of Interface
org.apache.cocoon.components.serializers.encoding.Charset

Packages that use Charset
org.apache.cocoon.components.serializers.encoding   
org.apache.cocoon.components.serializers.util   
 

Uses of Charset in org.apache.cocoon.components.serializers.encoding
 

Classes in org.apache.cocoon.components.serializers.encoding that implement Charset
 class AbstractCharset
           
 class CompiledCharset
           
 class CompiledEncoder
           
 class Compiler
           
 class DefaultEncoder
           
 class HTMLEncoder
           
 class UnknownCharset
          The Charset implementation provided by this factory for the unknown charset.
 class XHTMLEncoder
           
 class XMLEncoder
           
 

Methods in org.apache.cocoon.components.serializers.encoding that return Charset
 Charset CharsetFactory.getCharset()
          Return the Charset instance for the unknown charset.
 Charset CharsetFactory.getCharset(String name)
          Return the Charset instance for a specifc charset.
 Charset CharsetFactory.getDefaultCharset()
          Return the Charset instance for the default charset.
 

Methods in org.apache.cocoon.components.serializers.encoding with parameters of type Charset
 boolean AbstractCharset.equals(Charset charset)
          Compare two Charset instances for equality.
 boolean Charset.equals(Charset charset)
          Compare two Charset instances for equality.
 boolean UnknownCharset.equals(Charset charset)
          Compare an object to this Charset instances for equality.
 

Uses of Charset in org.apache.cocoon.components.serializers.util
 

Fields in org.apache.cocoon.components.serializers.util declared as Charset
protected  Charset EncodingSerializer.charset
          The Charset associated with the character encoding.
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.