JavaTM 2 Platform
Standard Ed. 6

javax.xml.crypto
接口 URIReference

所有已知子接口:
DOMURIReference, Reference, RetrievalMethod

public interface URIReference

通过 URI-Reference 标识数据对象,正如 RFC 2396 所指定的。

注意,一些子类可能没有 type 属性,对于这些类型的对象,getType() 方法将始终返回 null

从以下版本开始:
1.6
另请参见:
URIDereferencer

方法摘要
 String getType()
          返回通过此 URI 引用的数据类型。
 String getURI()
          返回所引用数据对象的 URI。
 

方法详细信息

getURI

String getURI()
返回所引用数据对象的 URI。

返回:
RFC 2396 格式的数据对象的 URI(如果未指定 URI,则返回 null

getType

String getType()
返回通过此 URI 引用的数据类型。

返回:
数据对象的类型 (URI)(如果未指定 URI,则返回 null

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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