Class SAXPipe

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

    public class SAXPipe
    extends AbstractSAXPipe
    • Constructor Detail

      • SAXPipe

        public SAXPipe()
    • Method Detail

      • getContentHandler

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

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