Module java.xml.crypto
Package javax.xml.crypto

Interface URIReference

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

public interface URIReference
通过URI-Reference标识数据对象,如RFC 2396中指定的那样。

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

自1.6版本起:
1.6
参见:
  • Method Summary

    Modifier and Type
    Method
    Description
    返回此URI引用的数据类型。
    getURI()
    返回被引用数据对象的URI。
  • Method Details

    • getURI

      String getURI()
      返回被引用数据对象的URI。
      返回:
      数据对象的URI以RFC 2396格式(如果未指定可能为null
    • getType

      String getType()
      返回此URI引用的数据类型。
      返回:
      数据对象的类型(一个URI)(如果未指定可能为null