Package org.apache.cocoon.xml.sax
Class SAXBuffer.Comment
- java.lang.Object
-
- org.apache.cocoon.xml.sax.SAXBuffer.Comment
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SAXBuffer
@Deprecated(since="2022-01-27") public static final class SAXBuffer.Comment extends java.lang.Object implements java.io.Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description char[]
ch
Deprecated.
-
Constructor Summary
Constructors Constructor Description Comment(char[] ch, int start, int length)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
dump(java.io.Writer writer)
Deprecated.void
send(org.xml.sax.ContentHandler contentHandler)
Deprecated.
-