public interface URIReference
通过 URI-Reference 标识数据对象,正如 RFC 2396 所指定的。
注意,一些子类可能没有 type 属性,对于这些类型的对象,getType() 方法将始终返回 null。 
URIDereferencer
   | 方法摘要 | |
|---|---|
  String |  
     getType() 返回通过此 URI 引用的数据类型。  |  
    
  String |  
     getURI() 返回所引用数据对象的 URI。  |  
    
| 方法详细信息 | 
|---|
String getURI()
null)
     String getType()
null)