Searched refs:Document (Results 226 - 250 of 306) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.java116 private Document createDOM(SDDocument doc) {
134 return (Document)result.getNode();
321 Document dom = createDOM(sdoc);
370 private @Nullable void addSchemaFragmentSource(Document doc, String systemId, Map<String, DOMSource> map) {
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/
H A DScriptShellPanel.java206 Document d = editor.getDocument();
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java63 import javax.swing.text.Document;
84 * to print the content using the {@code Document}, {@code EditorKit} and
183 * @param document the {@code Document} to check
186 private static boolean isFrameSetDocument(final Document document) {
573 Document document = textComponentToPrint.getDocument();
608 Document document = textComponentToPrint.getDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDOMImplementationImpl.java32 import org.w3c.dom.Document;
42 * implementation of the Document Object Model. As such its data is
73 // Document and doctype counter. Used to assign order to documents and
243 * Creates an XML Document object of the specified type with its document
255 * @return Document A new Document object.
260 public Document createDocument(
323 * language used during the load of a <code>Document</code> using the
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DSchemaContentHandler.java34 import org.w3c.dom.Document;
89 public Document getDocument() {
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureMethod.java39 import org.w3c.dom.Document;
182 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
H A DDOMXMLSignatureFactory.java39 import org.w3c.dom.Document;
158 element = ((Document) node).getDocumentElement();
169 throw new MarshalException("Document implementation must " +
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DIntegrityHmac.java41 import org.w3c.dom.Document;
413 Document doc = element.getOwnerDocument();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java44 import org.w3c.dom.Document;
223 * org.w3c.dom.Document)}.
354 Document doc = null;
H A DCanonicalizer20010315Excl.java38 import org.w3c.dom.Document;
334 Document doc = null;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDSchemaBuilderImpl.java62 import org.w3c.dom.Document;
81 private final Document dom;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DLogicalMessageImpl.java55 import org.w3c.dom.Document;
187 n = ((Document)n).getDocumentElement();
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java44 import javax.swing.text.Document;
107 public Document createDefaultDocument() {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DUtilities.java630 Document doc = c.getDocument();
664 Document doc = c.getDocument();
721 Document doc = line.getDocument();
799 Document doc = line.getDocument();
848 Document doc = c.getDocument();
861 static boolean isComposedTextElement(Document doc, int offset) {
H A DGlyphView.java134 Document doc = getDocument();
150 Document doc = getDocument();
171 Document doc = getDocument();
193 Document doc = getDocument();
833 Document doc = getDocument();
H A DWrappedPlainView.java178 Document doc = getDocument();
203 Document doc = getDocument();
308 Document doc = getDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java111 public Document getOwnerDocument() {
161 !(currentAncestor instanceof Document)) {
198 !(currentAncestor instanceof Document)) {
260 !(currentAncestor instanceof Document)) {
362 Document document = getOwnerDocument();
363 Document oldDocument = element.getOwnerDocument();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java97 * how the document is structured. Although the Document provides
204 public Document createDefaultDocument() {
251 public void read(Reader in, Document doc, int pos) throws IOException, BadLocationException {
314 public void write(Writer out, Document doc, int pos, int len)
796 * gives the offset into the Document to check for.
849 Document doc = html.getDocument();
1338 Document doc = getDocument();
1495 Document d = e.getDocument();
1927 Document doc = comp.getDocument();
2106 (URL)doc.getProperty(Document
[all...]
H A DAccessibleHTML.java53 private Document model;
82 private void setDocument(Document document) {
106 * Returns the Document currently presenting information for.
108 private Document getDocument() {
152 * If possible acquires a lock on the Document. If a lock has been
157 Document document = getDocument();
182 Document doc = getDocument();
251 return (String)model.getProperty(Document.TitleProperty);
868 return (String)model.getProperty(Document.TitleProperty);
2633 * direct children of the Element. As the Document change
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java63 import org.w3c.dom.Document;
144 Document root = forest.parse(value, false);
186 Document root = forest.get(location);
200 private Definitions parseDefinitions(TWSDLParserContextImpl context, Document root) {
227 Document doc = forest.get(location);
241 Document doc = forest.get(location);
255 Document doc) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java37 import org.w3c.dom.Document;
66 implements Node, Document, Text, Element, Attr,
496 public final Document getOwnerDocument()
499 return (Document)(dtm.getNode(dtm.getOwnerDocument(node)));
593 * @see org.w3c.dom.Document
604 * @see org.w3c.dom.Document
612 /** This is a bit of a problem in DTM, since a DTM may be a Document
613 * Fragment and hence not have a clear-cut Document Element. We can
617 * @see org.w3c.dom.Document
665 * @see org.w3c.dom.Document
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMValidatorHelper.java53 import org.w3c.dom.Document;
187 setupEntityMap((node.getNodeType() == Node.DOCUMENT_NODE) ? (Document) node : node.getOwnerDocument());
353 private void setupEntityMap(Document doc) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java33 import org.w3c.dom.Document;
51 public class UnImplNode implements Node, Element, NodeList, Document
228 public Document getOwnerDocument()
772 * Unimplemented. See org.w3c.dom.Document
785 * Unimplemented. See org.w3c.dom.Document
798 * Unimplemented. See org.w3c.dom.Document
811 * Unimplemented. See org.w3c.dom.Document
828 * Unimplemented. See org.w3c.dom.Document
841 * Unimplemented. See org.w3c.dom.Document
856 * Unimplemented. See org.w3c.dom.Document
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLabel.java1226 Document d = view.getDocument();
1429 Document d = view.getDocument();
1487 Document d = view.getDocument();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DBase64.java30 import org.w3c.dom.Document;
201 Document doc = element.getOwnerDocument();
244 public static final Element encodeToElement(Document doc, String localName,

Completed in 102 milliseconds

1234567891011>>