Class SAXBuffer.Comment

java.lang.Object
org.apache.cocoon.xml.sax.SAXBuffer.Comment
All Implemented Interfaces:
Serializable
Enclosing class:
SAXBuffer

@Deprecated(since="2022-01-27") public static final class SAXBuffer.Comment extends Object implements Serializable
Deprecated.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final char[]
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Comment(char[] ch, int start, int length)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dump(Writer writer)
    Deprecated.
     
    void
    send(ContentHandler contentHandler)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ch

      public final char[] ch
      Deprecated.
  • Constructor Details

    • Comment

      public Comment(char[] ch, int start, int length)
      Deprecated.
  • Method Details