com.hg.xdoc
接口 WriteableFormat

所有超级接口:
NamableFormat

public interface WriteableFormat
extends NamableFormat

可写格式

作者:
wanghg

方法摘要
 void write(java.io.OutputStream out, java.lang.String xml)
          写入
 
从接口 com.hg.xdoc.NamableFormat 继承的方法
getName
 

方法详细信息

write

void write(java.io.OutputStream out,
           java.lang.String xml)
           throws java.lang.Exception
写入

参数:
out - 输出流
xml - XDoc xml
抛出:
java.lang.Exception