JSR 105, v1.0 (Final Draft)

javax.xml.crypto.dom
Interface DOMURIReference

All Superinterfaces:
URIReference

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

Method Detail

getHere

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

JSR 105, v1.0 (Final Draft)

Copyright © 2003-2005, Sun Microsystems, Inc. and IBM Corporation. All rights reserved.
Please send comments to: jsr-105-comments@sun.com