/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_characterdataindexsizeerrreplacedataoffsetgreater.java | 69 Document doc; local 73 doc = (Document) load("hc_staff", true); 74 elementList = doc.getElementsByTagName("acronym");
|
hc_characterdataindexsizeerrsubstringoffsetgreater.java | 68 Document doc; local 73 doc = (Document) load("hc_staff", false); 74 elementList = doc.getElementsByTagName("acronym");
|
hc_characterdatainsertdatabeginning.java | 65 Document doc; local 70 doc = (Document) load("hc_staff", true); 71 elementList = doc.getElementsByTagName("strong");
|
hc_characterdatainsertdataend.java | 67 Document doc; local 72 doc = (Document) load("hc_staff", true); 73 elementList = doc.getElementsByTagName("strong");
|
hc_characterdatainsertdatamiddle.java | 67 Document doc; local 72 doc = (Document) load("hc_staff", true); 73 elementList = doc.getElementsByTagName("strong");
|
hc_characterdatareplacedatabegining.java | 65 Document doc; local 70 doc = (Document) load("hc_staff", true); 71 elementList = doc.getElementsByTagName("acronym");
|
hc_characterdatareplacedataend.java | 67 Document doc; local 72 doc = (Document) load("hc_staff", true); 73 elementList = doc.getElementsByTagName("acronym");
|
hc_characterdatareplacedataexceedslengthofarg.java | 68 Document doc; local 73 doc = (Document) load("hc_staff", true); 74 elementList = doc.getElementsByTagName("acronym");
|
hc_characterdatareplacedataexceedslengthofdata.java | 66 Document doc; local 71 doc = (Document) load("hc_staff", true); 72 elementList = doc.getElementsByTagName("acronym");
|
hc_characterdatareplacedatamiddle.java | 67 Document doc; local 72 doc = (Document) load("hc_staff", true); 73 elementList = doc.getElementsByTagName("acronym");
|
hc_characterdatasetnodevalue.java | 61 Document doc; local 67 doc = (Document) load("hc_staff", true); 68 elementList = doc.getElementsByTagName("strong");
|
hc_characterdatasubstringexceedsvalue.java | 66 Document doc; local 71 doc = (Document) load("hc_staff", false); 72 elementList = doc.getElementsByTagName("strong");
|
hc_characterdatasubstringvalue.java | 65 Document doc; local 70 doc = (Document) load("hc_staff", false); 71 elementList = doc.getElementsByTagName("strong");
|
hc_documentcreateattribute.java | 64 Document doc; local 69 doc = (Document) load("hc_staff", true); 70 newAttrNode = doc.createAttribute("title");
|
hc_documentcreatecomment.java | 62 Document doc; local 67 doc = (Document) load("hc_staff", true); 68 newCommentNode = doc.createComment("This is a new Comment node");
|
hc_documentcreateelement.java | 63 Document doc; local 68 doc = (Document) load("hc_staff", true); 69 newElement = doc.createElement("acronym");
|
hc_documentcreatetextnode.java | 62 Document doc; local 67 doc = (Document) load("hc_staff", true); 68 newTextNode = doc.createTextNode("This is a new Text node");
|
hc_documentgetelementsbytagnamevalue.java | 65 Document doc; local 70 doc = (Document) load("hc_staff", false); 71 nameList = doc.getElementsByTagName("strong");
|
hc_documentgetimplementation.java | 62 Document doc; local 66 doc = (Document) load("hc_staff", false); 67 docImpl = doc.getImplementation();
|
hc_documentgetrootnode.java | 59 Document doc; local 62 doc = (Document) load("hc_staff", false); 63 root = doc.getDocumentElement();
|
hc_documentinvalidcharacterexceptioncreateattribute.java | 68 Document doc; local 70 doc = (Document) load("hc_staff", true); 75 createdAttr = doc.createAttribute("invalid^Name");
|
hc_documentinvalidcharacterexceptioncreateattribute1.java | 61 Document doc; local 63 doc = (Document) load("hc_staff", true); 68 createdAttr = doc.createAttribute("");
|
hc_documentinvalidcharacterexceptioncreateelement.java | 68 Document doc; local 70 doc = (Document) load("hc_staff", true); 75 badElement = doc.createElement("invalid^Name");
|
hc_documentinvalidcharacterexceptioncreateelement1.java | 61 Document doc; local 63 doc = (Document) load("hc_staff", true); 68 badElement = doc.createElement("");
|
hc_domimplementationfeaturenoversion.java | 64 Document doc; local 67 doc = (Document) load("hc_staff", false); 68 domImpl = doc.getImplementation();
|