Interface StartTagHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void endDoc()
      Called at the end of the document.
      void start​(StackFrame frame, org.xml.sax.Locator loc)
      Called when a starting tag is encountered.
      void startDoc()
      Called at the start of the document.
      • Methods inherited from interface com.singularsys.extensions.mathml.parser.TagHandler

        handle
    • Method Detail

      • start

        void start​(StackFrame frame,
                   org.xml.sax.Locator loc)
            throws org.xml.sax.SAXParseException
        Called when a starting tag is encountered.
        Parameters:
        frame -
        loc -
        Throws:
        org.xml.sax.SAXParseException
      • startDoc

        void startDoc()
               throws org.xml.sax.SAXException
        Called at the start of the document.
        Throws:
        org.xml.sax.SAXException
      • endDoc

        void endDoc()
             throws org.xml.sax.SAXException
        Called at the end of the document.
        Throws:
        org.xml.sax.SAXException