net.sf.fikin.ant.types
Class XHTMLInput.TmpXHTMLData

java.lang.Object
  extended by net.sf.fikin.ant.types.XHTMLInput.TmpXHTMLData
Enclosing class:
XHTMLInput

public class XHTMLInput.TmpXHTMLData
extends java.lang.Object

Incorporate a temporary data in-out streams used in toXHTML conversion created on Jan 3, 2007

Since:
Version:
$Revision: 1.5 $
Author:
fiykov

Constructor Summary
XHTMLInput.TmpXHTMLData()
           
 
Method Summary
 java.io.InputStream getInputStream()
          get input stream used to read the stored XHTML data
 java.lang.String getString()
           
 java.io.Writer getWtiter()
          get writer used to write XHTML data into it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XHTMLInput.TmpXHTMLData

public XHTMLInput.TmpXHTMLData()
Method Detail

getWtiter

public java.io.Writer getWtiter()
get writer used to write XHTML data into it

Returns:
writer of XHTML data

getInputStream

public java.io.InputStream getInputStream()
get input stream used to read the stored XHTML data

Returns:
input stream of XHTML data

getString

public java.lang.String getString()
Returns:
string representation of the internal stream object


Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.