/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
nodevalue09.java | 59 Document doc; local 62 doc = (Document) load("staff", true); 63 newNode = doc.createProcessingInstruction("TARGET", "DATA");
|
notationgetnotationname.java | 61 Document doc; local 66 doc = (Document) load("staff", false); 67 docType = doc.getDoctype();
|
notationgetpublicid.java | 60 Document doc; local 65 doc = (Document) load("staff", false); 66 docType = doc.getDoctype();
|
notationgetpublicidnull.java | 65 Document doc; local 70 doc = (Document) load("staff", false); 71 docType = doc.getDoctype();
|
notationgetsystemidnull.java | 61 Document doc; local 66 doc = (Document) load("staff", false); 67 docType = doc.getDoctype();
|
processinginstructiongetdata.java | 67 Document doc; local 71 doc = (Document) load("staff", false); 72 childNodes = doc.getChildNodes();
|
processinginstructiongettarget.java | 66 Document doc; local 70 doc = (Document) load("staff", false); 71 childNodes = doc.getChildNodes();
|
textindexsizeerroffsetoutofbounds.java | 69 Document doc; local 74 doc = (Document) load("staff", true); 75 elementList = doc.getElementsByTagName("name");
|
textsplittextfour.java | 66 Document doc; local 72 doc = (Document) load("staff", true); 73 elementList = doc.getElementsByTagName("address");
|
textsplittextnomodificationallowederrEE.java | 62 Document doc; local 66 doc = (Document) load("staff", true); 67 entRef = doc.createEntityReference("ent3");
|
textsplittextone.java | 67 Document doc; local 74 doc = (Document) load("staff", true); 75 elementList = doc.getElementsByTagName("name");
|
textsplittextthree.java | 68 Document doc; local 74 doc = (Document) load("staff", true); 75 elementList = doc.getElementsByTagName("name");
|
textsplittexttwo.java | 67 Document doc; local 73 doc = (Document) load("staff", true); 74 elementList = doc.getElementsByTagName("name");
|
textwithnomarkup.java | 68 Document doc; local 73 doc = (Document) load("staff", false); 74 elementList = doc.getElementsByTagName("name");
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
attrgetownerelement03.java | 78 Document doc; local 81 doc = (Document) load("staffNS", false); 82 attr = doc.createAttributeNS("http://www.w3.org/DOM", "dom:attr");
|
createAttributeNS01.java | 72 Document doc; local 74 doc = (Document) load("staffNS", false); 79 newAttr = doc.createAttributeNS(namespaceURI, malformedName);
|
createAttributeNS02.java | 72 Document doc; local 74 doc = (Document) load("staffNS", false); 79 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
|
createAttributeNS04.java | 74 Document doc; local 76 doc = (Document) load("staffNS", false); 81 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
|
createAttributeNS05.java | 69 Document doc; local 72 doc = (Document) load("staffNS", false); 73 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
|
createAttributeNS06.java | 64 Document doc; local 66 doc = (Document) load("hc_staff", true); 71 newAttr = doc.createAttributeNS(namespaceURI, "");
|
createDocument01.java | 74 Document doc; local 79 doc = (Document) load("staffNS", false); 80 domImpl = doc.getImplementation();
|
createDocument02.java | 72 Document doc; local 77 doc = (Document) load("staffNS", false); 78 domImpl = doc.getImplementation();
|
createDocument06.java | 75 Document doc; local 80 doc = (Document) load("staffNS", false); 81 domImpl = doc.getImplementation();
|
createDocument07.java | 71 Document doc; local 78 doc = (Document) load("staffNS", false); 79 domImpl = doc.getImplementation();
|
createDocumentType01.java | 74 Document doc; local 77 doc = (Document) load("staffNS", false); 78 domImpl = doc.getImplementation();
|