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

All Superinterfaces:
Verifier
All Known Implementing Classes:
AbstractCharset, UnknownCharset

public interface Charset
extends Verifier

Version:
CVS $Id: Charset.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Pier Fumagalli, February 2003

Method Summary
 boolean equals(Charset charset)
          Compare two Charset instances for equality.
 String[] getAliases()
          Return all alias names for this Charset
 String getName()
          Return the primary name of this Charset
 
Methods inherited from interface org.apache.cocoon.components.serializers.encoding.Verifier
allows
 

Method Detail

getName

public String getName()
Return the primary name of this Charset


getAliases

public String[] getAliases()
Return all alias names for this Charset


equals

public boolean equals(Charset charset)
Compare two Charset instances for equality.



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.