Interface IBaseHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.xml.sax.helpers.DefaultHandler delegate()  
      void setDelegate​(org.xml.sax.helpers.DefaultHandler delegate)  
      • Methods inherited from interface org.xml.sax.ContentHandler

        characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
    • Method Detail

      • setDelegate

        void setDelegate​(org.xml.sax.helpers.DefaultHandler delegate)
      • delegate

        org.xml.sax.helpers.DefaultHandler delegate()