Class SAXPipe

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler

    @Deprecated(since="2022-01-27")
    public class SAXPipe
    extends AbstractSAXPipe
    Deprecated.
    • Constructor Detail

      • SAXPipe

        public SAXPipe()
        Deprecated.
    • Method Detail

      • getContentHandler

        public org.xml.sax.ContentHandler getContentHandler()
        Deprecated.
        Provide access to the ContentHandler used by the pipe.
        Returns:
        ContentHandler
      • getLexicalHandler

        public org.xml.sax.ext.LexicalHandler getLexicalHandler()
        Deprecated.
        Provide access to the LexicalHandler used by the pie.
        Returns:
        LexicalHandler