Package org.apache.cocoon.xml.sax
Class SAXBuffer.EndCDATA
- java.lang.Object
 - 
- org.apache.cocoon.xml.sax.SAXBuffer.EndCDATA
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - SAXBuffer
 
@Deprecated(since="2022-01-27") public static final class SAXBuffer.EndCDATA extends java.lang.Object implements java.io.SerializableDeprecated.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static SAXBuffer.EndCDATASINGLETONDeprecated. 
- 
Constructor Summary
Constructors Constructor Description EndCDATA()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddump(java.io.Writer writer)Deprecated.voidsend(org.xml.sax.ContentHandler contentHandler)Deprecated. 
 - 
 
- 
- 
Field Detail
- 
SINGLETON
public static final SAXBuffer.EndCDATA SINGLETON
Deprecated. 
 - 
 
 -