Searched refs:Document (Results 76 - 100 of 306) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DDOMUtils.java39 import org.w3c.dom.Document;
104 public static Element getElement(Document parent, String name){
111 public static Element getElement(Document parent, QName qname){
118 public static Element getElement(Document parent, String namespaceURI,
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DHashtree2Node.java30 import org.w3c.dom.Document;
64 * @param factory Document providing createElement, etc. services
67 Node container, Document factory)
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DXmlSupport.java101 Document doc = createPrefsDoc("preferences");
138 private static void putPreferencesInXml(Element elt, Document doc,
149 // remove it from XML Document and return.
199 Document doc = loadPrefsDoc(is);
223 private static Document createPrefsDoc( String qname ) {
238 private static Document loadPrefsDoc(InputStream in)
259 private static final void writeDoc(Document doc, OutputStream out)
343 Document doc = createPrefsDoc("map");
375 Document doc = loadPrefsDoc(is);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/
H A DCanonicalizerSpi.java35 import org.w3c.dom.Document;
103 Document document = db.parse(in);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/helper/
H A DC14nHelper.java27 import org.w3c.dom.Document;
124 * This method throws a CanonicalizationException if the supplied Document
130 public static void checkTraversability(Document document)
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DObjectContainer.java27 import org.w3c.dom.Document;
44 * @param doc the {@link Document} in which <code>Object</code> element is placed
46 public ObjectContainer(Document doc) {
H A DSignedInfo.java39 import org.w3c.dom.Document;
66 * @param doc the {@link Document} in which <code>XMLsignature</code> will
70 public SignedInfo(Document doc) throws XMLSecurityException {
86 public SignedInfo(Document doc, String signatureMethodURI,
103 public SignedInfo(Document doc, String signatureMethodURI,
136 public SignedInfo(Document doc, Element signatureMethodElem,
193 Document newdoc =
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java53 Method_createDefault = Class_SVGGeneratorContext.getDeclaredMethod("createDefault", new Class[]{org.w3c.dom.Document.class});
59 org.w3c.dom.Document document = dom.createDocument("http://www.w3.org/2000/svg", "svg", null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DDomHandlerEx.java37 import org.w3c.dom.Document;
65 return new DomAndLocation( ((Document)r.s2d.getDOM()).getDocumentElement(), r.location );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DFI_DOM_Or_XML_DOM_SAX_SAXEvent.java41 import org.w3c.dom.Document;
58 Document d;
/openjdk7/jdk/test/javax/swing/text/html/HTMLEditorKit/5043626/
H A Dbug5043626.java37 import javax.swing.text.Document;
44 private static Document doc;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExtensions.java40 import org.w3c.dom.Document;
116 // Document myDoc = myProcessor.getContextNode().getOwnerDocument();
121 Document myDoc = db.newDocument();
252 Document doc = DocumentHolder.m_doc;
311 Document factoryDocument;
357 Document factoryDocument)
404 // Reuse the Document object to reduce memory usage.
405 private static final Document m_doc;
H A DExsltStrings.java33 import org.w3c.dom.Document;
228 Document doc = DocumentHolder.m_doc;
292 Document doc = DocumentHolder.m_doc;
308 Document doc = DocumentHolder.m_doc;
341 // Reuse the Document object to reduce memory usage.
342 private static final Document m_doc;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java35 import org.w3c.dom.Document;
51 * <li>{@link #OutputFormat(Document,String,boolean)} creates a format
279 public OutputFormat( Document doc )
301 public OutputFormat( Document doc, String encoding, boolean indenting )
515 * Required only if the DOM Document or SAX events do not
518 * by the DOM Document or SAX events will override these
848 public static String whichMethod( Document doc )
897 public static String whichDoctypePublic( Document doc )
921 public static String whichDoctypeSystem( Document doc )
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DElementTreePanel.java60 import javax.swing.text.Document;
73 * Displays a tree showing all the elements in a text Document. Selecting
97 Document document = editor.getDocument();
168 // become a PropertyChangeListener to know when the Document has
199 Document oldDoc = this.editor.getDocument();
210 Document newDoc = editor.getDocument();
223 * Document changes to reset the DocumentListener.
228 Document oldDoc = (Document) e.getOldValue();
229 Document newDo
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMUtils.java32 import org.w3c.dom.Document;
57 public static Document getOwnerDocument(Node node) {
59 return (Document) node;
75 public static Element createElement(Document doc, String tag, String nsURI,
279 Document ownerDoc = getOwnerDocument(parent);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DIdResolver.java28 import org.w3c.dom.Document;
72 Document doc = element.getOwnerDocument();
101 public static Element getElementById(Document doc, String id) {
143 private static Element getElementByIdUsingDOM(Document doc, String id) {
156 private static Element getElementByIdType(Document doc, String id) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDomSerializer.java28 import org.w3c.dom.Document;
70 Document doc = db.newDocument();
146 * Document object that owns the specified node.
148 private final Document _document;
159 if( node instanceof Document )
160 this._document = (Document)node;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DMessageDigestAlgorithm.java31 import org.w3c.dom.Document;
66 private MessageDigestAlgorithm(Document doc, MessageDigest messageDigest,
89 Document doc, String algorithmURI) throws XMLSignatureException {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/keyvalues/
H A DDSAKeyValue.java37 import org.w3c.dom.Document;
68 public DSAKeyValue(Document doc, BigInteger P, BigInteger Q, BigInteger G,
87 public DSAKeyValue(Document doc, Key key) throws IllegalArgumentException {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/
H A DXPathFilterCHGPContainer.java30 import org.w3c.dom.Document;
83 private XPathFilterCHGPContainer(Document doc, boolean includeSlashPolicy,
176 public static XPathFilterCHGPContainer getInstance(Document doc,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DFastInfosetReflection.java34 import org.w3c.dom.Document;
60 * FI <code>FastInfosetSource.serialize(Document)</code> method via reflection.
104 new Class[] { org.w3c.dom.Document.class, java.io.InputStream.class });
140 Document d, InputStream s) throws Exception
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDOMPrinter.java51 import org.w3c.dom.Document;
79 visitDocument((Document) node);
123 protected void visitDocument(Document document)
/openjdk7/jdk/test/javax/imageio/metadata/
H A DBooleanAttributes.java60 import org.w3c.dom.Document;
169 Document doc = (Document)dst.getNode();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2DOM.java37 import org.w3c.dom.Document;
57 private Document _document = null;
84 if (root instanceof Document) {
85 _document = (Document)root;
311 private Document createDocument(boolean useServicesMachnism) throws ParserConfigurationException {
324 Document doc;

Completed in 81 milliseconds

1234567891011>>