扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.crypto.dsig类xmlsignaturefactory的类成员方法: isfeaturesupported定义及介绍
发布时间:2014-2-18
本文导语:
isfeaturesupported
public abstract boolean isfeaturesupported(string feature)
指示是否支持指定的功能。
参数:feature - 功能名称(作为抽象 uri)
返回:如果支持指定功能,则返回 true,否则返回 false
抛出:
nullpointerexception - 如果 feature 为 n...