扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text.html类htmlwriter的类成员方法: emptytag定义及介绍
发布时间:2014-2-18
本文导语:
emptytag
protected void emptytag(element elem)
throws badlocationexception,
ioexception
写出所有空元素(没有对应结束标记的所有标记)。
参数:elem - element
抛出:
ioexception - 如果发生任何 i/o 错误
badlocationexcept...