扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类abstractdocument.abstractelement的类成员方法: containsattribute定义及介绍
发布时间:2014-2-18
本文导语:
containsattribute
public boolean containsattribute(object name,
object value)
检查是否定义了给定的属性名称/值。
指定者:接口 attributeset 中的 containsattribute
参数:name - 非 null 属性名称value - 属性值
返回:如果定...