扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text.html类htmlwriter的类成员方法: writeattributes定义及介绍
发布时间:2014-2-18
本文导语:
writeattributes
protected void writeattributes(attributeset attr)
throws ioexception
写出属性集。忽略带有类型 html.tag 键的所有属性,带有类型 styleconstants 键的所有属性,以及带有类型 html.attribute.endtag 键的所有属性。
覆盖...