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

All Known Subinterfaces:
Charset, Encoder
All Known Implementing Classes:
AbstractCharset, CompiledEncoder, DefaultEncoder, UnknownCharset

public interface Verifier

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

Method Summary
 boolean allows(char c)
          Check if the specified character is allowed by this Verifier.
 

Method Detail

allows

public boolean allows(char c)
Check if the specified character is allowed by this Verifier.



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