Searched refs:Document (Results 126 - 150 of 306) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DBodyImpl.java208 public SOAPBodyElement addDocument(Document document)
228 Document ownerDoc = getOwnerDocument();
269 public Document extractContentAsDocument() throws SOAPException {
296 throw new SOAPException("Cannot extract Document from body");
299 Document document = null;
317 "Unable to extract Document from body", e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTypedXmlWriter.java83 * Gets the {@link Document} object that this writer is writing to.
88 Document getDocument();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPPart.java68 public abstract class SOAPPart implements org.w3c.dom.Document, Node {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMHelper.java39 import org.w3c.dom.Document;
59 * Document object. This function provides a DOM-implementation-independent
66 * before creating the Document. We should think about whether we want
75 * @return The newly created DOM Document object, with no children, or
79 public static Document createDocument(boolean isSecureProcessing)
86 // create a DOM Document node to contain the result.
102 Document outNode = docBuilder.newDocument();
118 * Document object. This function provides a DOM-implementation-independent
122 * @return The newly created DOM Document object, with no children, or
126 public static Document createDocumen
[all...]
H A DDOMBuilder.java30 import org.w3c.dom.Document;
52 public Document m_doc;
76 public DOMBuilder(Document doc, Node node)
90 * @param docFrag Document fragment
92 public DOMBuilder(Document doc, DocumentFragment docFrag)
104 public DOMBuilder(Document doc)
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicEditorPaneUI.java236 Document doc = getComponent().getDocument();
249 Document doc = getComponent().getDocument();
256 Document doc = getComponent().getDocument();
274 Document document = getComponent().getDocument();
300 Document document = component.getDocument();
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyValue.java45 import org.w3c.dom.Document;
115 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
125 private void marshalPublicKey(Node parent, Document doc, String dsPrefix,
143 private void marshalDSAPublicKey(Node parent, Document doc,
167 private void marshalRSAPublicKey(Node parent, Document doc,
H A DDOMDigestMethod.java36 import org.w3c.dom.Document;
150 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
H A DDOMSignatureProperty.java35 import org.w3c.dom.Document;
133 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
H A DDOMTransform.java35 import org.w3c.dom.Document;
104 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFormView.java129 * Document attribute name for storing POST data. JEditorPane.getPostData()
184 JTextArea area = new JTextArea((Document) model);
279 field.setDocument((Document) model);
287 field.setDocument((Document) model);
298 field.setDocument((Document)model);
310 attr, (Document)model));
530 Document propDoc = doc;
726 Document doc = (Document)model;
746 Document do
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultDocument.java29 import org.w3c.dom.Document;
48 implements Document {
57 // org.w3c.dom.Document methods
194 * not supported by this <code>Document</code>.
206 * not supported by this <code>Document</code>.
240 * <br>Beware that when the <code>Document</code> supports the feature
251 * <br>Beware that when the <code>Document</code> supports the feature
271 * The configuration used when <code>Document.normalizeDocument</code> is
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DCachedXPathAPI.java31 import org.w3c.dom.Document;
285 ? ((Document) namespaceNode).getDocumentElement() : namespaceNode);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java29 import org.w3c.dom.Document;
69 * <p>See also the <a href='http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226'>Document Object Model (DOM) Level 3 XPath Specification</a>.
174 public Document getOwnerDocument() {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformBase64Decode.java41 import org.w3c.dom.Document;
154 Document doc =
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXPathFuncHereAPI.java33 import org.w3c.dom.Document;
231 ? ((Document) namespaceNode)
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverFragment.java30 import org.w3c.dom.Document;
40 * @see <A HREF="http://www.w3.org/TR/xmldsig-core/#sec-Same-Document">Same-Document URI-References in the XML Signature spec</A>
63 Document doc = uri.getOwnerElement().getOwnerDocument();
H A DResolverXPointer.java30 import org.w3c.dom.Document;
68 Document doc = uri.getOwnerElement().getOwnerDocument();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWTextAreaPeer.java41 import javax.swing.text.Document;
139 final Document document = getTextComponent().getDocument();
H A DLWTextComponentPeer.java44 import javax.swing.text.Document;
133 final Document document = getTextComponent().getDocument();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGen.java32 import org.w3c.dom.Document;
61 static Document document;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPFactoryImpl.java40 import org.w3c.dom.Document;
147 Document ownerDoc = copy.getOwnerDocument();
/openjdk7/jdk/test/javax/xml/crypto/dsig/SecurityManager/
H A DXMLDSigWithSecMgr.java47 import org.w3c.dom.Document;
106 Document doc = db.newDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_es.properties37 # Document messages
54 # 2.8 Prolog and Document Type Declaration
73 # 2.9 Standalone Document Declaration
96 # Messages common to Document and DTD
118 # 2.8 Prolog and Document Type Declaration
171 # 2.8 Prolog and Document Type Declaration
H A DXMLMessages_zh_CN.properties37 # Document messages
54 # 2.8 Prolog and Document Type Declaration
73 # 2.9 Standalone Document Declaration
96 # Messages common to Document and DTD
118 # 2.8 Prolog and Document Type Declaration
171 # 2.8 Prolog and Document Type Declaration

Completed in 83 milliseconds

1234567891011>>