Searched refs:Document (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSLoadEvent.java44 import org.w3c.dom.Document;
50 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
57 public Document getNewDocument();
H A DLSParser.java44 import org.w3c.dom.Document;
167 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
176 * object on the <code>Document</code> that is created, or used, by the
180 * <code>Document</code> object.
332 * <code>Document</code> is returned. If the <code>LSParser</code> is
344 public Document parse(LSInput input)
355 * <code>Document</code> is returned, or <code>null</code> if an error
368 public Document parseURI(String uri)
381 * <code>Element</code>, a <code>Document</code>, or a
420 * <br> If the context node is a <code>Document</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DEditorKit.java132 public abstract Document createDefaultDocument();
147 public abstract void read(InputStream in, Document doc, int pos)
163 public abstract void write(OutputStream out, Document doc, int pos, int len)
184 public abstract void read(Reader in, Document doc, int pos)
205 public abstract void write(Writer out, Document doc, int pos, int len)
H A DElement.java40 public Document getDocument();
73 * @see Document
84 * All the default <code>Document</code> implementations
92 * @see Document
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6921644.java45 Document d1 = new Document(o);
46 Document d2 = new Document(o);
47 Document d3 = new Document(o);
98 private List<Document> list = new ArrayList<Document>();
126 public List<Document> getList() {
130 public void setList(List<Document> lis
167 public static class Document { class in class:Test6921644
173 public Document(Owner owner) { method in class:Test6921644.Document
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializer.java27 import org.w3c.dom.Document;
63 public void serialize( Document doc )
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathExpressionImpl.java35 import org.w3c.dom.Document;
46 * <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>.</p>
64 * is obtained by casting a Document.
66 final private Document m_doc;
75 XPathExpressionImpl(XPath xpath, Document doc) {
85 * <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>.</p>
90 * obtained by casting the <code>Document</code> then this must be
91 * owned by the same document and must be a <code>Document</code>,
141 if ((nodeType != Document.DOCUMENT_NODE) &&
142 (nodeType != Document
[all...]
/openjdk7/jaxp/src/javax/xml/parsers/
H A DDocumentBuilder.java34 import org.w3c.dom.Document;
43 * Defines the API to obtain DOM Document instances from an XML
45 * {@link Document} from XML.<p>
56 * <code>Document</code>. It merely requires that the implementation
98 * document and return a new DOM {@link Document} object.
104 * @return <code>Document</code> result of parsing the
114 public Document parse(InputStream is)
126 * XML document and return a new DOM {@link Document} object.
133 * @return A new DOM Document object.
142 public Document pars
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPBody.java30 import org.w3c.dom.Document;
260 * Adds the root node of the DOM <code>{@link org.w3c.dom.Document}</code>
264 * The client application should discard all references to this <code>Document</code>
269 * the <code>Document</code> object whose root node will be
274 * if the <code>Document</code> cannot be added
277 public SOAPBodyElement addDocument(org.w3c.dom.Document document)
281 * Creates a new DOM <code>{@link org.w3c.dom.Document}</code> and sets
286 * @return the <code>{@link org.w3c.dom.Document}</code> representation
295 public org.w3c.dom.Document extractContentAsDocument()
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DEncryptionElementProxy.java26 import org.w3c.dom.Document;
43 public EncryptionElementProxy(Document doc) {
H A DSignatureElementProxy.java26 import org.w3c.dom.Document;
44 public SignatureElementProxy(Document doc) {
46 throw new RuntimeException("Document is null");
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLFrameElement.java44 import org.w3c.dom.Document;
48 * <p>See also the <a href='http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510'>Document Object Model (DOM) Level 2 Specification</a>.
112 public Document getContentDocument();
/openjdk7/jdk/test/javax/swing/text/WrappedPlainView/6857057/
H A DStubLeafElement.java27 Document document = new DefaultStyledDocument();
42 public Document getDocument() {
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFEditorKit.java76 public void read(InputStream in, Document doc, int pos) throws IOException, BadLocationException {
103 public void write(OutputStream out, Document doc, int pos, int len)
123 public void read(Reader in, Document doc, int pos)
149 public void write(Writer out, Document doc, int pos, int len)
/openjdk7/jdk/src/share/classes/com/sun/java/browser/dom/
H A DDOMAccessor.java32 * Returns the Document object of the DOM.
34 public org.w3c.dom.Document getDocument(Object obj) throws org.w3c.dom.DOMException;
H A DDOMServiceProvider.java52 * Returns the Document object of the DOM.
54 public abstract org.w3c.dom.Document getDocument(Object obj) throws DOMUnsupportedException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DCdata.java34 Cdata(Document document, NamespaceResolver nsResolver, Object obj) {
H A DComment.java39 public Comment(Document document, NamespaceResolver nsResolver, Object obj) {
H A DContent.java49 final void setNext(Document doc,Content next) {
H A DPcdata.java34 Pcdata(Document document, NamespaceResolver nsResolver, Object obj) {
H A DText.java39 protected Text(Document document, NamespaceResolver nsResolver, Object obj) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForest.java67 import org.w3c.dom.Document;
98 /** actual data storage map&lt;SystemId,Document>. */
99 private final Map<String,Document> core = new HashMap<String,Document>();
159 public Document get( String systemId ) {
160 Document doc = core.get(systemId);
207 public Document getOneDocument() {
208 for (Document dom : core.values()) {
251 public String getSystemId( Document dom ) {
252 for (Map.Entry<String,Document>
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIDOMImplementationImpl.java25 import org.w3c.dom.Document;
31 * implementation of the Document Object Model. As such its data is
89 * Creates an XML Document object of the specified type with its document
101 * @return Document A new Document object.
106 public Document createDocument(String namespaceURI,
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DAlgorithm.java28 import org.w3c.dom.Document;
43 public Algorithm(Document doc, String algorithmURI) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DKeyName.java26 import org.w3c.dom.Document;
52 public KeyName(Document doc, String keyName) {

Completed in 87 milliseconds

1234567891011>>