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: Verifier.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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.