Class SAXBuffer.Characters

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

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

      Fields 
      Modifier and Type Field Description
      char[] ch  
    • Constructor Summary

      Constructors 
      Constructor Description
      Characters​(char[] ch, int start, int length)  
    • 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)  
      void toString​(java.lang.StringBuffer value)  
      • Methods inherited from class java.lang.Object

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

      • ch

        public final char[] ch
    • Constructor Detail

      • Characters

        public Characters​(char[] ch,
                          int start,
                          int length)
    • Method Detail

      • send

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

        public void toString​(java.lang.StringBuffer value)
      • dump

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