Public Methods | |
| readonly (DOMTestDocumentBuilderFactory factory) throws Exception | |
| void | build (DOMTestSink sink) |
| String | getTargetURI () |
Static Public Methods | |
| void | main (String[] args) |
|
|
Definition at line 33 of file readonly.java. References DOMTest::setFactory().
00033 {
00034 super(factory);
00035
00036 setFactory(factory);
00037 }
|
|
|
|
Reimplemented from DOMTest. Definition at line 165 of file readonly.java.
00165 {
00166 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/readonly";
00167 }
|
|
|
Definition at line 169 of file readonly.java.
00169 {
00170 DOMTestCase.doMain(readonly.class,args);
00171 }
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001