Class DefaultLexicalHandler

java.lang.Object
org.apache.cocoon.xml.sax.DefaultLexicalHandler
All Implemented Interfaces:
LexicalHandler

@Deprecated(since="2022-01-27") public class DefaultLexicalHandler extends Object implements LexicalHandler
Deprecated.
This API is deprecated, migrate code to the XML APIs provided by the JDK.
Default implementation of SAX's LexicalHandler interface. Empty implementation of all methods so that you only have to redefine the ones of interest.