API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.dom. DOMValidateContext View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 Object
      DOMCryptoContext
          DOMValidateContext
Implements
 XMLValidateContext
Subclasses
Description
public class DOMValidateContext
  A DOM-specific XMLValidateContext.
Constructors
public DOMValidateContext (Key validatingKey, Node node)
  Creates a DOMValidateContext containing the specified key and node.
public DOMValidateContext (KeySelector ks, Node node)
  Creates a DOMValidateContext containing the specified key selector and node.
Methods
Hide/Show inherited methods
public Object get (Object key) [Inherited From DOMCryptoContext]
This implementation uses an internal HashMap to get the object that the specified key maps to.
public String getBaseURI () [Inherited From DOMCryptoContext]
public String getDefaultNamespacePrefix () [Inherited From DOMCryptoContext]
public Element getElementById (String idValue) [Inherited From DOMCryptoContext]
  Returns the Element with the specified ID attribute value.
public KeySelector getKeySelector () [Inherited From DOMCryptoContext]
public String getNamespacePrefix (String namespaceURI, String defaultPrefix) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to get the prefix that the specified URI maps to.
public Node getNode ()
  Returns the node.
public Object getProperty (String name) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to get the object that the specified name maps to.
public URIDereferencer getURIDereferencer () [Inherited From DOMCryptoContext]
public Iterator iterator () [Inherited From DOMCryptoContext]
  Returns a read-only iterator over the set of Id/Element mappings of this DOMCryptoContext.
public Object put (Object key, Object value) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to map the key to the specified object.
public String putNamespacePrefix (String namespaceURI, String prefix) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to map the URI to the specified prefix.
public void setBaseURI (String baseURI) [Inherited From DOMCryptoContext]
 
public void setDefaultNamespacePrefix (String defaultPrefix) [Inherited From DOMCryptoContext]
public void setIdAttributeNS (Element element, String namespaceURI, String localName) [Inherited From DOMCryptoContext]
  Registers the element's attribute specified by the namespace URI and local name to be of type ID.
public void setKeySelector (KeySelector ks) [Inherited From DOMCryptoContext]
public void setNode (Node node)
  Sets the node.
public Object setProperty (String name, Object value) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to map the name to the specified object.
public void setURIDereferencer (URIDereferencer dereferencer) [Inherited From DOMCryptoContext]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar