Package org.apache.cocoon.xml.sax
Class SAXBuffer.Characters
- java.lang.Object
 - 
- org.apache.cocoon.xml.sax.SAXBuffer.Characters
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - SAXBuffer
 
@Deprecated(since="2022-01-27") public static final class SAXBuffer.Characters extends java.lang.Object implements java.io.SerializableDeprecated.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description char[]chDeprecated. 
- 
Constructor Summary
Constructors Constructor Description Characters(char[] ch, int start, int length)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.voidtoString(java.lang.StringBuffer value)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
send
public void send(org.xml.sax.ContentHandler contentHandler) throws org.xml.sax.SAXExceptionDeprecated.- Throws:
 org.xml.sax.SAXException
 
- 
toString
public void toString(java.lang.StringBuffer value)
Deprecated. 
- 
dump
public void dump(java.io.Writer writer) throws java.io.IOExceptionDeprecated.- Throws:
 java.io.IOException
 
 - 
 
 -