javax.xml.crypto.dom

Interface DOMURIReference

All Superinterfaces:
URIReference

  1. public interface DOMURIReference
  2. extends URIReference
A DOM-specific URIReference. The purpose of this class is to provide additional context necessary for resolving XPointer URIs or same-document references.

Method Summary

Modifier and Type Method and Description
  1. org.w3c.dom.Node
getHere()
Returns the here node.
Methods inherited from interface javax.xml.crypto.URIReference
getType, getURI

Method Detail

getHere

  1. org.w3c.dom.Node 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