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

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

public interface Verifier

Version:
$Id: Verifier.java 587752 2007-10-24 02:47:02Z vgritsenko $

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-2012 The Apache Software Foundation. All Rights Reserved.