com.notuvy.sgml
Class SgmlText

java.lang.Object
  extended by com.notuvy.sgml.SgmlText
All Implemented Interfaces:
Writable

public class SgmlText
extends Object
implements Writable

Text contained in SGML.

Author:
murali

Constructor Summary
SgmlText(String pText)
           
 
Method Summary
 String toString()
           
 void write(StringBuilder pBuilder)
           
 void write(Writer pWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SgmlText

public SgmlText(String pText)
Method Detail

write

public void write(StringBuilder pBuilder)
Specified by:
write in interface Writable

write

public void write(Writer pWriter)
           throws IOException
Specified by:
write in interface Writable
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.