KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > StringWriter > Top Examples

  • hero.session.ProjectSoapXMLBean
    ProjectSessionXML API based on ProjectSession API but oriented to web services calls from a non-Java language. Get methods of this API returns XML. @ejb:bean name="ProjectSoapXML" display-name="ProjectSoapXML Bean" type="Stateful" transaction-type="Container" jndi-name="ejb/hero/ProjectSoapXML" ...
  • org.dom4j.XMLWriterTest
    A simple test harness to check that the XML Writer works @author <a HREF="mailto:james.strachan@metastuff.com">James Strachan </a> @version $Revision: 1.7.2.1 $
  • org.apache.commons.betwixt.TestBeanWriter
    Test harness for the BeanWriter @author <a HREF="mailto:jstrachan@apache.org">James Strachan</a> @author <a HREF="mailto:martin@mvdb.net">Martin van den Bemt</a> @version $Revision: 1.13 $
  • org.apache.commons.betwixt.schema.TestSchemaValidity
    Tests for the validity of the schema produced. @author <a HREF='http://jakarta.apache.org/'>Jakarta Commons Team</a> @version $Revision: 1.2.2.1 $
  • org.apache.commons.betwixt.TestBeanReader
    Test harness for the BeanReader @author <a HREF="mailto:jstrachan@apache.org">James Strachan</a> @version $Revision: 1.7 $
  • org.apache.commons.betwixt.recursion.TestRecursion
    This will test the recursive behaviour of betwixt. @author <a HREF="mailto:martin@mvdb.net">Martin van den Bemt</a> @version $Id: TestRecursion.java,v 1.15 2004/06/13 21:32:48 rdonkin Exp $
  • org.apache.commons.betwixt.strategy.TestMixedContentEncoding
    Tests for mixed content encoding. Mixed content encoding is the process by which body content is written out (in an escaped form) into a textual output stream. @author <a HREF='http://jakarta.apache.org/'>Jakarta Commons Team</a> @version $Revision: 1.4 $
  • org.apache.commons.io.IOUtils
    General IO Stream manipulation. <p> This class provides static utility methods for input/output operations. </p> <p>The closeQuietly methods are expected to be used when an IOException would be meaningless. This is usually when in a catch block for an IOException. </p> < ...
  • org.dbunit.dataset.xml.FlatXmlWriterTest
    @author Manuel Laflamme @version $Revision: 1.6 $ @since Sep 8, 2003$
  • org.codehaus.groovy.runtime.DefaultGroovyMethods
    This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment. Static methods are used with the first parameter the destination class. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Jeremy Rayner @author Sa ...
  • org.apache.velocity.test.EventHandlingTestCase
    Tests event handling @author <a HREF="mailto:geirm@optonline.net">Geir Magnusson Jr.</a> @version $Id: EventHandlingTestCase.java,v 1.5.10.1 2004/03/03 23:23:04 geirm Exp $
  • org.apache.beehive.netui.tags.databinding.datagrid.DataGrid
    <p> This tag is the containing tag for all tags and markup used to render a data grid. In its simplest form, a data grid is an HTML table containing an HTML table row for every item in a data set. The data grid also provides functionality for rendering the following major regions: <ul&g ...
  • com.sun.org.apache.xalan.internal.client.XSLTProcessorApplet
    Provides applet host for the XSLT processor. To perform transformations on an HTML client: <ol> <li>Use an &lt;applet&gt; tag to embed this applet in the HTML client.</li> <li>Use the DocumentURL and StyleURL PARAM tags or the {@link #setDocumentURL} and {@link #set ...
  • org.apache.batik.svggen.GetRootTest
    This test validates that the SVGGraphics2D generates the same result with the two versions of its getRoot method. @author <a HREF="mailto:vhardy@apache.org">Vincent Hardy</a> @version $Id: GetRootTest.java,v 1.4 2004/08/18 07:16:44 vhardy Exp $
  • junit.tests.runner.StackFilterTest
  • com.opensymphony.webwork.views.jsp.WebWorkMockJspWriter
    Unforunately, the MockJspWriter throws a NotImplementedException when any of the Writer methods are invoked and as you might guess, Velocity uses the Writer methods. I'velocityEngine subclassed the MockJspWriter for the time being so that we can do testing on the results until MockJspWriter gets ...
  • org.apache.log4j.gui.TextPanelAppender
    @author James House
  • org.apache.batik.dom.DOMUtilitiesCharacterEscaping
    Checks that Text nodes can be properly written and read. This test creates a Document with a CDATA section and checks that the CDATA section content can be written out and then read without being altered. @author <a HREF="mailto:vincent.hardy@sun.com">Vincent Hardy</a>
Popular Tags