Searched refs:Document (Results 176 - 200 of 306) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameView.java97 Document doc = htmlPane.getDocument();
387 Document newDoc = htmlPane.getDocument();
415 Document d = p.getDocument();
H A DHiddenTagView.java54 Document doc = getDocument();
180 Document doc = getDocument();
233 Document doc = getDocument();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java41 import org.w3c.dom.Document;
72 public SignatureAlgorithm(Document doc, String algorithmURI) throws XMLSecurityException {
89 Document doc, String algorithmURI, int hmacOutputLength
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInput.java46 import org.w3c.dom.Document;
613 Document doc = db.parse(this.getOctetStream());
626 Document document = db.parse(new ByteArrayInputStream(result));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/util/
H A DWSDLFetcher.java40 import org.w3c.dom.Document;
137 Document rootWsdlDoc = forest.get(rootWsdl);
155 Document refDoc = forest.get(ref);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentSerializer.java37 import org.w3c.dom.Document;
59 serialize((Document)n);
74 * Serialize a {@link Document}.
78 public final void serialize(Document d) throws IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DContainerElement.java47 final Document document;
84 public ContainerElement(Document document,ContainerElement parent,String nsUri, String localName) {
103 public Document getDocument() {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_ko.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_pt_BR.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
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderImpl.java48 import org.w3c.dom.Document;
302 * Level 2 methods to create a DOM Document object.
304 public Document newDocument() {
312 public Document parse(InputSource is) throws SAXException, IOException {
326 Document doc = domParser.getDocument();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledEditorKit.java102 public Document createDefaultDocument() {
218 * input attributes when the Document changes, as if the Document
229 Document aDoc = c.getDocument();
268 (newValue instanceof Document)) {
411 Document d = e.getDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java30 import org.w3c.dom.Document;
44 * with the exception of Document itself, only through a specific
45 * Document's factory methods.
172 * instantiated, and those normally via a Document's factory methods
174 * Every Node knows what Document it belongs to.
296 * Find the Document that this Node belongs to (the document in
298 * currently be part of that Document's actual contents.
300 public Document getOwnerDocument() {
306 return (Document) ownerNode;
352 * created or removed). Note that Document, DocumentFragmen
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java47 import org.w3c.dom.Document;
58 * Note that it doesn't necessarily represent a full Document
135 // Document node. If it's an Element node, we need to immediately
709 // This would be easier if m_root was always the Document node, but
734 } // if node and m_root in same Document
953 * %REVIEW% Document when empty string is possible...
1278 Document doc;
1281 doc = (Document) m_root;
1309 Document doc;
1312 doc = (Document) m_roo
[all...]
H A DDOM2DTMdefaultNamespaceDeclarationNode.java29 import org.w3c.dom.Document;
99 public Document getOwnerDocument() {return pseudoparent.getOwnerDocument();}
364 return((NodeImpl)((Document)this).getDocumentElement()).lookupNamespaceURI(specifiedPrefix) ;
437 return((NodeImpl)((Document)this).getDocumentElement()).isDefaultNamespace(namespaceURI);
495 return((NodeImpl)((Document)this).getDocumentElement()).lookupPrefix(namespaceURI);
656 * <code>Document</code> supports the feature "HTML" , the base URI is
659 * attribute from the <code>Document</code> interface otherwise.
660 * <br> When the node is an <code>Element</code>, a <code>Document</code>
667 * only be on Document, Element, ProcessingInstruction, Entity, and
673 * attached to a document, does the insert change the Document
[all...]
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java196 Document doc = db.newDocument();
434 Document doc = db.newDocument();
478 Document doc = db.newDocument();
639 Document doc = db.newDocument();
700 Document docxslt = db.parse(new ByteArrayInputStream(xslt.getBytes()));
741 Document envDoc = dbf.newDocumentBuilder().parse
783 private static void dumpDocument(Document doc, Writer w) throws Exception {
810 Document doc = db.newDocument();
855 Document doc = db.newDocument();
944 Document do
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DElementImpl.java24 import org.w3c.dom.Document;
88 public Document getOwnerDocument() {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPasswordField.java137 public JPasswordField(Document doc, String txt, int columns) {
294 Document doc = getDocument();
H A DJTextPane.java134 public void setDocument(Document doc) {
183 Document doc = getStyledDocument();
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DApacheCanonicalizer.java49 import org.w3c.dom.Document;
64 protected Document ownerDoc;
H A DApacheTransform.java35 import org.w3c.dom.Document;
63 protected Document ownerDoc;
H A DDOMHMACSignatureMethod.java45 import org.w3c.dom.Document;
116 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
H A DDOMKeyInfo.java38 import org.w3c.dom.Document;
170 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
H A DDOMPGPData.java34 import org.w3c.dom.Document;
188 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
H A DDOMSignedInfo.java43 import org.w3c.dom.Document;
79 private Document ownerDoc;
H A DDOMXMLObject.java36 import org.w3c.dom.Document;
152 Document ownerDoc = DOMUtils.getOwnerDocument(parent);

Completed in 58 milliseconds

1234567891011>>