HomeSort by relevance Sort by last modified time
    Searched refs:Document (Results 376 - 400 of 1785) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetelementsbytagnamevalue.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Retrieve the entire DOM document and invoke its
48 * @param factory document factory, may not be null
66 Document doc;
71 doc = (Document) load("staff", false);
documentgetimplementation.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
32 * DOMImplementation object that handles this document.
33 * Retrieve the entire DOM document and invoke its
45 * @param factory document factory, may not be null
63 Document doc;
66 doc = (Document) load("staff", false);
documentgetrootnode.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
32 * to the child node that is the root element of the document.
33 * Retrieve the entire DOM document and invoke its
45 * @param factory document factory, may not be null
63 Document doc;
66 doc = (Document) load("staff", false);
documentinvalidcharacterexceptioncreateattribute.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Retrieve the entire DOM document and invoke its
51 * @param factory document factory, may not be null
69 Document doc;
71 doc = (Document) load("staff", true);
documentinvalidcharacterexceptioncreateelement.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Retrieve the entire DOM document and invoke its
51 * @param factory document factory, may not be null
69 Document doc;
71 doc = (Document) load("staff", true);
documenttypegetdoctype.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
33 * Retrieve the Document Type for this document and examine
45 * @param factory document factory, may not be null
63 Document doc;
66 doc = (Document) load("staff", false);
documenttypegetentitieslength.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
32 * Retrieve the Document Type for this document and create
44 * @param factory document factory, may not be null
62 Document doc;
65 doc = (Document) load("staff", false);
documenttypegetentitiestype.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
34 * Retrieve the Document Type for this document and create
46 * @param factory document factory, may not be null
64 Document doc;
69 doc = (Document) load("staff", false);
documenttypegetnotationstype.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
34 * Retrieve the Document Type for this document and create
45 * @param factory document factory, may not be null
63 Document doc;
68 doc = (Document) load("staff", false);
domimplementationfeaturenoversion.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
41 * @param factory document factory, may not be null
59 Document doc;
62 doc = (Document) load("staff", false);
domimplementationfeaturexml.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
40 * @param factory document factory, may not be null
58 Document doc;
61 doc = (Document) load("staff", false);
elementaddnewattribute.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
47 * @param factory document factory, may not be null
65 Document doc;
69 doc = (Document) load("staff", true);
elementassociatedattribute.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
47 * @param factory document factory, may not be null
65 Document doc;
71 doc = (Document) load("staff", false);
elementchangeattributevalue.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
50 * @param factory document factory, may not be null
68 Document doc;
72 doc = (Document) load("staff", true);
elementgetattributenode.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
46 * @param factory document factory, may not be null
64 Document doc;
69 doc = (Document) load("staff", true);
elementgetattributenodenull.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
47 * @param factory document factory, may not be null
65 Document doc;
69 doc = (Document) load("staff", true);
elementgetelementempty.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
40 * "createAttribute(newAttr)" method from the Document
50 * @param factory document factory, may not be null
68 Document doc;
74 doc = (Document) load("staff", true);
elementgettagname.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
45 * @param factory document factory, may not be null
63 Document doc;
66 doc = (Document) load("staff", false);
elementinvalidcharacterexception.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
49 * @param factory document factory, may not be null
67 Document doc;
70 doc = (Document) load("staff", true);
elementnormalize.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
47 * @param factory document factory, may not be null
65 Document doc;
71 doc = (Document) load("staff", true);
elementnotfounderr.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
38 * of the "createAttribute(name)" method from the Document
51 * @param factory document factory, may not be null
69 Document doc;
74 doc = (Document) load("staff", true);
elementremoveattributenode.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
45 * @param factory document factory, may not be null
63 Document doc;
69 doc = (Document) load("staff", true);
elementreplaceattributewithself.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
44 * @param factory document factory, may not be null
62 Document doc;
67 doc = (Document) load("staff", true);
elementreplaceexistingattribute.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
42 * method from the Document interface.
50 * @param factory document factory, may not be null
68 Document doc;
74 doc = (Document) load("staff", true);
elementreplaceexistingattributegevalue.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
39 * from the Document interface.
48 * @param factory document factory, may not be null
66 Document doc;
72 doc = (Document) load("staff", true);

Completed in 184 milliseconds

<<11121314151617181920>>