Class SAXBuffer.EndDTD

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

    public static final class SAXBuffer.EndDTD
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EndDTD()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.Writer writer)  
      void send​(org.xml.sax.ContentHandler contentHandler)  
      • Methods inherited from class java.lang.Object

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

      • EndDTD

        public EndDTD()
    • Method Detail

      • send

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

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