org.w3c.domts.level2.core
Class alltests

java.lang.Object
  extended byorg.w3c.domts.DOMTest
      extended byorg.w3c.domts.DOMTestSuite
          extended byorg.w3c.domts.level2.core.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
 java.lang.String getTargetURI()
          Gets URI that identifies the test suite
static void main(java.lang.String[] args)
          Runs individual test
 
Methods inherited from class org.w3c.domts.DOMTest
createStream, createTempURI, createXPathEvaluator, getContentType, getFactory, getImplementation, getMutationCount, getResourceURI, hasFeature, hasSetting, isCoalescing, isExpandEntityReferences, isHasNullString, isIgnoringElementContentWhitespace, isNamespaceAware, isSigned, isValidating, load, preload, setFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

alltests

public alltests(DOMTestDocumentBuilderFactory factory)
         throws java.lang.Exception
Constructor

Parameters:
factory - document factory, may not be null
Throws:
java.lang.Exception - Thrown if test is not compatible with settings
Method Detail

build

public void build(DOMTestSink sink)
Build test suite by adding each test to the test sink

Specified by:
build in class DOMTestSuite
Parameters:
sink - test sink

getTargetURI

public java.lang.String getTargetURI()
Gets URI that identifies the test suite

Specified by:
getTargetURI in class DOMTest
Returns:
uri identifier of test suite

main

public static void main(java.lang.String[] args)
Runs individual test

Parameters:
args - command line arguments