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

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dom/
H A DDOMStructure.java26 * $Id: DOMStructure.java,v 1.6 2005/05/09 18:33:26 mullan Exp $
40 * <code>DOMStructure</code> is the first node of the sequence and successive
43 * <p>If the owner document of the <code>DOMStructure</code> is different than
52 public class DOMStructure implements XMLStructure { class in inherits:XMLStructure
57 * Creates a <code>DOMStructure</code> containing the specified node.
62 public DOMStructure(Node node) { method in class:DOMStructure
70 * Returns the node contained in this <code>DOMStructure</code>.
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMStructure.java25 * $Id: DOMStructure.java,v 1.2 2008/07/24 15:20:32 mullan Exp $
39 public abstract class DOMStructure implements XMLStructure { class in inherits:XMLStructure

Completed in 2128 milliseconds