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

All Known Subinterfaces:
Charset, Encoder
All Known Implementing Classes:
AbstractCharset, CompiledCharset, CompiledEncoder, DefaultEncoder, HTMLEncoder, UnknownCharset, XHTMLEncoder, XMLEncoder

public interface Verifier

Version:
CVS $Id$
Author:
Pier Fumagalli, February 2003

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

Method Detail

allows

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



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