1/*
2 * Copyright (C) 2009 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *      http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16package org.w3c.domts;
17
18import junit.framework.TestCase;
19
20/**
21 * Wrapper class to make the W3C DOM test work as JUnit test cases. Note this
22 * file has been generated, so the method names may be cryptic and also be
23 * longer than 80 characters per line.
24 */
25public class JunitTestCases extends TestCase {
26
27    private void runDomTest(String name) throws Throwable {
28        JUnitTestCaseAdapter adapter = new JUnitTestCaseAdapter();
29        adapter.setName(name);
30        adapter.runTest();
31    }
32
33    public void test_level1_core_attrcreatedocumentfragment() throws Throwable {
34        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatedocumentfragment");
35    }
36
37    public void test_level1_core_attrcreatetextnode() throws Throwable {
38        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatetextnode");
39    }
40
41    public void test_level1_core_attrcreatetextnode2() throws Throwable {
42        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatetextnode2");
43    }
44
45    public void test_level1_core_attreffectivevalue() throws Throwable {
46        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attreffectivevalue");
47    }
48
49    public void test_level1_core_attrname() throws Throwable {
50        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrname");
51    }
52
53    public void test_level1_core_attrnextsiblingnull() throws Throwable {
54        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrnextsiblingnull");
55    }
56
57    public void test_level1_core_attrparentnodenull() throws Throwable {
58        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrparentnodenull");
59    }
60
61    public void test_level1_core_attrprevioussiblingnull() throws Throwable {
62        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrprevioussiblingnull");
63    }
64
65    public void test_level1_core_attrspecifiedvalue() throws Throwable {
66        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrspecifiedvalue");
67    }
68
69    public void test_level1_core_attrspecifiedvaluechanged() throws Throwable {
70        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrspecifiedvaluechanged");
71    }
72
73    public void test_level1_core_cdatasectiongetdata() throws Throwable {
74        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/cdatasectiongetdata");
75    }
76
77    public void test_level1_core_characterdataappenddata() throws Throwable {
78        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdataappenddata");
79    }
80
81    public void test_level1_core_characterdataappenddatagetdata() throws Throwable {
82        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdataappenddatagetdata");
83    }
84
85    public void test_level1_core_characterdatadeletedatabegining() throws Throwable {
86        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatadeletedatabegining");
87    }
88
89    public void test_level1_core_characterdatadeletedataend() throws Throwable {
90        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatadeletedataend");
91    }
92
93    public void test_level1_core_characterdatadeletedataexceedslength() throws Throwable {
94        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatadeletedataexceedslength");
95    }
96
97    public void test_level1_core_characterdatadeletedatagetlengthanddata() throws Throwable {
98        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatadeletedatagetlengthanddata");
99    }
100
101    public void test_level1_core_characterdatadeletedatamiddle() throws Throwable {
102        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatadeletedatamiddle");
103    }
104
105    public void test_level1_core_characterdatagetdata() throws Throwable {
106        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatagetdata");
107    }
108
109    public void test_level1_core_characterdatagetlength() throws Throwable {
110        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatagetlength");
111    }
112
113    public void test_level1_core_characterdatainsertdatabeginning() throws Throwable {
114        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatainsertdatabeginning");
115    }
116
117    public void test_level1_core_characterdatainsertdataend() throws Throwable {
118        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatainsertdataend");
119    }
120
121    public void test_level1_core_characterdatainsertdatamiddle() throws Throwable {
122        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatainsertdatamiddle");
123    }
124
125    public void test_level1_core_characterdatareplacedatabegining() throws Throwable {
126        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatareplacedatabegining");
127    }
128
129    public void test_level1_core_characterdatareplacedataend() throws Throwable {
130        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatareplacedataend");
131    }
132
133    public void test_level1_core_characterdatareplacedataexceedslengthofarg() throws Throwable {
134        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatareplacedataexceedslengthofarg");
135    }
136
137    public void test_level1_core_characterdatareplacedataexceedslengthofdata() throws Throwable {
138        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatareplacedataexceedslengthofdata");
139    }
140
141    public void test_level1_core_characterdatareplacedatamiddle() throws Throwable {
142        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatareplacedatamiddle");
143    }
144
145    public void test_level1_core_characterdatasubstringvalue() throws Throwable {
146        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/characterdatasubstringvalue");
147    }
148
149    public void test_level1_core_commentgetcomment() throws Throwable {
150        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/commentgetcomment");
151    }
152
153    public void test_level1_core_documentcreatecdatasection() throws Throwable {
154        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreatecdatasection");
155    }
156
157    public void test_level1_core_documentcreatecomment() throws Throwable {
158        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreatecomment");
159    }
160
161    public void test_level1_core_documentcreatedocumentfragment() throws Throwable {
162        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreatedocumentfragment");
163    }
164
165    public void test_level1_core_documentcreateelement() throws Throwable {
166        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreateelement");
167    }
168
169    public void test_level1_core_documentcreateelementcasesensitive() throws Throwable {
170        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreateelementcasesensitive");
171    }
172
173    public void test_level1_core_documentcreateentityreference() throws Throwable {
174        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreateentityreference");
175    }
176
177    public void test_level1_core_documentcreateprocessinginstruction() throws Throwable {
178        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreateprocessinginstruction");
179    }
180
181    public void test_level1_core_documentcreatetextnode() throws Throwable {
182        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreatetextnode");
183    }
184
185    public void test_level1_core_documentgetdoctype() throws Throwable {
186        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentgetdoctype");
187    }
188
189    public void test_level1_core_documentgetdoctypenodtd() throws Throwable {
190        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentgetdoctypenodtd");
191    }
192
193    public void test_level1_core_documentgetelementsbytagnamelength() throws Throwable {
194        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentgetelementsbytagnamelength");
195    }
196
197    public void test_level1_core_documentgetelementsbytagnamevalue() throws Throwable {
198        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentgetelementsbytagnamevalue");
199    }
200
201    public void test_level1_core_documentgetimplementation() throws Throwable {
202        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentgetimplementation");
203    }
204
205    public void test_level1_core_documentgetrootnode() throws Throwable {
206        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentgetrootnode");
207    }
208
209    public void test_level1_core_documentinvalidcharacterexceptioncreateattribute() throws Throwable {
210        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentinvalidcharacterexceptioncreateattribute");
211    }
212
213    public void test_level1_core_documentinvalidcharacterexceptioncreateelement() throws Throwable {
214        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentinvalidcharacterexceptioncreateelement");
215    }
216
217    public void test_level1_core_documenttypegetdoctype() throws Throwable {
218        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/documenttypegetdoctype");
219    }
220
221    public void test_level1_core_domimplementationfeaturenoversion() throws Throwable {
222        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/domimplementationfeaturenoversion");
223    }
224
225    public void test_level1_core_domimplementationfeaturenull() throws Throwable {
226        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/domimplementationfeaturenull");
227    }
228
229    public void test_level1_core_domimplementationfeaturexml() throws Throwable {
230        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/domimplementationfeaturexml");
231    }
232
233    public void test_level1_core_elementaddnewattribute() throws Throwable {
234        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementaddnewattribute");
235    }
236
237    public void test_level1_core_elementassociatedattribute() throws Throwable {
238        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementassociatedattribute");
239    }
240
241    public void test_level1_core_elementchangeattributevalue() throws Throwable {
242        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementchangeattributevalue");
243    }
244
245    public void test_level1_core_elementgetattributenode() throws Throwable {
246        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementgetattributenode");
247    }
248
249    public void test_level1_core_elementgetattributenodenull() throws Throwable {
250        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementgetattributenodenull");
251    }
252
253    public void test_level1_core_elementgetelementsbytagname() throws Throwable {
254        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementgetelementsbytagname");
255    }
256
257    public void test_level1_core_elementgetelementsbytagnameaccessnodelist() throws Throwable {
258        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementgetelementsbytagnameaccessnodelist");
259    }
260
261    public void test_level1_core_elementgetelementsbytagnamenomatch() throws Throwable {
262        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementgetelementsbytagnamenomatch");
263    }
264
265    public void test_level1_core_elementgettagname() throws Throwable {
266        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementgettagname");
267    }
268
269    public void test_level1_core_elementinuseattributeerr() throws Throwable {
270        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementinuseattributeerr");
271    }
272
273    public void test_level1_core_elementinvalidcharacterexception() throws Throwable {
274        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementinvalidcharacterexception");
275    }
276
277    public void test_level1_core_elementnormalize() throws Throwable {
278        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementnormalize");
279    }
280
281    public void test_level1_core_elementnotfounderr() throws Throwable {
282        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementnotfounderr");
283    }
284
285    public void test_level1_core_elementremoveattributeaftercreate() throws Throwable {
286        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementremoveattributeaftercreate");
287    }
288
289    public void test_level1_core_elementremoveattributenode() throws Throwable {
290        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementremoveattributenode");
291    }
292
293    public void test_level1_core_elementreplaceexistingattributegevalue() throws Throwable {
294        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementreplaceexistingattributegevalue");
295    }
296
297    public void test_level1_core_elementretrieveattrvalue() throws Throwable {
298        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementretrieveattrvalue");
299    }
300
301    public void test_level1_core_elementretrievetagname() throws Throwable {
302        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementretrievetagname");
303    }
304
305    public void test_level1_core_elementsetattributenodenull() throws Throwable {
306        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementsetattributenodenull");
307    }
308
309    public void test_level1_core_elementwrongdocumenterr() throws Throwable {
310        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementwrongdocumenterr");
311    }
312
313    public void test_level1_core_namednodemapchildnoderange() throws Throwable {
314        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapchildnoderange");
315    }
316
317    public void test_level1_core_namednodemapgetnameditem() throws Throwable {
318        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapgetnameditem");
319    }
320
321    public void test_level1_core_namednodemapinuseattributeerr() throws Throwable {
322        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapinuseattributeerr");
323    }
324
325    public void test_level1_core_namednodemapnotfounderr() throws Throwable {
326        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapnotfounderr");
327    }
328
329    public void test_level1_core_namednodemapnumberofnodes() throws Throwable {
330        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapnumberofnodes");
331    }
332
333    public void test_level1_core_namednodemapremovenameditemreturnnodevalue() throws Throwable {
334        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapremovenameditemreturnnodevalue");
335    }
336
337    public void test_level1_core_namednodemapreturnattrnode() throws Throwable {
338        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapreturnattrnode");
339    }
340
341    public void test_level1_core_namednodemapreturnfirstitem() throws Throwable {
342        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapreturnfirstitem");
343    }
344
345    public void test_level1_core_namednodemapreturnlastitem() throws Throwable {
346        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapreturnlastitem");
347    }
348
349    public void test_level1_core_namednodemapreturnnull() throws Throwable {
350        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapreturnnull");
351    }
352
353    public void test_level1_core_namednodemapsetnameditem() throws Throwable {
354        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapsetnameditem");
355    }
356
357    public void test_level1_core_namednodemapsetnameditemreturnvalue() throws Throwable {
358        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapsetnameditemreturnvalue");
359    }
360
361    public void test_level1_core_namednodemapsetnameditemwithnewvalue() throws Throwable {
362        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapsetnameditemwithnewvalue");
363    }
364
365    public void test_level1_core_namednodemapwrongdocumenterr() throws Throwable {
366        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/namednodemapwrongdocumenterr");
367    }
368
369    public void test_level1_core_nodeappendchild() throws Throwable {
370        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeappendchild");
371    }
372
373    public void test_level1_core_nodeappendchildgetnodename() throws Throwable {
374        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeappendchildgetnodename");
375    }
376
377    public void test_level1_core_nodeappendchildnewchilddiffdocument() throws Throwable {
378        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeappendchildnewchilddiffdocument");
379    }
380
381    public void test_level1_core_nodeappendchildnodeancestor() throws Throwable {
382        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeappendchildnodeancestor");
383    }
384
385    public void test_level1_core_nodeattributenodeattribute() throws Throwable {
386        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeattributenodeattribute");
387    }
388
389    public void test_level1_core_nodeattributenodename() throws Throwable {
390        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeattributenodename");
391    }
392
393    public void test_level1_core_nodeattributenodetype() throws Throwable {
394        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeattributenodetype");
395    }
396
397    public void test_level1_core_nodeattributenodevalue() throws Throwable {
398        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeattributenodevalue");
399    }
400
401    public void test_level1_core_nodecdatasectionnodeattribute() throws Throwable {
402        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodecdatasectionnodeattribute");
403    }
404
405    public void test_level1_core_nodecdatasectionnodename() throws Throwable {
406        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodecdatasectionnodename");
407    }
408
409    public void test_level1_core_nodecdatasectionnodetype() throws Throwable {
410        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodecdatasectionnodetype");
411    }
412
413    public void test_level1_core_nodecdatasectionnodevalue() throws Throwable {
414        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodecdatasectionnodevalue");
415    }
416
417    public void test_level1_core_nodechildnodes() throws Throwable {
418        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodechildnodes");
419    }
420
421    public void test_level1_core_nodechildnodesempty() throws Throwable {
422        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodechildnodesempty");
423    }
424
425    public void test_level1_core_nodecommentnodeattributes() throws Throwable {
426        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodecommentnodeattributes");
427    }
428
429    public void test_level1_core_nodecommentnodename() throws Throwable {
430        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodecommentnodename");
431    }
432
433    public void test_level1_core_nodecommentnodetype() throws Throwable {
434        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodecommentnodetype");
435    }
436
437    public void test_level1_core_nodecommentnodevalue() throws Throwable {
438        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodecommentnodevalue");
439    }
440
441    public void test_level1_core_nodedocumentfragmentnodename() throws Throwable {
442        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumentfragmentnodename");
443    }
444
445    public void test_level1_core_nodedocumentfragmentnodetype() throws Throwable {
446        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumentfragmentnodetype");
447    }
448
449    public void test_level1_core_nodedocumentfragmentnodevalue() throws Throwable {
450        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumentfragmentnodevalue");
451    }
452
453    public void test_level1_core_nodedocumentnodeattribute() throws Throwable {
454        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumentnodeattribute");
455    }
456
457    public void test_level1_core_nodedocumentnodename() throws Throwable {
458        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumentnodename");
459    }
460
461    public void test_level1_core_nodedocumentnodetype() throws Throwable {
462        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumentnodetype");
463    }
464
465    public void test_level1_core_nodedocumentnodevalue() throws Throwable {
466        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumentnodevalue");
467    }
468
469    public void test_level1_core_nodedocumenttypenodename() throws Throwable {
470        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumenttypenodename");
471    }
472
473    public void test_level1_core_nodedocumenttypenodetype() throws Throwable {
474        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumenttypenodetype");
475    }
476
477    public void test_level1_core_nodedocumenttypenodevalue() throws Throwable {
478        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodedocumenttypenodevalue");
479    }
480
481    public void test_level1_core_nodeelementnodeattributes() throws Throwable {
482        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeelementnodeattributes");
483    }
484
485    public void test_level1_core_nodeelementnodename() throws Throwable {
486        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeelementnodename");
487    }
488
489    public void test_level1_core_nodeelementnodetype() throws Throwable {
490        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeelementnodetype");
491    }
492
493    public void test_level1_core_nodeelementnodevalue() throws Throwable {
494        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeelementnodevalue");
495    }
496
497    public void test_level1_core_nodeentityreferencenodeattributes() throws Throwable {
498        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeentityreferencenodeattributes");
499    }
500
501    public void test_level1_core_nodeentityreferencenodename() throws Throwable {
502        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeentityreferencenodename");
503    }
504
505    public void test_level1_core_nodeentityreferencenodetype() throws Throwable {
506        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeentityreferencenodetype");
507    }
508
509    public void test_level1_core_nodeentityreferencenodevalue() throws Throwable {
510        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeentityreferencenodevalue");
511    }
512
513    public void test_level1_core_nodegetfirstchild() throws Throwable {
514        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetfirstchild");
515    }
516
517    public void test_level1_core_nodegetfirstchildnull() throws Throwable {
518        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetfirstchildnull");
519    }
520
521    public void test_level1_core_nodegetlastchild() throws Throwable {
522        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetlastchild");
523    }
524
525    public void test_level1_core_nodegetlastchildnull() throws Throwable {
526        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetlastchildnull");
527    }
528
529    public void test_level1_core_nodegetnextsibling() throws Throwable {
530        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetnextsibling");
531    }
532
533    public void test_level1_core_nodegetnextsiblingnull() throws Throwable {
534        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetnextsiblingnull");
535    }
536
537    public void test_level1_core_nodegetownerdocument() throws Throwable {
538        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetownerdocument");
539    }
540
541    public void test_level1_core_nodegetownerdocumentnull() throws Throwable {
542        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetownerdocumentnull");
543    }
544
545    public void test_level1_core_nodegetprevioussibling() throws Throwable {
546        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetprevioussibling");
547    }
548
549    public void test_level1_core_nodegetprevioussiblingnull() throws Throwable {
550        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodegetprevioussiblingnull");
551    }
552
553    public void test_level1_core_nodehaschildnodes() throws Throwable {
554        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodehaschildnodes");
555    }
556
557    public void test_level1_core_nodehaschildnodesfalse() throws Throwable {
558        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodehaschildnodesfalse");
559    }
560
561    public void test_level1_core_nodeinsertbeforenewchilddiffdocument() throws Throwable {
562        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeinsertbeforenewchilddiffdocument");
563    }
564
565    public void test_level1_core_nodeinsertbeforenewchildexists() throws Throwable {
566        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeinsertbeforenewchildexists");
567    }
568
569    public void test_level1_core_nodeinsertbeforenodeancestor() throws Throwable {
570        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeinsertbeforenodeancestor");
571    }
572
573    public void test_level1_core_nodeinsertbeforenodename() throws Throwable {
574        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeinsertbeforenodename");
575    }
576
577    public void test_level1_core_nodelistindexequalzero() throws Throwable {
578        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodelistindexequalzero");
579    }
580
581    public void test_level1_core_nodelistindexgetlength() throws Throwable {
582        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodelistindexgetlength");
583    }
584
585    public void test_level1_core_nodelistindexgetlengthofemptylist() throws Throwable {
586        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodelistindexgetlengthofemptylist");
587    }
588
589    public void test_level1_core_nodelistindexnotzero() throws Throwable {
590        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodelistindexnotzero");
591    }
592
593    public void test_level1_core_nodelistreturnfirstitem() throws Throwable {
594        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodelistreturnfirstitem");
595    }
596
597    public void test_level1_core_nodelistreturnlastitem() throws Throwable {
598        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodelistreturnlastitem");
599    }
600
601    public void test_level1_core_nodelisttraverselist() throws Throwable {
602        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodelisttraverselist");
603    }
604
605    public void test_level1_core_nodeparentnode() throws Throwable {
606        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeparentnode");
607    }
608
609    public void test_level1_core_nodeparentnodenull() throws Throwable {
610        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeparentnodenull");
611    }
612
613    public void test_level1_core_nodeprocessinginstructionnodeattributes() throws Throwable {
614        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeprocessinginstructionnodeattributes");
615    }
616
617    public void test_level1_core_nodeprocessinginstructionnodename() throws Throwable {
618        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeprocessinginstructionnodename");
619    }
620
621    public void test_level1_core_nodeprocessinginstructionnodetype() throws Throwable {
622        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeprocessinginstructionnodetype");
623    }
624
625    public void test_level1_core_nodeprocessinginstructionnodevalue() throws Throwable {
626        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeprocessinginstructionnodevalue");
627    }
628
629    public void test_level1_core_noderemovechild() throws Throwable {
630        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/noderemovechild");
631    }
632
633    public void test_level1_core_noderemovechildgetnodename() throws Throwable {
634        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/noderemovechildgetnodename");
635    }
636
637    public void test_level1_core_nodereplacechildnewchilddiffdocument() throws Throwable {
638        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodereplacechildnewchilddiffdocument");
639    }
640
641    public void test_level1_core_nodereplacechildnodeancestor() throws Throwable {
642        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodereplacechildnodeancestor");
643    }
644
645    public void test_level1_core_nodereplacechildnodename() throws Throwable {
646        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodereplacechildnodename");
647    }
648
649    public void test_level1_core_nodetextnodeattribute() throws Throwable {
650        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodetextnodeattribute");
651    }
652
653    public void test_level1_core_nodetextnodename() throws Throwable {
654        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodetextnodename");
655    }
656
657    public void test_level1_core_nodetextnodetype() throws Throwable {
658        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodetextnodetype");
659    }
660
661    public void test_level1_core_nodetextnodevalue() throws Throwable {
662        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodetextnodevalue");
663    }
664
665    public void test_level1_core_processinginstructiongetdata() throws Throwable {
666        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/processinginstructiongetdata");
667    }
668
669    public void test_level1_core_processinginstructiongettarget() throws Throwable {
670        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/processinginstructiongettarget");
671    }
672
673    public void test_level1_core_textsplittextfour() throws Throwable {
674        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/textsplittextfour");
675    }
676
677    public void test_level1_core_textsplittextone() throws Throwable {
678        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/textsplittextone");
679    }
680
681    public void test_level1_core_textsplittextthree() throws Throwable {
682        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/textsplittextthree");
683    }
684
685    public void test_level1_core_textwithnomarkup() throws Throwable {
686        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/textwithnomarkup");
687    }
688
689    public void test_level1_core_nodevalue01() throws Throwable {
690        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodevalue01");
691    }
692
693    public void test_level1_core_nodevalue03() throws Throwable {
694        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodevalue03");
695    }
696
697    public void test_level1_core_nodevalue04() throws Throwable {
698        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodevalue04");
699    }
700
701    public void test_level1_core_nodevalue05() throws Throwable {
702        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodevalue05");
703    }
704
705    public void test_level1_core_nodevalue06() throws Throwable {
706        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodevalue06");
707    }
708
709    public void test_level1_core_hc_attrcreatedocumentfragment() throws Throwable {
710        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrcreatedocumentfragment");
711    }
712
713    public void test_level1_core_hc_attrcreatetextnode() throws Throwable {
714        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrcreatetextnode");
715    }
716
717    public void test_level1_core_hc_attrcreatetextnode2() throws Throwable {
718        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrcreatetextnode2");
719    }
720
721    public void test_level1_core_hc_attreffectivevalue() throws Throwable {
722        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attreffectivevalue");
723    }
724
725    public void test_level1_core_hc_attrname() throws Throwable {
726        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrname");
727    }
728
729    public void test_level1_core_hc_attrnextsiblingnull() throws Throwable {
730        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrnextsiblingnull");
731    }
732
733    public void test_level1_core_hc_attrparentnodenull() throws Throwable {
734        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrparentnodenull");
735    }
736
737    public void test_level1_core_hc_attrprevioussiblingnull() throws Throwable {
738        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrprevioussiblingnull");
739    }
740
741    public void test_level1_core_hc_attrspecifiedvalue() throws Throwable {
742        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrspecifiedvalue");
743    }
744
745    public void test_level1_core_hc_attrspecifiedvaluechanged() throws Throwable {
746        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrspecifiedvaluechanged");
747    }
748
749    public void test_level1_core_hc_characterdataappenddata() throws Throwable {
750        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdataappenddata");
751    }
752
753    public void test_level1_core_hc_characterdataappenddatagetdata() throws Throwable {
754        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdataappenddatagetdata");
755    }
756
757    public void test_level1_core_hc_characterdatadeletedatabegining() throws Throwable {
758        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatadeletedatabegining");
759    }
760
761    public void test_level1_core_hc_characterdatadeletedataend() throws Throwable {
762        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatadeletedataend");
763    }
764
765    public void test_level1_core_hc_characterdatadeletedataexceedslength() throws Throwable {
766        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatadeletedataexceedslength");
767    }
768
769    public void test_level1_core_hc_characterdatadeletedatagetlengthanddata() throws Throwable {
770        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatadeletedatagetlengthanddata");
771    }
772
773    public void test_level1_core_hc_characterdatadeletedatamiddle() throws Throwable {
774        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatadeletedatamiddle");
775    }
776
777    public void test_level1_core_hc_characterdatagetdata() throws Throwable {
778        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatagetdata");
779    }
780
781    public void test_level1_core_hc_characterdatagetlength() throws Throwable {
782        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatagetlength");
783    }
784
785    public void test_level1_core_hc_characterdatainsertdatabeginning() throws Throwable {
786        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatainsertdatabeginning");
787    }
788
789    public void test_level1_core_hc_characterdatainsertdataend() throws Throwable {
790        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatainsertdataend");
791    }
792
793    public void test_level1_core_hc_characterdatainsertdatamiddle() throws Throwable {
794        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatainsertdatamiddle");
795    }
796
797    public void test_level1_core_hc_characterdatareplacedatabegining() throws Throwable {
798        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatareplacedatabegining");
799    }
800
801    public void test_level1_core_hc_characterdatareplacedataend() throws Throwable {
802        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatareplacedataend");
803    }
804
805    public void test_level1_core_hc_characterdatareplacedataexceedslengthofarg() throws Throwable {
806        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatareplacedataexceedslengthofarg");
807    }
808
809    public void test_level1_core_hc_characterdatareplacedataexceedslengthofdata() throws Throwable {
810        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatareplacedataexceedslengthofdata");
811    }
812
813    public void test_level1_core_hc_characterdatareplacedatamiddle() throws Throwable {
814        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatareplacedatamiddle");
815    }
816
817    public void test_level1_core_hc_characterdatasubstringvalue() throws Throwable {
818        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatasubstringvalue");
819    }
820
821    public void test_level1_core_hc_commentgetcomment() throws Throwable {
822        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_commentgetcomment");
823    }
824
825    public void test_level1_core_hc_documentcreatecomment() throws Throwable {
826        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentcreatecomment");
827    }
828
829    public void test_level1_core_hc_documentcreatedocumentfragment() throws Throwable {
830        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentcreatedocumentfragment");
831    }
832
833    public void test_level1_core_hc_documentcreateelement() throws Throwable {
834        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentcreateelement");
835    }
836
837    public void test_level1_core_hc_documentcreateelementcasesensitive() throws Throwable {
838        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentcreateelementcasesensitive");
839    }
840
841    public void test_level1_core_hc_documentcreatetextnode() throws Throwable {
842        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentcreatetextnode");
843    }
844
845    public void test_level1_core_hc_documentgetdoctype() throws Throwable {
846        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentgetdoctype");
847    }
848
849    public void test_level1_core_hc_documentgetelementsbytagnamelength() throws Throwable {
850        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentgetelementsbytagnamelength");
851    }
852
853    public void test_level1_core_hc_documentgetelementsbytagnametotallength() throws Throwable {
854        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentgetelementsbytagnametotallength");
855    }
856
857    public void test_level1_core_hc_documentgetelementsbytagnamevalue() throws Throwable {
858        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentgetelementsbytagnamevalue");
859    }
860
861    public void test_level1_core_hc_documentgetimplementation() throws Throwable {
862        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentgetimplementation");
863    }
864
865    public void test_level1_core_hc_documentgetrootnode() throws Throwable {
866        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentgetrootnode");
867    }
868
869    public void test_level1_core_hc_documentinvalidcharacterexceptioncreateattribute() throws Throwable {
870        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentinvalidcharacterexceptioncreateattribute");
871    }
872
873    public void test_level1_core_hc_documentinvalidcharacterexceptioncreateattribute1() throws Throwable {
874        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1");
875    }
876
877    public void test_level1_core_hc_documentinvalidcharacterexceptioncreateelement() throws Throwable {
878        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentinvalidcharacterexceptioncreateelement");
879    }
880
881    public void test_level1_core_hc_documentinvalidcharacterexceptioncreateelement1() throws Throwable {
882        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentinvalidcharacterexceptioncreateelement1");
883    }
884
885    public void test_level1_core_hc_domimplementationfeaturenoversion() throws Throwable {
886        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_domimplementationfeaturenoversion");
887    }
888
889    public void test_level1_core_hc_domimplementationfeaturenull() throws Throwable {
890        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_domimplementationfeaturenull");
891    }
892
893    public void test_level1_core_hc_domimplementationfeaturexml() throws Throwable {
894        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_domimplementationfeaturexml");
895    }
896
897    public void test_level1_core_hc_elementaddnewattribute() throws Throwable {
898        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementaddnewattribute");
899    }
900
901    public void test_level1_core_hc_elementassociatedattribute() throws Throwable {
902        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementassociatedattribute");
903    }
904
905    public void test_level1_core_hc_elementchangeattributevalue() throws Throwable {
906        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementchangeattributevalue");
907    }
908
909    public void test_level1_core_hc_elementgetattributenode() throws Throwable {
910        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementgetattributenode");
911    }
912
913    public void test_level1_core_hc_elementgetattributenodenull() throws Throwable {
914        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementgetattributenodenull");
915    }
916
917    public void test_level1_core_hc_elementgetelementsbytagname() throws Throwable {
918        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementgetelementsbytagname");
919    }
920
921    public void test_level1_core_hc_elementgetelementsbytagnameaccessnodelist() throws Throwable {
922        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementgetelementsbytagnameaccessnodelist");
923    }
924
925    public void test_level1_core_hc_elementgetelementsbytagnamenomatch() throws Throwable {
926        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementgetelementsbytagnamenomatch");
927    }
928
929    public void test_level1_core_hc_elementgettagname() throws Throwable {
930        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementgettagname");
931    }
932
933    public void test_level1_core_hc_elementinuseattributeerr() throws Throwable {
934        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementinuseattributeerr");
935    }
936
937    public void test_level1_core_hc_elementinvalidcharacterexception() throws Throwable {
938        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementinvalidcharacterexception");
939    }
940
941    public void test_level1_core_hc_elementinvalidcharacterexception1() throws Throwable {
942        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementinvalidcharacterexception1");
943    }
944
945    public void test_level1_core_hc_elementnormalize() throws Throwable {
946        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementnormalize");
947    }
948
949    public void test_level1_core_hc_elementnotfounderr() throws Throwable {
950        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementnotfounderr");
951    }
952
953    public void test_level1_core_hc_elementremoveattribute() throws Throwable {
954        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementremoveattribute");
955    }
956
957    public void test_level1_core_hc_elementremoveattributeaftercreate() throws Throwable {
958        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementremoveattributeaftercreate");
959    }
960
961    public void test_level1_core_hc_elementremoveattributenode() throws Throwable {
962        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementremoveattributenode");
963    }
964
965    public void test_level1_core_hc_elementreplaceexistingattributegevalue() throws Throwable {
966        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementreplaceexistingattributegevalue");
967    }
968
969    public void test_level1_core_hc_elementretrieveattrvalue() throws Throwable {
970        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementretrieveattrvalue");
971    }
972
973    public void test_level1_core_hc_elementretrievetagname() throws Throwable {
974        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementretrievetagname");
975    }
976
977    public void test_level1_core_hc_elementsetattributenodenull() throws Throwable {
978        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementsetattributenodenull");
979    }
980
981    public void test_level1_core_hc_elementwrongdocumenterr() throws Throwable {
982        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementwrongdocumenterr");
983    }
984
985    public void test_level1_core_hc_namednodemapgetnameditem() throws Throwable {
986        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapgetnameditem");
987    }
988
989    public void test_level1_core_hc_namednodemapinuseattributeerr() throws Throwable {
990        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapinuseattributeerr");
991    }
992
993    public void test_level1_core_hc_namednodemapnotfounderr() throws Throwable {
994        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapnotfounderr");
995    }
996
997    public void test_level1_core_hc_namednodemapremovenameditem() throws Throwable {
998        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapremovenameditem");
999    }
1000
1001    public void test_level1_core_hc_namednodemapreturnattrnode() throws Throwable {
1002        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapreturnattrnode");
1003    }
1004
1005    public void test_level1_core_hc_namednodemapreturnnull() throws Throwable {
1006        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapreturnnull");
1007    }
1008
1009    public void test_level1_core_hc_namednodemapsetnameditem() throws Throwable {
1010        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapsetnameditem");
1011    }
1012
1013    public void test_level1_core_hc_namednodemapsetnameditemreturnvalue() throws Throwable {
1014        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapsetnameditemreturnvalue");
1015    }
1016
1017    public void test_level1_core_hc_namednodemapsetnameditemwithnewvalue() throws Throwable {
1018        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapsetnameditemwithnewvalue");
1019    }
1020
1021    public void test_level1_core_hc_namednodemapwrongdocumenterr() throws Throwable {
1022        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_namednodemapwrongdocumenterr");
1023    }
1024
1025    public void test_level1_core_hc_nodeappendchild() throws Throwable {
1026        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeappendchild");
1027    }
1028
1029    public void test_level1_core_hc_nodeappendchildgetnodename() throws Throwable {
1030        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeappendchildgetnodename");
1031    }
1032
1033    public void test_level1_core_hc_nodeappendchildnewchilddiffdocument() throws Throwable {
1034        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeappendchildnewchilddiffdocument");
1035    }
1036
1037    public void test_level1_core_hc_nodeappendchildnodeancestor() throws Throwable {
1038        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeappendchildnodeancestor");
1039    }
1040
1041    public void test_level1_core_hc_nodeattributenodeattribute() throws Throwable {
1042        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeattributenodeattribute");
1043    }
1044
1045    public void test_level1_core_hc_nodeattributenodename() throws Throwable {
1046        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeattributenodename");
1047    }
1048
1049    public void test_level1_core_hc_nodeattributenodetype() throws Throwable {
1050        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeattributenodetype");
1051    }
1052
1053    public void test_level1_core_hc_nodeattributenodevalue() throws Throwable {
1054        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeattributenodevalue");
1055    }
1056
1057    public void test_level1_core_hc_nodechildnodes() throws Throwable {
1058        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodechildnodes");
1059    }
1060
1061    public void test_level1_core_hc_nodechildnodesempty() throws Throwable {
1062        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodechildnodesempty");
1063    }
1064
1065    public void test_level1_core_hc_nodecommentnodeattributes() throws Throwable {
1066        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodecommentnodeattributes");
1067    }
1068
1069    public void test_level1_core_hc_nodecommentnodename() throws Throwable {
1070        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodecommentnodename");
1071    }
1072
1073    public void test_level1_core_hc_nodecommentnodetype() throws Throwable {
1074        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodecommentnodetype");
1075    }
1076
1077    public void test_level1_core_hc_nodecommentnodevalue() throws Throwable {
1078        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodecommentnodevalue");
1079    }
1080
1081    public void test_level1_core_hc_nodedocumentfragmentnodename() throws Throwable {
1082        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodedocumentfragmentnodename");
1083    }
1084
1085    public void test_level1_core_hc_nodedocumentfragmentnodetype() throws Throwable {
1086        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodedocumentfragmentnodetype");
1087    }
1088
1089    public void test_level1_core_hc_nodedocumentfragmentnodevalue() throws Throwable {
1090        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodedocumentfragmentnodevalue");
1091    }
1092
1093    public void test_level1_core_hc_nodedocumentnodeattribute() throws Throwable {
1094        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodedocumentnodeattribute");
1095    }
1096
1097    public void test_level1_core_hc_nodedocumentnodename() throws Throwable {
1098        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodedocumentnodename");
1099    }
1100
1101    public void test_level1_core_hc_nodedocumentnodetype() throws Throwable {
1102        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodedocumentnodetype");
1103    }
1104
1105    public void test_level1_core_hc_nodedocumentnodevalue() throws Throwable {
1106        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodedocumentnodevalue");
1107    }
1108
1109    public void test_level1_core_hc_nodeelementnodename() throws Throwable {
1110        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeelementnodename");
1111    }
1112
1113    public void test_level1_core_hc_nodeelementnodetype() throws Throwable {
1114        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeelementnodetype");
1115    }
1116
1117    public void test_level1_core_hc_nodeelementnodevalue() throws Throwable {
1118        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeelementnodevalue");
1119    }
1120
1121    public void test_level1_core_hc_nodegetfirstchild() throws Throwable {
1122        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetfirstchild");
1123    }
1124
1125    public void test_level1_core_hc_nodegetfirstchildnull() throws Throwable {
1126        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetfirstchildnull");
1127    }
1128
1129    public void test_level1_core_hc_nodegetlastchild() throws Throwable {
1130        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetlastchild");
1131    }
1132
1133    public void test_level1_core_hc_nodegetlastchildnull() throws Throwable {
1134        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetlastchildnull");
1135    }
1136
1137    public void test_level1_core_hc_nodegetnextsibling() throws Throwable {
1138        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetnextsibling");
1139    }
1140
1141    public void test_level1_core_hc_nodegetnextsiblingnull() throws Throwable {
1142        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetnextsiblingnull");
1143    }
1144
1145    public void test_level1_core_hc_nodegetownerdocument() throws Throwable {
1146        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetownerdocument");
1147    }
1148
1149    public void test_level1_core_hc_nodegetownerdocumentnull() throws Throwable {
1150        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetownerdocumentnull");
1151    }
1152
1153    public void test_level1_core_hc_nodegetprevioussibling() throws Throwable {
1154        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetprevioussibling");
1155    }
1156
1157    public void test_level1_core_hc_nodegetprevioussiblingnull() throws Throwable {
1158        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodegetprevioussiblingnull");
1159    }
1160
1161    public void test_level1_core_hc_nodehaschildnodes() throws Throwable {
1162        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodehaschildnodes");
1163    }
1164
1165    public void test_level1_core_hc_nodehaschildnodesfalse() throws Throwable {
1166        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodehaschildnodesfalse");
1167    }
1168
1169    public void test_level1_core_hc_nodeinsertbeforenewchilddiffdocument() throws Throwable {
1170        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforenewchilddiffdocument");
1171    }
1172
1173    public void test_level1_core_hc_nodeinsertbeforenodeancestor() throws Throwable {
1174        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforenodeancestor");
1175    }
1176
1177    public void test_level1_core_hc_nodeinsertbeforenodename() throws Throwable {
1178        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforenodename");
1179    }
1180
1181    public void test_level1_core_hc_nodelistindexequalzero() throws Throwable {
1182        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodelistindexequalzero");
1183    }
1184
1185    public void test_level1_core_hc_nodelistindexgetlength() throws Throwable {
1186        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodelistindexgetlength");
1187    }
1188
1189    public void test_level1_core_hc_nodelistindexgetlengthofemptylist() throws Throwable {
1190        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodelistindexgetlengthofemptylist");
1191    }
1192
1193    public void test_level1_core_hc_nodelistindexnotzero() throws Throwable {
1194        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodelistindexnotzero");
1195    }
1196
1197    public void test_level1_core_hc_nodelistreturnfirstitem() throws Throwable {
1198        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodelistreturnfirstitem");
1199    }
1200
1201    public void test_level1_core_hc_nodelistreturnlastitem() throws Throwable {
1202        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodelistreturnlastitem");
1203    }
1204
1205    public void test_level1_core_hc_nodelisttraverselist() throws Throwable {
1206        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodelisttraverselist");
1207    }
1208
1209    public void test_level1_core_hc_nodeparentnode() throws Throwable {
1210        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeparentnode");
1211    }
1212
1213    public void test_level1_core_hc_nodeparentnodenull() throws Throwable {
1214        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeparentnodenull");
1215    }
1216
1217    public void test_level1_core_hc_noderemovechild() throws Throwable {
1218        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_noderemovechild");
1219    }
1220
1221    public void test_level1_core_hc_noderemovechildgetnodename() throws Throwable {
1222        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_noderemovechildgetnodename");
1223    }
1224
1225    public void test_level1_core_hc_nodereplacechildnewchilddiffdocument() throws Throwable {
1226        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildnewchilddiffdocument");
1227    }
1228
1229    public void test_level1_core_hc_nodereplacechildnodeancestor() throws Throwable {
1230        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildnodeancestor");
1231    }
1232
1233    public void test_level1_core_hc_nodereplacechildnodename() throws Throwable {
1234        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildnodename");
1235    }
1236
1237    public void test_level1_core_hc_nodetextnodeattribute() throws Throwable {
1238        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodetextnodeattribute");
1239    }
1240
1241    public void test_level1_core_hc_nodetextnodename() throws Throwable {
1242        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodetextnodename");
1243    }
1244
1245    public void test_level1_core_hc_nodetextnodetype() throws Throwable {
1246        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodetextnodetype");
1247    }
1248
1249    public void test_level1_core_hc_nodetextnodevalue() throws Throwable {
1250        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodetextnodevalue");
1251    }
1252
1253    public void test_level1_core_hc_nodevalue01() throws Throwable {
1254        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodevalue01");
1255    }
1256
1257    public void test_level1_core_hc_nodevalue03() throws Throwable {
1258        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodevalue03");
1259    }
1260
1261    public void test_level1_core_hc_nodevalue04() throws Throwable {
1262        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodevalue04");
1263    }
1264
1265    public void test_level1_core_hc_nodevalue05() throws Throwable {
1266        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodevalue05");
1267    }
1268
1269    public void test_level1_core_hc_nodevalue06() throws Throwable {
1270        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodevalue06");
1271    }
1272
1273    public void test_level1_core_hc_textsplittextfour() throws Throwable {
1274        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_textsplittextfour");
1275    }
1276
1277    public void test_level1_core_hc_textsplittextone() throws Throwable {
1278        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_textsplittextone");
1279    }
1280
1281    public void test_level1_core_hc_textsplittextthree() throws Throwable {
1282        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_textsplittextthree");
1283    }
1284
1285    public void test_level1_core_hc_textwithnomarkup() throws Throwable {
1286        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_textwithnomarkup");
1287    }
1288
1289    public void test_level1_core_hc_attrappendchild2() throws Throwable {
1290        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrappendchild2");
1291    }
1292
1293    public void test_level1_core_hc_attrappendchild4() throws Throwable {
1294        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrappendchild4");
1295    }
1296
1297    public void test_level1_core_hc_attrinsertbefore5() throws Throwable {
1298        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrinsertbefore5");
1299    }
1300
1301    public void test_level1_core_hc_attrinsertbefore7() throws Throwable {
1302        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrinsertbefore7");
1303    }
1304
1305    public void test_level2_core_attrgetownerelement02() throws Throwable {
1306        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/attrgetownerelement02");
1307    }
1308
1309    public void test_level2_core_attrgetownerelement03() throws Throwable {
1310        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/attrgetownerelement03");
1311    }
1312
1313    public void test_level2_core_attrgetownerelement04() throws Throwable {
1314        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/attrgetownerelement04");
1315    }
1316
1317    public void test_level2_core_attrgetownerelement05() throws Throwable {
1318        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/attrgetownerelement05");
1319    }
1320
1321    public void test_level2_core_createAttributeNS01() throws Throwable {
1322        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createAttributeNS01");
1323    }
1324
1325    public void test_level2_core_createAttributeNS02() throws Throwable {
1326        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createAttributeNS02");
1327    }
1328
1329    public void test_level2_core_createAttributeNS03() throws Throwable {
1330        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createAttributeNS03");
1331    }
1332
1333    public void test_level2_core_createAttributeNS04() throws Throwable {
1334        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createAttributeNS04");
1335    }
1336
1337    public void test_level2_core_createAttributeNS05() throws Throwable {
1338        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createAttributeNS05");
1339    }
1340
1341    public void test_level2_core_createDocument01() throws Throwable {
1342        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocument01");
1343    }
1344
1345    public void test_level2_core_createDocument02() throws Throwable {
1346        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocument02");
1347    }
1348
1349    public void test_level2_core_createDocument05() throws Throwable {
1350        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocument05");
1351    }
1352
1353    public void test_level2_core_createDocument06() throws Throwable {
1354        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocument06");
1355    }
1356
1357    public void test_level2_core_createDocument07() throws Throwable {
1358        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocument07");
1359    }
1360
1361    public void test_level2_core_createDocumentType01() throws Throwable {
1362        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocumentType01");
1363    }
1364
1365    public void test_level2_core_createDocumentType02() throws Throwable {
1366        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocumentType02");
1367    }
1368
1369    public void test_level2_core_createDocumentType03() throws Throwable {
1370        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocumentType03");
1371    }
1372
1373    public void test_level2_core_createElementNS01() throws Throwable {
1374        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createElementNS01");
1375    }
1376
1377    public void test_level2_core_createElementNS02() throws Throwable {
1378        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createElementNS02");
1379    }
1380
1381    public void test_level2_core_createElementNS03() throws Throwable {
1382        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createElementNS03");
1383    }
1384
1385    public void test_level2_core_createElementNS04() throws Throwable {
1386        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createElementNS04");
1387    }
1388
1389    public void test_level2_core_createElementNS05() throws Throwable {
1390        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/createElementNS05");
1391    }
1392
1393    public void test_level2_core_documentcreateattributeNS01() throws Throwable {
1394        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS01");
1395    }
1396
1397    public void test_level2_core_documentcreateattributeNS02() throws Throwable {
1398        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS02");
1399    }
1400
1401    public void test_level2_core_documentcreateattributeNS03() throws Throwable {
1402        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS03");
1403    }
1404
1405    public void test_level2_core_documentcreateattributeNS04() throws Throwable {
1406        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS04");
1407    }
1408
1409    public void test_level2_core_documentcreateattributeNS05() throws Throwable {
1410        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS05");
1411    }
1412
1413    public void test_level2_core_documentcreateattributeNS06() throws Throwable {
1414        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS06");
1415    }
1416
1417    public void test_level2_core_documentcreateattributeNS07() throws Throwable {
1418        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS07");
1419    }
1420
1421    public void test_level2_core_documentcreateelementNS01() throws Throwable {
1422        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateelementNS01");
1423    }
1424
1425    public void test_level2_core_documentcreateelementNS02() throws Throwable {
1426        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateelementNS02");
1427    }
1428
1429    public void test_level2_core_documentcreateelementNS05() throws Throwable {
1430        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateelementNS05");
1431    }
1432
1433    public void test_level2_core_documentcreateelementNS06() throws Throwable {
1434        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateelementNS06");
1435    }
1436
1437    public void test_level2_core_documentgetelementbyid01() throws Throwable {
1438        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentgetelementbyid01");
1439    }
1440
1441    public void test_level2_core_documentgetelementsbytagnameNS01() throws Throwable {
1442        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentgetelementsbytagnameNS01");
1443    }
1444
1445    public void test_level2_core_documentgetelementsbytagnameNS02() throws Throwable {
1446        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentgetelementsbytagnameNS02");
1447    }
1448
1449    public void test_level2_core_documentgetelementsbytagnameNS03() throws Throwable {
1450        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentgetelementsbytagnameNS03");
1451    }
1452
1453    public void test_level2_core_documentgetelementsbytagnameNS04() throws Throwable {
1454        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentgetelementsbytagnameNS04");
1455    }
1456
1457    public void test_level2_core_documentgetelementsbytagnameNS05() throws Throwable {
1458        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentgetelementsbytagnameNS05");
1459    }
1460
1461    public void test_level2_core_documentimportnode02() throws Throwable {
1462        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode02");
1463    }
1464
1465    public void test_level2_core_documentimportnode05() throws Throwable {
1466        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode05");
1467    }
1468
1469    public void test_level2_core_documentimportnode06() throws Throwable {
1470        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode06");
1471    }
1472
1473    public void test_level2_core_documentimportnode07() throws Throwable {
1474        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode07");
1475    }
1476
1477    public void test_level2_core_documentimportnode08() throws Throwable {
1478        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode08");
1479    }
1480
1481    public void test_level2_core_documentimportnode09() throws Throwable {
1482        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode09");
1483    }
1484
1485    public void test_level2_core_documentimportnode10() throws Throwable {
1486        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode10");
1487    }
1488
1489    public void test_level2_core_documentimportnode11() throws Throwable {
1490        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode11");
1491    }
1492
1493    public void test_level2_core_documentimportnode12() throws Throwable {
1494        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode12");
1495    }
1496
1497    public void test_level2_core_documentimportnode13() throws Throwable {
1498        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode13");
1499    }
1500
1501    public void test_level2_core_documentimportnode15() throws Throwable {
1502        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode15");
1503    }
1504
1505    public void test_level2_core_documentimportnode17() throws Throwable {
1506        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode17");
1507    }
1508
1509    public void test_level2_core_documentimportnode18() throws Throwable {
1510        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentimportnode18");
1511    }
1512
1513    public void test_level2_core_documenttypeinternalSubset01() throws Throwable {
1514        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documenttypeinternalSubset01");
1515    }
1516
1517    public void test_level2_core_documenttypepublicid01() throws Throwable {
1518        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documenttypepublicid01");
1519    }
1520
1521    public void test_level2_core_documenttypesystemid01() throws Throwable {
1522        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/documenttypesystemid01");
1523    }
1524
1525    public void test_level2_core_domimplementationcreatedocument03() throws Throwable {
1526        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationcreatedocument03");
1527    }
1528
1529    public void test_level2_core_domimplementationcreatedocument04() throws Throwable {
1530        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationcreatedocument04");
1531    }
1532
1533    public void test_level2_core_domimplementationcreatedocument05() throws Throwable {
1534        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationcreatedocument05");
1535    }
1536
1537    public void test_level2_core_domimplementationcreatedocument07() throws Throwable {
1538        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationcreatedocument07");
1539    }
1540
1541    public void test_level2_core_domimplementationcreatedocumenttype01() throws Throwable {
1542        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationcreatedocumenttype01");
1543    }
1544
1545    public void test_level2_core_domimplementationcreatedocumenttype02() throws Throwable {
1546        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationcreatedocumenttype02");
1547    }
1548
1549    public void test_level2_core_domimplementationcreatedocumenttype04() throws Throwable {
1550        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationcreatedocumenttype04");
1551    }
1552
1553    public void test_level2_core_domimplementationfeaturecore() throws Throwable {
1554        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationfeaturecore");
1555    }
1556
1557    public void test_level2_core_domimplementationfeaturexmlversion2() throws Throwable {
1558        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationfeaturexmlversion2");
1559    }
1560
1561    public void test_level2_core_domimplementationhasfeature01() throws Throwable {
1562        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationhasfeature01");
1563    }
1564
1565    public void test_level2_core_domimplementationhasfeature02() throws Throwable {
1566        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/domimplementationhasfeature02");
1567    }
1568
1569    public void test_level2_core_elementgetattributenodens01() throws Throwable {
1570        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementgetattributenodens01");
1571    }
1572
1573    public void test_level2_core_elementgetattributenodens02() throws Throwable {
1574        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementgetattributenodens02");
1575    }
1576
1577    public void test_level2_core_elementgetelementsbytagnamens02() throws Throwable {
1578        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementgetelementsbytagnamens02");
1579    }
1580
1581    public void test_level2_core_elementgetelementsbytagnamens04() throws Throwable {
1582        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementgetelementsbytagnamens04");
1583    }
1584
1585    public void test_level2_core_elementgetelementsbytagnamens05() throws Throwable {
1586        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementgetelementsbytagnamens05");
1587    }
1588
1589    public void test_level2_core_elementhasattribute01() throws Throwable {
1590        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementhasattribute01");
1591    }
1592
1593    public void test_level2_core_elementhasattribute03() throws Throwable {
1594        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementhasattribute03");
1595    }
1596
1597    public void test_level2_core_elementhasattribute04() throws Throwable {
1598        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementhasattribute04");
1599    }
1600
1601    public void test_level2_core_elementhasattributens02() throws Throwable {
1602        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementhasattributens02");
1603    }
1604
1605    public void test_level2_core_elementhasattributens03() throws Throwable {
1606        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementhasattributens03");
1607    }
1608
1609    public void test_level2_core_elementremoveattributens01() throws Throwable {
1610        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementremoveattributens01");
1611    }
1612
1613    public void test_level2_core_elementsetattributenodens01() throws Throwable {
1614        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributenodens01");
1615    }
1616
1617    public void test_level2_core_elementsetattributenodens02() throws Throwable {
1618        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributenodens02");
1619    }
1620
1621    public void test_level2_core_elementsetattributenodens03() throws Throwable {
1622        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributenodens03");
1623    }
1624
1625    public void test_level2_core_elementsetattributenodens04() throws Throwable {
1626        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributenodens04");
1627    }
1628
1629    public void test_level2_core_elementsetattributenodens05() throws Throwable {
1630        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributenodens05");
1631    }
1632
1633    public void test_level2_core_elementsetattributens01() throws Throwable {
1634        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributens01");
1635    }
1636
1637    public void test_level2_core_elementsetattributens02() throws Throwable {
1638        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributens02");
1639    }
1640
1641    public void test_level2_core_elementsetattributens03() throws Throwable {
1642        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributens03");
1643    }
1644
1645    public void test_level2_core_elementsetattributens04() throws Throwable {
1646        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributens04");
1647    }
1648
1649    public void test_level2_core_elementsetattributens05() throws Throwable {
1650        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributens05");
1651    }
1652
1653    public void test_level2_core_elementsetattributens08() throws Throwable {
1654        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributens08");
1655    }
1656
1657    public void test_level2_core_elementsetattributensurinull() throws Throwable {
1658        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/elementsetattributensurinull");
1659    }
1660
1661    public void test_level2_core_getAttributeNS02() throws Throwable {
1662        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getAttributeNS02");
1663    }
1664
1665    public void test_level2_core_getAttributeNS03() throws Throwable {
1666        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getAttributeNS03");
1667    }
1668
1669    public void test_level2_core_getAttributeNS04() throws Throwable {
1670        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getAttributeNS04");
1671    }
1672
1673    public void test_level2_core_getAttributeNS05() throws Throwable {
1674        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getAttributeNS05");
1675    }
1676
1677    public void test_level2_core_getAttributeNodeNS01() throws Throwable {
1678        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getAttributeNodeNS01");
1679    }
1680
1681    public void test_level2_core_getAttributeNodeNS02() throws Throwable {
1682        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getAttributeNodeNS02");
1683    }
1684
1685    public void test_level2_core_getElementById02() throws Throwable {
1686        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementById02");
1687    }
1688
1689    public void test_level2_core_getElementsByTagNameNS02() throws Throwable {
1690        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS02");
1691    }
1692
1693    public void test_level2_core_getElementsByTagNameNS03() throws Throwable {
1694        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS03");
1695    }
1696
1697    public void test_level2_core_getElementsByTagNameNS04() throws Throwable {
1698        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS04");
1699    }
1700
1701    public void test_level2_core_getElementsByTagNameNS05() throws Throwable {
1702        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS05");
1703    }
1704
1705    public void test_level2_core_getElementsByTagNameNS06() throws Throwable {
1706        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS06");
1707    }
1708
1709    public void test_level2_core_getElementsByTagNameNS07() throws Throwable {
1710        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS07");
1711    }
1712
1713    public void test_level2_core_getElementsByTagNameNS08() throws Throwable {
1714        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS08");
1715    }
1716
1717    public void test_level2_core_getElementsByTagNameNS09() throws Throwable {
1718        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS09");
1719    }
1720
1721    public void test_level2_core_getElementsByTagNameNS10() throws Throwable {
1722        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS10");
1723    }
1724
1725    public void test_level2_core_getElementsByTagNameNS11() throws Throwable {
1726        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS11");
1727    }
1728
1729    public void test_level2_core_getElementsByTagNameNS12() throws Throwable {
1730        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS12");
1731    }
1732
1733    public void test_level2_core_getElementsByTagNameNS13() throws Throwable {
1734        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS13");
1735    }
1736
1737    public void test_level2_core_getElementsByTagNameNS14() throws Throwable {
1738        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getElementsByTagNameNS14");
1739    }
1740
1741    public void test_level2_core_getNamedItemNS01() throws Throwable {
1742        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getNamedItemNS01");
1743    }
1744
1745    public void test_level2_core_getNamedItemNS02() throws Throwable {
1746        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/getNamedItemNS02");
1747    }
1748
1749    public void test_level2_core_hasAttribute01() throws Throwable {
1750        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hasAttribute01");
1751    }
1752
1753    public void test_level2_core_hasAttribute03() throws Throwable {
1754        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hasAttribute03");
1755    }
1756
1757    public void test_level2_core_hasAttributeNS01() throws Throwable {
1758        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hasAttributeNS01");
1759    }
1760
1761    public void test_level2_core_hasAttributeNS02() throws Throwable {
1762        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hasAttributeNS02");
1763    }
1764
1765    public void test_level2_core_hasAttributeNS03() throws Throwable {
1766        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hasAttributeNS03");
1767    }
1768
1769    public void test_level2_core_hasAttributeNS05() throws Throwable {
1770        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hasAttributeNS05");
1771    }
1772
1773    public void test_level2_core_hasAttributes01() throws Throwable {
1774        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hasAttributes01");
1775    }
1776
1777    public void test_level2_core_hasAttributes02() throws Throwable {
1778        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hasAttributes02");
1779    }
1780
1781    public void test_level2_core_hc_namednodemapinvalidtype1() throws Throwable {
1782        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hc_namednodemapinvalidtype1");
1783    }
1784
1785    public void test_level2_core_hc_nodedocumentfragmentnormalize1() throws Throwable {
1786        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hc_nodedocumentfragmentnormalize1");
1787    }
1788
1789    public void test_level2_core_hc_nodedocumentfragmentnormalize2() throws Throwable {
1790        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/hc_nodedocumentfragmentnormalize2");
1791    }
1792
1793    public void test_level2_core_importNode02() throws Throwable {
1794        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode02");
1795    }
1796
1797    public void test_level2_core_importNode03() throws Throwable {
1798        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode03");
1799    }
1800
1801    public void test_level2_core_importNode04() throws Throwable {
1802        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode04");
1803    }
1804
1805    public void test_level2_core_importNode08() throws Throwable {
1806        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode08");
1807    }
1808
1809    public void test_level2_core_importNode10() throws Throwable {
1810        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode10");
1811    }
1812
1813    public void test_level2_core_importNode14() throws Throwable {
1814        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode14");
1815    }
1816
1817    public void test_level2_core_importNode15() throws Throwable {
1818        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode15");
1819    }
1820
1821    public void test_level2_core_importNode16() throws Throwable {
1822        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode16");
1823    }
1824
1825    public void test_level2_core_importNode17() throws Throwable {
1826        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/importNode17");
1827    }
1828
1829    public void test_level2_core_internalSubset01() throws Throwable {
1830        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/internalSubset01");
1831    }
1832
1833    public void test_level2_core_isSupported01() throws Throwable {
1834        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported01");
1835    }
1836
1837    public void test_level2_core_isSupported02() throws Throwable {
1838        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported02");
1839    }
1840
1841    public void test_level2_core_isSupported04() throws Throwable {
1842        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported04");
1843    }
1844
1845    public void test_level2_core_isSupported05() throws Throwable {
1846        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported05");
1847    }
1848
1849    public void test_level2_core_isSupported06() throws Throwable {
1850        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported06");
1851    }
1852
1853    public void test_level2_core_isSupported07() throws Throwable {
1854        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported07");
1855    }
1856
1857    public void test_level2_core_isSupported09() throws Throwable {
1858        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported09");
1859    }
1860
1861    public void test_level2_core_isSupported10() throws Throwable {
1862        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported10");
1863    }
1864
1865    public void test_level2_core_isSupported11() throws Throwable {
1866        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported11");
1867    }
1868
1869    public void test_level2_core_isSupported12() throws Throwable {
1870        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported12");
1871    }
1872
1873    public void test_level2_core_isSupported13() throws Throwable {
1874        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported13");
1875    }
1876
1877    public void test_level2_core_isSupported14() throws Throwable {
1878        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported14");
1879    }
1880
1881    public void test_level2_core_localName01() throws Throwable {
1882        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/localName01");
1883    }
1884
1885    public void test_level2_core_localName02() throws Throwable {
1886        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/localName02");
1887    }
1888
1889    public void test_level2_core_localName03() throws Throwable {
1890        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/localName03");
1891    }
1892
1893    public void test_level2_core_localName04() throws Throwable {
1894        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/localName04");
1895    }
1896
1897    public void test_level2_core_namednodemapgetnameditemns02() throws Throwable {
1898        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapgetnameditemns02");
1899    }
1900
1901    public void test_level2_core_namednodemapgetnameditemns03() throws Throwable {
1902        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapgetnameditemns03");
1903    }
1904
1905    public void test_level2_core_namednodemapgetnameditemns04() throws Throwable {
1906        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapgetnameditemns04");
1907    }
1908
1909    public void test_level2_core_namednodemapgetnameditemns05() throws Throwable {
1910        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapgetnameditemns05");
1911    }
1912
1913    public void test_level2_core_namednodemapgetnameditemns06() throws Throwable {
1914        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapgetnameditemns06");
1915    }
1916
1917    public void test_level2_core_namednodemapremovenameditemns01() throws Throwable {
1918        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapremovenameditemns01");
1919    }
1920
1921    public void test_level2_core_namednodemapremovenameditemns03() throws Throwable {
1922        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapremovenameditemns03");
1923    }
1924
1925    public void test_level2_core_namednodemapremovenameditemns06() throws Throwable {
1926        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapremovenameditemns06");
1927    }
1928
1929    public void test_level2_core_namednodemapremovenameditemns07() throws Throwable {
1930        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapremovenameditemns07");
1931    }
1932
1933    public void test_level2_core_namednodemapremovenameditemns08() throws Throwable {
1934        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapremovenameditemns08");
1935    }
1936
1937    public void test_level2_core_namednodemapremovenameditemns09() throws Throwable {
1938        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapremovenameditemns09");
1939    }
1940
1941    public void test_level2_core_namednodemapsetnameditemns01() throws Throwable {
1942        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapsetnameditemns01");
1943    }
1944
1945    public void test_level2_core_namednodemapsetnameditemns02() throws Throwable {
1946        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapsetnameditemns02");
1947    }
1948
1949    public void test_level2_core_namednodemapsetnameditemns03() throws Throwable {
1950        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapsetnameditemns03");
1951    }
1952
1953    public void test_level2_core_namednodemapsetnameditemns04() throws Throwable {
1954        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapsetnameditemns04");
1955    }
1956
1957    public void test_level2_core_namednodemapsetnameditemns06() throws Throwable {
1958        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapsetnameditemns06");
1959    }
1960
1961    public void test_level2_core_namednodemapsetnameditemns07() throws Throwable {
1962        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapsetnameditemns07");
1963    }
1964
1965    public void test_level2_core_namednodemapsetnameditemns08() throws Throwable {
1966        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namednodemapsetnameditemns08");
1967    }
1968
1969    public void test_level2_core_namespaceURI02() throws Throwable {
1970        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namespaceURI02");
1971    }
1972
1973    public void test_level2_core_namespaceURI03() throws Throwable {
1974        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namespaceURI03");
1975    }
1976
1977    public void test_level2_core_namespaceURI04() throws Throwable {
1978        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/namespaceURI04");
1979    }
1980
1981    public void test_level2_core_nodegetlocalname03() throws Throwable {
1982        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodegetlocalname03");
1983    }
1984
1985    public void test_level2_core_nodegetnamespaceuri03() throws Throwable {
1986        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodegetnamespaceuri03");
1987    }
1988
1989    public void test_level2_core_nodegetownerdocument01() throws Throwable {
1990        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodegetownerdocument01");
1991    }
1992
1993    public void test_level2_core_nodegetownerdocument02() throws Throwable {
1994        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodegetownerdocument02");
1995    }
1996
1997    public void test_level2_core_nodegetprefix03() throws Throwable {
1998        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodegetprefix03");
1999    }
2000
2001    public void test_level2_core_nodehasattributes01() throws Throwable {
2002        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodehasattributes01");
2003    }
2004
2005    public void test_level2_core_nodehasattributes02() throws Throwable {
2006        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodehasattributes02");
2007    }
2008
2009    public void test_level2_core_nodehasattributes03() throws Throwable {
2010        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodehasattributes03");
2011    }
2012
2013    public void test_level2_core_nodehasattributes04() throws Throwable {
2014        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodehasattributes04");
2015    }
2016
2017    public void test_level2_core_nodeissupported01() throws Throwable {
2018        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodeissupported01");
2019    }
2020
2021    public void test_level2_core_nodeissupported02() throws Throwable {
2022        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodeissupported02");
2023    }
2024
2025    public void test_level2_core_nodeissupported03() throws Throwable {
2026        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodeissupported03");
2027    }
2028
2029    public void test_level2_core_nodeissupported04() throws Throwable {
2030        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodeissupported04");
2031    }
2032
2033    public void test_level2_core_nodeissupported05() throws Throwable {
2034        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodeissupported05");
2035    }
2036
2037    public void test_level2_core_nodenormalize01() throws Throwable {
2038        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodenormalize01");
2039    }
2040
2041    public void test_level2_core_nodesetprefix01() throws Throwable {
2042        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodesetprefix01");
2043    }
2044
2045    public void test_level2_core_nodesetprefix02() throws Throwable {
2046        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodesetprefix02");
2047    }
2048
2049    public void test_level2_core_nodesetprefix03() throws Throwable {
2050        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodesetprefix03");
2051    }
2052
2053    public void test_level2_core_nodesetprefix05() throws Throwable {
2054        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodesetprefix05");
2055    }
2056
2057    public void test_level2_core_nodesetprefix06() throws Throwable {
2058        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodesetprefix06");
2059    }
2060
2061    public void test_level2_core_nodesetprefix07() throws Throwable {
2062        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodesetprefix07");
2063    }
2064
2065    public void test_level2_core_nodesetprefix08() throws Throwable {
2066        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodesetprefix08");
2067    }
2068
2069    public void test_level2_core_normalize01() throws Throwable {
2070        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/normalize01");
2071    }
2072
2073    public void test_level2_core_ownerDocument01() throws Throwable {
2074        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/ownerDocument01");
2075    }
2076
2077    public void test_level2_core_ownerElement01() throws Throwable {
2078        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/ownerElement01");
2079    }
2080
2081    public void test_level2_core_ownerElement02() throws Throwable {
2082        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/ownerElement02");
2083    }
2084
2085    public void test_level2_core_prefix01() throws Throwable {
2086        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix01");
2087    }
2088
2089    public void test_level2_core_prefix02() throws Throwable {
2090        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix02");
2091    }
2092
2093    public void test_level2_core_prefix03() throws Throwable {
2094        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix03");
2095    }
2096
2097    public void test_level2_core_prefix04() throws Throwable {
2098        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix04");
2099    }
2100
2101    public void test_level2_core_prefix05() throws Throwable {
2102        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix05");
2103    }
2104
2105    public void test_level2_core_prefix07() throws Throwable {
2106        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix07");
2107    }
2108
2109    public void test_level2_core_prefix10() throws Throwable {
2110        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix10");
2111    }
2112
2113    public void test_level2_core_prefix11() throws Throwable {
2114        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix11");
2115    }
2116
2117    public void test_level2_core_publicId01() throws Throwable {
2118        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/publicId01");
2119    }
2120
2121    public void test_level2_core_removeNamedItemNS01() throws Throwable {
2122        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/removeNamedItemNS01");
2123    }
2124
2125    public void test_level2_core_removeNamedItemNS02() throws Throwable {
2126        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/removeNamedItemNS02");
2127    }
2128
2129    public void test_level2_core_setAttributeNS01() throws Throwable {
2130        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS01");
2131    }
2132
2133    public void test_level2_core_setAttributeNS02() throws Throwable {
2134        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS02");
2135    }
2136
2137    public void test_level2_core_setAttributeNS04() throws Throwable {
2138        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS04");
2139    }
2140
2141    public void test_level2_core_setAttributeNS05() throws Throwable {
2142        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS05");
2143    }
2144
2145    public void test_level2_core_setAttributeNS06() throws Throwable {
2146        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS06");
2147    }
2148
2149    public void test_level2_core_setAttributeNS07() throws Throwable {
2150        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS07");
2151    }
2152
2153    public void test_level2_core_setAttributeNS09() throws Throwable {
2154        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS09");
2155    }
2156
2157    public void test_level2_core_setAttributeNodeNS01() throws Throwable {
2158        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNodeNS01");
2159    }
2160
2161    public void test_level2_core_setAttributeNodeNS03() throws Throwable {
2162        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNodeNS03");
2163    }
2164
2165    public void test_level2_core_setAttributeNodeNS04() throws Throwable {
2166        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNodeNS04");
2167    }
2168
2169    public void test_level2_core_setAttributeNodeNS05() throws Throwable {
2170        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNodeNS05");
2171    }
2172
2173    public void test_level2_core_setNamedItemNS01() throws Throwable {
2174        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setNamedItemNS01");
2175    }
2176
2177    public void test_level2_core_setNamedItemNS02() throws Throwable {
2178        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setNamedItemNS02");
2179    }
2180
2181    public void test_level2_core_setNamedItemNS03() throws Throwable {
2182        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/setNamedItemNS03");
2183    }
2184
2185    public void test_level2_core_systemId01() throws Throwable {
2186        runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level2/core/systemId01");
2187    }
2188
2189}