javax.xml.crypto

接口
异常
所有已知子接口:
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