Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

xml_alltests Class Reference

Inherits DOMTestSuite.

List of all members.

Public Methods

 xml_alltests (DOMTestDocumentBuilderFactory factory) throws Exception
void build (DOMTestSink sink)
String getTargetURI ()

Static Public Methods

void main (String[] args)


Constructor & Destructor Documentation

xml_alltests::xml_alltests DOMTestDocumentBuilderFactory    factory [inline]
 

Definition at line 33 of file xml_alltests.java.

References DOMTest::setFactory().

00033                                                                                {
00034       super(factory);
00035 
00036       setFactory(factory);
00037    }


Member Function Documentation

void xml_alltests::build DOMTestSink    sink [inline, virtual]
 

Adds a test to the test suite. This method can only be run after the test suite has been attached to a test framework since each framework implements test suites in different manners.

Reimplemented from DOMTestSuite.

Definition at line 39 of file xml_alltests.java.

References DOMTestSink::addTest().

00039                                        {
00040       sink.addTest(alltests.class);
00041 
00042    }

String xml_alltests::getTargetURI   [inline, virtual]
 

Reimplemented from DOMTest.

Definition at line 43 of file xml_alltests.java.

00043                                 {
00044       return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/xml_alltests";
00045    }

void xml_alltests::main String    args[] [inline, static]
 

Definition at line 47 of file xml_alltests.java.

00047                                           {
00048         DOMTestCase.doMain(xml_alltests.class,args);
00049    }


The documentation for this class was generated from the following file:
Generated on Thu Feb 14 19:47:14 2002 for DOM Level 1 Core Test Suite by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001