Searched refs:Document (Results 276 - 300 of 306) sorted by relevance

<<111213

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java52 import org.w3c.dom.Document;
67 * Document _doc;
157 * @param doc the {@link Document} in which <code>XMLsignature</code> is placed
166 protected Reference(Document doc, String BaseURI, String ReferenceURI, Manifest manifest, Transforms transforms, String messageDigestAlgorithm)
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A Dinit.js701 * Converts input to DOM Document object
704 * this function returns a new DOM Document.
705 * @return returns a DOM Document object
730 } else if (inp instanceof Packages.org.w3c.dom.Document) {
747 } else if (out instanceof Packages.org.w3c.dom.Document) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java40 import org.w3c.dom.Document;
553 if (p.getParentNode() instanceof Document)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java81 import org.w3c.dom.Document;
186 Document doc = JAXBContextImpl.createDom();
H A DJAXBContextImpl.java115 import org.w3c.dom.Document;
571 if(o instanceof Document)
740 static Document createDom() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallerImpl.java65 import org.w3c.dom.Document;
312 scanner.scan((Document)node);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DPacket.java57 import org.w3c.dom.Document;
406 Document d = DOMUtil.createDom();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DSOAPFaultBuilder.java45 import org.w3c.dom.Document;
248 Document d = DOMUtil.createDom();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java55 import org.w3c.dom.Document;
134 // The owner Document when the input source is DOMSource.
135 private Document _document;
749 if (node instanceof Document) {
750 _document = (Document)node;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java41 import org.w3c.dom.Document;
59 * The Document interface represents the entire HTML or XML document.
64 * etc. cannot exist outside the context of a Document, the Document
67 * which associates them with the Document within whose context they
88 extends ParentNode implements Document {
109 /** Document type. */
112 /** Document element. */
118 /**Experimental DOM Level 3 feature: Document encoding */
121 /**Experimental DOM Level 3 feature: Document actualEncodin
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java61 import org.w3c.dom.Document;
102 * by calling {@link #serialize(Document)} and SAX serializing is done by firing
466 public void serialize( Document doc )
1208 docType = ( (Document) node ).getDoctype();
1211 domImpl = ( (Document) node ).getImplementation();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DCachedXPathFuncHereAPI.java290 ? ((Document) namespaceNode)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DEnvelopeImpl.java34 import org.w3c.dom.Document;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DEnvironmentCheck.java38 import org.w3c.dom.Document;
252 * @see #appendEnvironmentReport(Node, Document, Hashtable)
411 * @param factory Document providing createElement, etc. services
416 public void appendEnvironmentReport(Node container, Document factory, Hashtable h)
504 * @param factory Document providing createElement, etc. services
512 protected boolean appendFoundJars(Node container, Document factory,
660 * @see #appendFoundJars(Node, Document, Vector, String )
1002 final String DOM_CLASS = "org.w3c.dom.Document";
1037 final String DOM_LEVEL2_CLASS = "org.w3c.dom.Document";
H A DProcess.java71 import org.w3c.dom.Document;
908 Document doc = docBuilder.newDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java44 import org.w3c.dom.Document;
59 protected Document _document;
74 * Parse a fast infoset document into a {@link Document} instance.
76 * {@link Node}s will be created and appended to the {@link Document}
79 * @param d the {@link Document} instance.
82 public void parse(Document d, InputStream s) throws FastInfosetException, IOException {
127 // Decode one Document Type II, Comment IIs, PI IIs and one EII
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java64 import org.w3c.dom.Document;
80 * an XML document, the DOM Document object can be queried using the
207 protected Document fDocument;
281 /** Document locator. */
350 //if (!_class.isAssignableFrom(Document.class)) {
351 if (!Document.class.isAssignableFrom (_class)) {
379 public Document getDocument () {
381 } // getDocument():Document
767 // REVISIT: when DOM Level 3 is REC rely on Document.support
780 // REVISIT: when DOM Level 3 is REC rely on Document
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java2693 Document d = view.getDocument();
2896 Document d = view.getDocument();
2954 Document d = view.getDocument();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DView.java799 public Document getDocument() {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DRetrievalMethodResolver.java248 * @return the Document Element after parsing bytes
257 org.w3c.dom.Document doc =
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DKeySelectors.java37 import org.w3c.dom.Document;
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFGenerator.java115 static public void writeDocument(Document d, OutputStream to)
435 void writeDocumentProperties(Document doc)
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/
H A DKeyInfo.java58 import org.w3c.dom.Document;
115 public KeyInfo(Document doc) {
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java70 * <code>Document.StreamDescriptionProperty</code> if the value of the
82 * <p>In addition to the methods provided by Document and
103 * p.setText("..."); // Document text is provided below.
322 Object desc = getProperty(Document.StreamDescriptionProperty);
379 Object desc = getProperty(Document.StreamDescriptionProperty);
1762 * Document property for the number of tokens to buffer
1773 * Document property key value. The value for the key will be a Vector
1779 * Document property key value. The value for the key will be a
1843 * Document.render.
1896 LeafIterator(HTML.Tag t, Document do
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java538 public Document getOwnerDocument() {

Completed in 106 milliseconds

<<111213