Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.miamm.soapmmil
Class InputSourceWriter  view InputSourceWriter download InputSourceWriter.java

java.lang.Object
  extended byjava.io.Writer
      extended byjava.io.StringWriter
          extended byorg.miamm.soapmmil.InputSourceWriter

Deprecated. use ReaderWriter instead (see simplified API)

public class InputSourceWriter
extends java.io.StringWriter

A Writer that "writes" to an InputSource. You have to call the toInputSource() to get the InputSource it "wrote" to.

Version:
$Revision: 1.2 $
$Date: 2003/05/04 21:00:42 $

Field Summary
 
Fields inherited from class java.io.StringWriter
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
InputSourceWriter()
          Deprecated.  
 
Method Summary
 org.xml.sax.InputSource toInputSource()
          Deprecated.  
 
Methods inherited from class java.io.StringWriter
close, flush, getBuffer, toString, write, write, write, write
 
Methods inherited from class java.io.Writer
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputSourceWriter

public InputSourceWriter()
Deprecated. 
Method Detail

toInputSource

public org.xml.sax.InputSource toInputSource()
Deprecated.