Interface ContentHandlerFactory

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    BasicContentHandlerFactory

    public interface ContentHandlerFactory
    extends java.io.Serializable
    Interface to allow easier injection of code for getting a new ContentHandler
    • Method Detail

      • getNewContentHandler

        org.xml.sax.ContentHandler getNewContentHandler()
      • getNewContentHandler

        @Deprecated
        org.xml.sax.ContentHandler getNewContentHandler​(java.io.OutputStream os,
                                                        java.lang.String encoding)
                                                 throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getNewContentHandler

        org.xml.sax.ContentHandler getNewContentHandler​(java.io.OutputStream os,
                                                        java.nio.charset.Charset charset)