- 
- All Superinterfaces:
- URIReference
 
 public interface DOMURIReference extends URIReference A DOM-specificURIReference. The purpose of this class is to provide additional context necessary for resolving XPointer URIs or same-document references.- Since:
- 1.6
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description NodegetHere()Returns the here node.- 
Methods declared in interface javax.xml.crypto.URIReferencegetType, getURI
 
- 
 
- 
- 
- 
Method Detail- 
getHereNode getHere() Returns the here node.- Returns:
- the attribute or processing instruction node or the parent element of the text node that directly contains the URI
 
 
- 
 
-