com.notuvy.sgml
Interface Writable

All Known Implementing Classes:
SgmlTag, SgmlTag.A, SgmlTag.Html, SgmlTag.Timestamp, SgmlText

public interface Writable

All SgmlContent need to define how they write themselves to output streams. User: murali Date: Jul 28, 2011 Time: 10:25:03 AM


Method Summary
 void write(StringBuilder pBuilder)
           
 void write(Writer pWriter)
           
 

Method Detail

write

void write(StringBuilder pBuilder)

write

void write(Writer pWriter)
           throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.