扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.crypto.dom类domstructure的类成员方法: isfeaturesupported定义及介绍
发布时间:2014-2-18
本文导语:
isfeaturesupported
public boolean isfeaturesupported(string feature)
从接口 xmlstructure 复制的描述
指示是否支持指定的功能。
指定者:接口 xmlstructure 中的 isfeaturesupported
参数:feature - 功能的名称(以抽象 uri 形式)
返回:如果支持指定...