Searched refs:Document (Results 251 - 275 of 306) sorted by relevance

<<111213

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java58 import org.w3c.dom.Document;
255 target = ((Document)target).getDocumentElement();
481 if( p.getParentNode() instanceof Document )
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java41 import org.w3c.dom.Document;
369 Document lDoc = null;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DParentNode.java29 import org.w3c.dom.Document;
54 * maintenance nightmare. At the same time only a few nodes (Document,
96 * instantiated, and those normally via a Document's factory methods
158 * Find the Document that this Node belongs to (the document in
160 * currently be part of that Document's actual contents.
162 public Document getOwnerDocument() {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java41 import org.w3c.dom.Document;
475 public Document getDocument() {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMManagerDefault.java49 import org.w3c.dom.Document;
504 // Find the DOM2DTMs wrapped around this Document (if any)
571 // Document Element, then ask it for the xml: namespace decl.
773 Document doc = db.newDocument();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java159 * <code>Document</code>, and a <code>NavigationFilter</code> on the
703 public void setDocument(Document doc) {
1086 * @param filter DocumentFilter to install on the Document.
1092 Document doc = ftf.getDocument();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/
H A DInit.java45 import org.w3c.dom.Document;
174 Document doc = db.parse(is);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DManifest.java47 import org.w3c.dom.Document;
81 * @param doc the {@link Document} in which <code>XMLsignature</code> is placed
83 public Manifest(Document doc) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java30 import org.w3c.dom.Document;
70 Document factory = dest.getOwnerDocument();
763 // get the Document of which this Node is a part
764 public static Document getDocument(Node node) {
766 } // getDocument(Node):Document
768 // return this Document's root node
769 public static Element getRoot(Document doc) {
771 } // getRoot(Document(: Element
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java146 Document doc = elem.getDocument();
H A DBasicTextFieldUI.java91 Document doc = elem.getDocument();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DComponentView.java258 Document doc = getDocument();
H A DFieldView.java212 Document doc = getDocument();
H A DParagraphView.java60 Document doc = elem.getDocument();
127 Document doc = getElement().getDocument();
269 Document doc = getDocument();
340 Document doc = getDocument();
H A DAbstractDocument.java100 public abstract class AbstractDocument implements Document, Serializable {
385 // --- Document methods -----------------------------------------
431 * @see Document#getLength
441 * @see Document#addDocumentListener
451 * @see Document#removeDocumentListener
480 * @see Document#addUndoableEditListener
490 * @see Document#removeDocumentListener
580 * @see Document#remove
694 * @see Document#insertString
766 * @see Document#getTex
[all...]
H A DInternationalFormatter.java511 Document doc = getFormattedTextField().getDocument();
924 Document doc = getFormattedTextField().getDocument();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java331 Document doc = elem.getDocument();
332 String title = (String)doc.getProperty(Document.TitleProperty);
428 // the Document.
457 Document doc = (Document)attr.getAttribute(StyleConstants.ModelAttribute);
H A DImageView.java72 * Document property for image cache.
836 Document doc = getDocument();
998 Document doc = getDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java64 import org.w3c.dom.Document;
913 public Document parseURI (String uri) throws LSException {
961 Document doc = getDocument();
971 public Document parse (LSInput is) throws LSException {
1018 Document doc = getDocument();
1047 * hierarchy (i.e. a Document with more than one document element).
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java38 import org.w3c.dom.Document;
115 * protocols allowed for external references set by the stylesheet processing instruction, Document() function, Import and Include element.
786 public Document newDocument(String uri, String qname)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DStAXSchemaParser.java49 import org.w3c.dom.Document;
102 public Document getDocument() {
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMReference.java49 import org.w3c.dom.Document;
293 Document ownerDoc = DOMUtils.getOwnerDocument(parent);
H A DDOMXMLSignature.java54 import org.w3c.dom.Document;
76 private Document ownerDoc = null;
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java33 import org.w3c.dom.Document;
440 * do not belong to any <code>Document</code>.
444 public Document getOwnerDocument() {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer11.java37 import org.w3c.dom.Document;
267 * org.w3c.dom.Document)}.
409 Document doc = null;

Completed in 69 milliseconds

<<111213