| Interface | Description |
|---|---|
| DOMTestFramework |
This interface provides services typically provided by a test framework
|
| DOMTestSink |
| Class | Description |
|---|---|
| BatikTestDocumentBuilderFactory |
This class implements the generic parser and configuation
abstract class for the DOM implementation of Batik.
|
| DocumentBuilderSetting |
This class is an parser setting, such as non-validating or entity-expanding.
|
| DocumentBuilderSettingStrategy |
This class is a strategy that provides the mapping from an abstract setting
(such as DocumentBuilderSetting.validating) to a specific DOM implementation
|
| DOM4JTestDocumentBuilderFactory |
This class implements the generic parser and configuation
abstract class for JAXP supporting parsers.
|
| DOMErrorImpl |
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
|
| DOMErrorMonitor |
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
|
| DOMLocatorImpl |
Implementation of DOMLocator
|
| DOMTest |
This is an abstract base class for generated DOM tests
|
| DOMTestCase |
This is an abstract base class for generated DOM tests
|
| DOMTestDocumentBuilderFactory |
This class represents a particular parser and configuration
(such as entity-expanding, non-validating, whitespace ignoring)
for a test session.
|
| DOMTestInnerClass |
This class provides access to DOMTestCase methods (like
assertEquals) for inner classes
|
| DOMTestSuite |
Abstract base class for all test suites
(that is any collection of DOMTest's)
|
| EventMonitor |
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
|
| JAXPDOMTestDocumentBuilderFactory |
This class implements the generic parser and configuation
abstract class for JAXP supporting parsers.
|
| JTidyDocumentBuilderFactory |
This class implements the generic parser builder
for JTidy (http://sf.net/projects/JTidy) which reads HTML
and supports the fundamental DOM interfaces but not either HTML L1 DOM
or HTML L2 DOM
|
| JTidyDOMImplementation |
JTidy does not implement DOMImplementation
we do it here to keep the test exclusion logic
from falling apart.
|
| JUnitRunner | |
| JUnitTestCaseAdapter | |
| JUnitTestSuiteAdapter | |
| LSDocumentBuilderFactory |
This class implements the generic parser and configuation
abstract class for the DOM L3 implementations
|
| UserDataMonitor |
This is a utility implementation of UserDataHandler that captures all
notifications
|
| UserDataNotification |
This class captures the parameters to one invocation of
UserDataHandler.handle.
|
| XalanDOMTestDocumentBuilderFactory |
This class uses Xalan-J to add XPath support
to the current JAXP DOM implementation
|
| XercesHTML2DocumentBuilderFactory |
This class implements the generic parser and configuation
class for the HTML DOM L2 implementation in Xerces-J
|
| XercesHTMLDocumentBuilderFactory |
This class implements the generic parser and configuation
abstract class the HTML DOM implementation in Xerces-J
|
| Exception | Description |
|---|---|
| DOMTestIncompatibleException |
This exception represents a mismatch between the
requirements of the test (for example, entity preserving)
and the capabilities of the parser under test.
|
| DOMTestLoadException |
Encapsulates a concrete load exception such as
a SAX exception
|