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

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

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

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

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 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 UnknownCharset.equals(Charset charset)
          Compare an object to this Charset instances for equality.
 boolean Charset.equals(Charset charset)
          Compare two Charset instances for equality.
 boolean AbstractCharset.equals(Charset charset)
          Compare two Charset instances for equality.
 



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