Class Frame

    • Field Detail

      • taint

        public Taint taint
    • Method Detail

      • afterChild

        public void afterChild()
        Specified by:
        afterChild in interface FrameI
      • comment

        public void comment​(char[] ch,
                            int start,
                            int length)
                     throws org.xml.sax.SAXParseException
        Specified by:
        comment in interface FrameI
        Throws:
        org.xml.sax.SAXParseException
      • endElement

        public void endElement()
                        throws org.xml.sax.SAXParseException
        endElement is called on the state of the frame created by the matching startElement.
        Specified by:
        endElement in interface FrameI
        Throws:
        org.xml.sax.SAXParseException
      • processingInstruction

        public void processingInstruction​(java.lang.String target,
                                          java.lang.String data)
                                   throws org.xml.sax.SAXParseException
        Specified by:
        processingInstruction in interface FrameI
        Throws:
        org.xml.sax.SAXParseException
      • abort

        public void abort()
        Specified by:
        abort in interface FrameI
      • characters

        public void characters​(char[] ch,
                               int start,
                               int length)
                        throws org.xml.sax.SAXParseException
        Specified by:
        characters in interface FrameI
        Throws:
        org.xml.sax.SAXParseException