com.sun.javatest.report
Class XMLReportMaker

java.lang.Object
  extended by com.sun.javatest.report.XMLReportMaker

public class XMLReportMaker
extends java.lang.Object


Field Summary
static java.lang.String XML_CHARSET
           
 
Method Summary
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
 

Field Detail

XML_CHARSET

public static java.lang.String XML_CHARSET
Method Detail

writeCDATA

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

convertProhibitedChars

public static java.lang.String convertProhibitedChars(java.lang.String cdata)

prohibited

public static boolean prohibited(int c)


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.