Class AbstractHandlerWithText

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

    public abstract class AbstractHandlerWithText
    extends AbstractHandler
    Deprecated.
    use AbstractHandler
    Extends functionality of AbstractHandler class with text support
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • AbstractHandlerWithText

        protected AbstractHandlerWithText()
        Deprecated.
        Default constructor.
      • AbstractHandlerWithText

        protected AbstractHandlerWithText​(SAXSupport pParser)
        Deprecated.
        Initializes the handler and attaches it to the parser.
        Parameters:
        pParser - - a SAX parser to which this handler needs to be attached