Class SAXBuffer.PI

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SAXBuffer

    @Deprecated(since="2022-01-27")
    public static final class SAXBuffer.PI
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String data
      Deprecated.
       
      java.lang.String target
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      PI​(java.lang.String target, java.lang.String data)
      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.
       
      • Methods inherited from class java.lang.Object

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

      • target

        public final java.lang.String target
        Deprecated.
      • data

        public final java.lang.String data
        Deprecated.
    • Constructor Detail

      • PI

        public PI​(java.lang.String target,
                  java.lang.String data)
        Deprecated.
    • Method Detail

      • send

        public void send​(org.xml.sax.ContentHandler contentHandler)
                  throws org.xml.sax.SAXException
        Deprecated.
        Throws:
        org.xml.sax.SAXException
      • dump

        public void dump​(java.io.Writer writer)
                  throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException