public class DOMURIDereferencer extends Object implements URIDereferencer
Modifier and Type | Method and Description |
---|---|
Data |
dereference(URIReference uriRef,
XMLCryptoContext context)
Dereferences the specified
URIReference and returns the
dereferenced data. |
public Data dereference(URIReference uriRef, XMLCryptoContext context) throws URIReferenceException
URIDereferencer
URIReference
and returns the
dereferenced data.dereference
in interface URIDereferencer
uriRef
- the URIReference
context
- an XMLCryptoContext
that may
contain additional useful information for dereferencing the URI. This
implementation should dereference the specified
URIReference
against the context's baseURI
parameter, if specified.URIReferenceException
- if an exception occurs while
dereferencing the specified uriReference
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.