Searched refs:XMLObject (Results 1 - 6 of 6) 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...]
H A DXMLSignatureFactory.java359 * @param objects a list of {@link XMLObject}s (may be empty or
366 * type <code>XMLObject</code>
515 * Creates an <code>XMLObject</code> from the specified parameters.
523 * @return an <code>XMLObject</code>
527 public abstract XMLObject newXMLObject(List content, String id,
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXMLObject.java42 * DOM-based implementation of XMLObject.
46 public final class DOMXMLObject extends DOMStructure implements XMLObject {
54 * Creates an <code>XMLObject</code> from the specified parameters.
62 * @return an <code>XMLObject</code>
86 * Creates an <code>XMLObject</code> from an element.
182 if (!(o instanceof XMLObject)) {
185 XMLObject oxo = (XMLObject) o;
H A DDOMXMLSignature.java93 * @param objs a list of <code>XMLObject</code>s or <code>null</code>
115 if (!(objsCopy.get(i) instanceof XMLObject)) {
117 ("objs["+i+"] is not an XMLObject");
287 XMLObject xo = (XMLObject) objects.get(i);
343 XMLObject obj = (XMLObject) objects.get(i);
H A DDOMXMLSignatureFactory.java109 public XMLObject newXMLObject(List content, String id, String mimeType,
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java482 XMLObject obj = fac.newXMLObject(Collections.singletonList
532 XMLObject.TYPE, null));
550 XMLObject.TYPE, null));
556 XMLObject.TYPE, null));
596 (fac.newReference("#object-3", sha1, null, XMLObject.TYPE, null));
603 Collections.singletonList(withComments), XMLObject.TYPE, null));
607 XMLObject.TYPE, null));
614 Collections.singletonList(withComments), XMLObject.TYPE, null));
858 XMLObject obj = fac.newXMLObject(Collections.singletonList
948 XMLObject ob
[all...]

Completed in 35 milliseconds