JavaTM 2 Platform
Standard Ed. 6

javax.xml.crypto
介面 XMLStructure

所有已知子介面:
CanonicalizationMethod, DigestMethod, KeyInfo, KeyName, KeyValue, Manifest, PGPData, Reference, RetrievalMethod, SignatureMethod, SignatureProperties, SignatureProperty, SignedInfo, Transform, X509Data, X509IssuerSerial, XMLObject, XMLSignature, XMLSignature.SignatureValue
所有已知實作類別:
DOMStructure, TransformService

public interface XMLStructure

任何名稱空間的 XML 結構的表示形式。此介面用於對所有 XML 結構的表示形式進行分組(並為之提供型別安全)。

從以下版本開始:
1.6

方法摘要
 boolean isFeatureSupported(String feature)
          指示是否支持指定的功能。
 

方法詳細資訊

isFeatureSupported

boolean isFeatureSupported(String feature)
指示是否支持指定的功能。

參數:
feature - 功能的名稱(以抽象 URI 形式)
返回:
如果支持指定功能,則返回 true,否則返回 false
拋出:
NullPointerException - 如果 featurenull

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only