API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMXMLObject View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMXMLObject
Implements
 XMLObject
Subclasses
Description
publicfinal class DOMXMLObject
DOM-based implementation of XMLObject.
See also:   
Constructors
public DOMXMLObject (Element objElem, XMLCryptoContext context) throws MarshalException
  Creates an XMLObject from an element.
public DOMXMLObject (List content, String id, String mimeType, String encoding)
  Creates an XMLObject from the specified parameters.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
public List getContent () [Specified in XMLObject]
public String getEncoding () [Specified in XMLObject]
public String getId () [Specified in XMLObject]
public String getMimeType () [Specified in XMLObject]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
Fields
Hide/Show inherited fields
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#Object" [Inherited From XMLObject]
URI that identifies the Object element (this can be specified as the value of the type parameter of the Reference class to identify the referent's type).
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar