Class XMLReportMaker


  • public class XMLReportMaker
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String XML_CHARSET  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String convertProhibitedChars​(java.lang.String cdata)  
      static boolean prohibited​(int c)  
      static void writeCDATA​(org.xml.sax.ext.LexicalHandler lh, org.xml.sax.ContentHandler ser, java.lang.String cdata)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • writeCDATA

        public static void writeCDATA​(org.xml.sax.ext.LexicalHandler lh,
                                      org.xml.sax.ContentHandler ser,
                                      java.lang.String cdata)
                               throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • convertProhibitedChars

        public static java.lang.String convertProhibitedChars​(java.lang.String cdata)
      • prohibited

        public static boolean prohibited​(int c)