Package com.sun.javatest.report
Class XMLReportMaker
- java.lang.Object
-
- com.sun.javatest.report.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)
-
-
-
Field Detail
-
XML_CHARSET
public static final java.lang.String XML_CHARSET
- See Also:
- Constant Field Values
-
-
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)
-
-