Interface IHTMLHandler

    • Method Detail

      • noteFormStart

        void noteFormStart​(java.util.Map formAttributes)
                    throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note the start of a form
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteFormInput

        void noteFormInput​(java.util.Map inputAttributes)
                    throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note an input tag
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteFormEnd

        void noteFormEnd()
                  throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note the end of a form
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteAHREF

        void noteAHREF​(java.lang.String rawURL)
                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note discovered href
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteLINKHREF

        void noteLINKHREF​(java.lang.String rawURL)
                   throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note discovered href
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteBASEHREF

        void noteBASEHREF​(java.lang.String rawURL)
                   throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note base href
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteIMGSRC

        void noteIMGSRC​(java.lang.String rawURL)
                 throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note discovered IMG SRC
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteFRAMESRC

        void noteFRAMESRC​(java.lang.String rawURL)
                   throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note discovered FRAME SRC
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • noteTextCharacter

        void noteTextCharacter​(char textCharacter)
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Note a character of text. Structured this way to keep overhead low for handlers that don't use text.
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • finishUp

        void finishUp()
               throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Done with the document.
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException