Class ParserSupport

    • Method Detail

      • checkString

        public void checkString​(Taint taintMe,
                                java.lang.String t)
                         throws org.xml.sax.SAXParseException
        Throws:
        org.xml.sax.SAXParseException
      • checkComposingChar

        public void checkComposingChar​(Taint taintMe,
                                       char[] ch,
                                       int st,
                                       int ln)
                                throws org.xml.sax.SAXParseException
        Throws:
        org.xml.sax.SAXParseException
      • checkEncoding

        public void checkEncoding​(Taint taintMe,
                                  java.lang.String s)
                           throws org.xml.sax.SAXParseException
        Throws:
        org.xml.sax.SAXParseException
      • getXMLHandler

        public XMLHandler getXMLHandler()