| Class Summary | |
|---|---|
| AbstractSchemaProviderImpl | default implementation of SchemaProvider. |
| AttributesDecl | represents a constraint for XML attributes. |
| AttributesVerifier | |
| Dispatcher | splits incoming SAX events to "islands", and feed events to IslandVerifier. |
| DispatcherImpl | reference implementation of Dispatcher interface. |
| Dispatcher.NotationDecl | |
| Dispatcher.UnparsedEntityDecl | |
| ElementDecl | represents a constraint for one XML element. |
| ErrorHandlerImpl | Error handler implementation that reports errors through the logging mechanism of Ant task. |
| ForkContentHandler | ContentHandler that "forks" the incoming SAX2 events to two ContentHandlers. |
| IgnoredSchema | IslandSchema implementation for "ignored" island. |
| IgnoreVerifier | ignores namespaces which have no associated grammar. |
| IslandSchema | represents a schema that validates one island. |
| IslandSchemaReader | IslandSchemaReader is responsible for parsing IslandSchema. |
| IslandVerifier | Interface for verifier that validates one island. |
| JARVTask | Ant Task that performs XML validation through JARV. |
| RELAXCatalog | RELAXCatalog |
| SAXEventGenerator | Generates SAX events from a DOM tree. |
| Schema | The compiled representation of schemas. |
| SchemaProvider | provides necessary schema information for Dispatcher. |
| ValidatingDocumentBuilderFactory | Wraps another DocumentBuilderFactory and adds validation capability. |
| ValidatingSAXParserFactory | Wraps another SAXParserFactory and adds validation capability. |
| Verifier | An instance of this interface can validates documents. |
| VerifierConfigurationException | VerifierConfigurationException |
| VerifierException | VerifierException |
| VerifierFactory | VerifierFactory |
| VerifierFactoryLoader | A class that provides information about the verifier implementation. |
| VerifierFilter | XMLFilter implementation that validates a document. |
| VerifierFilterImpl | plain vanilla VerifierFilter implementation. |
| VerifierHandler | SAX2 ContentHandler implementation that validates a document. |
| VerifierImpl | Partial implementation of Verifier. |