Class AbstractSAXProducer

    • Constructor Detail

      • AbstractSAXProducer

        public AbstractSAXProducer()
        Deprecated.
    • Method Detail

      • setContentHandler

        public void setContentHandler​(ContentHandler handler)
        Deprecated.
        Set the ContentHandler that will receive XML data.

        Subclasses may retrieve this ContentHandler instance accessing the protected super.contentHandler field.

        Parameters:
        handler - content handler, should never be null.
      • recycle

        public void recycle()
        Deprecated.
        Recycle the producer by removing references, and resetting handlers to null (empty) implementations.