| java.lang.Object org.apache.cocoon.xml.DefaultLexicalHandler
DefaultLexicalHandler | public class DefaultLexicalHandler implements LexicalHandler(Code) | | Default implementation of SAX's LexicalHandler interface. Empty implementation
of all methods so that you only have to redefine the ones of interest.
version: $Id: DefaultLexicalHandler.java 433543 2006-08-22 06:22:54Z crossley $ |
Field Summary | |
final public static LexicalHandler | NULL_HANDLER Shared instance that can be used when lexical events should be ignored. |
NULL_HANDLER | final public static LexicalHandler NULL_HANDLER(Code) | | Shared instance that can be used when lexical events should be ignored.
|
|
|