API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. XMLObject View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Joyce L. Leung
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      XMLObject
Subinterfaces
Description
public interface XMLObject
  A representation of the XML Object element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public List getContent ()
  Returns an unmodifiable list of XMLStructures contained in this XMLObject, which represent elements from any namespace.
public String getEncoding ()
  Returns the encoding URI of this XMLObject.
public String getId ()
  Returns the Id of this XMLObject.
public String getMimeType ()
  Returns the mime type of this XMLObject.
Fields
Hide/Show inherited fields
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#Object"
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).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar