Searched defs:XMLObject (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLObject.java34 * $Id: XMLObject.java,v 1.5 2005/05/10 16:03:48 mullan Exp $
45 * An <code>XMLObject</code> may contain any data and may include optional
61 * A <code>XMLObject</code> instance may be created by invoking the
68 * XMLObject object = factory.newXMLObject(content, "object-1", null, null);
71 * <p>Note that this class is named <code>XMLObject</code> rather than
81 public interface XMLObject extends XMLStructure { interface in inherits:XMLStructure
92 * list} of {@link XMLStructure}s contained in this <code>XMLObject</code>,
106 * Returns the Id of this <code>XMLObject</code>.
113 * Returns the mime type of this <code>XMLObject</code>. The
115 * <code>XMLObject</cod
[all...]

Completed in 2941 milliseconds