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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPBody.java265 * and its contents upon calling <code>addDocument</code>. The behavior
277 public SOAPBodyElement addDocument(org.w3c.dom.Document document) method in interface:SOAPBody
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6921644.java62 a1.addDocument(d1);
63 a1.addDocument(d2);
64 a3.addDocument(d3);
66 c.addDocument(d2);
67 c.addDocument(d3);
134 public void addDocument(Document document) { method in class:Test6921644.Author
161 public void addDocument(Document document) { method in class:Test6921644.Category
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DBodyImpl.java208 public SOAPBodyElement addDocument(Document document) method in class:BodyImpl
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DManifest.java139 * This <code>addDocument</code> method is used to add a new resource to the
151 public void addDocument( method in class:Manifest
H A DXMLSignature.java71 * <ul><li>The addDocument* methods are used to add References with optional
682 public void addDocument( method in class:XMLSignature
685 this._signedInfo.addDocument(this._baseURI, referenceURI, trans,
690 * This method is a proxy method for the {@link Manifest#addDocument} method.
695 * @see Manifest#addDocument
698 public void addDocument( method in class:XMLSignature
701 this._signedInfo.addDocument(this._baseURI, referenceURI, trans,
713 public void addDocument(String referenceURI, Transforms trans) method in class:XMLSignature
715 this._signedInfo.addDocument(this._baseURI, referenceURI, trans,
726 public void addDocument(Strin method in class:XMLSignature
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java250 addDocument(null, (String)grammar.fLocations.elementAt(k));
465 public synchronized void addDocument(Object document, String location) { method in class:SchemaGrammar.BuiltinSchemaGrammar
716 public synchronized void addDocument(Object document, String location) { method in class:SchemaGrammar.Schema4Annotations
1369 public synchronized void addDocument(Object document, String location) { method in class:SchemaGrammar

Completed in 42 milliseconds