org.w3c.domts.level2.core

Class alltests


public class alltests
extends DOMTestSuite

Constructor Summary

alltests(DOMTestDocumentBuilderFactory factory)
Constructor

Method Summary

void
build(DOMTestSink sink)
Build test suite by adding each test to the test sink
String
getTargetURI()
Gets URI that identifies the test suite
static void
main(String[] args)
Runs individual test

Methods inherited from class org.w3c.domts.DOMTestSuite

build

Methods inherited from class org.w3c.domts.DOMTest

createStream, createTempURI, createXPathEvaluator, getContentType, getFactory, getImplementation, getMutationCount, getResourceURI, getTargetURI, hasFeature, hasSetting, isCoalescing, isExpandEntityReferences, isHasNullString, isIgnoringElementContentWhitespace, isNamespaceAware, isSigned, isValidating, load, preload, setFactory

Constructor Details

alltests

public alltests(DOMTestDocumentBuilderFactory factory)
            throws Exception
Constructor
Parameters:
factory - document factory, may not be null

Method Details

build

public void build(DOMTestSink sink)
Build test suite by adding each test to the test sink
Overrides:
build in interface DOMTestSuite
Parameters:
sink - test sink

getTargetURI

public String getTargetURI()
Gets URI that identifies the test suite
Overrides:
getTargetURI in interface DOMTest
Returns:
uri identifier of test suite

main

public static void main(String[] args)
Runs individual test
Parameters:
args - command line arguments