Public Methods | |
| alltests (DOMTestDocumentBuilderFactory factory) throws Exception | |
| void | build (DOMTestSink sink) |
| String | getTargetURI () |
Static Public Methods | |
| void | main (String[] args) |
|
|
Definition at line 33 of file alltests.java. References DOMTest::setFactory().
00033 {
00034 super(factory);
00035
00036 setFactory(factory);
00037 }
|
|
|
|
Reimplemented from DOMTest. Definition at line 332 of file alltests.java.
00332 {
00333 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/alltests";
00334 }
|
|
|
Definition at line 336 of file alltests.java.
00336 {
00337 DOMTestCase.doMain(alltests.class,args);
00338 }
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001