XML Security, 1.6

javax.xml.crypto.dom
Interface DOMURIReference

All Superinterfaces:
URIReference
All Known Implementing Classes:
DOMCipherReference, DOMDataReference, DOMKeyReference, DOMReferenceType, DOMRetrievalMethod, ReferenceImpl, RetrievalMethodImpl, URIReferenceImpl

public interface DOMURIReference
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
 org.w3c.dom.Node getHere()
          Returns the here node.
 
Methods inherited from interface javax.xml.crypto.URIReference
getType, getURI
 

Method Detail

getHere

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

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.