Package org.daisy.zedval.engine

Interface Summary
Referring  
ZedReporter An object implementing the ZedReporter interface collects, formats, and outputs validation test results
 

Class Summary
ApplicationErrMsg An ApplicationErrMsg object represents an error message from the ZedVal application
AudioFile An AudioFile object represents a single DTB audio file
CssFile A CssFile object represents a single DTB css file
CustomTestProcessor A CustomTestProcessor object executes tests via a custom Java class
DtdFile Represents DTDfiles (.dtd, .ent, .mod)
DtdTestProcessor A DtdTestProcessor object executes tests via DTD validation
ErrorMessage An ErrorMessage object represents a ZedVal message reporting a program error
FailureMessage A FailureMessage object represents a ZedVal message reporting details of a validation failure
ImageFile An ImageFile object represents a single DTB image file
JpegFile A JpegFile object represents a single DTB JPEG image file
ManifestFile A ManifestFile object represents a single DTB file that can appear in a package manifest
ManualTestProcessor A ManualTestProcessor object creates a report of tests that will need to be done manually
Mp3File An Mp3File object represents a single DTB MPEG-1/2 Layer III (MP3) audio file
NcxFile An NcxFile object represents a DTB navigation control file
OtherFile An OtherFile object represents a DTB file of an unknown or untested type
PackageFile A PackageFile object represents a DTB package file
PngFile An PngFile object represents a single DTB PNG image file
ResourceFile A ResourceFile object represents a DTB resource file
RngSchematronTestProcessor An RngSchematronTestProcessor object executes tests via RelaxNG schema validation
SmilFile A SmilFile object represents a DTB synchronization file
SvgFile An SvgFile object represents a single DTB SVG image file
TestProcessorErrMsg A TestProcessorErrMsg object represents an error message from a ZedTestProcessor
TextFile A TextFile object represents a DTB textual content file
WavFile A WavFile object represents a single DTB linear PCM-RIFF WAVE audio file
XmlFile An XmlFile object represents a single XML document file This class includes default, do-nothing methods to implement the SAX ContentHandler interface (The appropriate ones will be overridden by the subclasses).
XmlFileAttribute  
XmlFileElement An XML Element descriptor, similar to the javax.xml.stream.StartElement, but with less footprint.
XslTestProcessor An XslTestProcessor object executes tests via an XSLT stylesheet
ZedConstants Carries static specwide strings
ZedContext Encapsulates run-time context information This can be subclassed to provide more context information
ZedCustomTest An object implementing the ZedCustomTest interface executes a test on a ZedFile
ZedFile A ZedFile object represents a single DTB or ZedVal file
ZedMap Represents a Test Map or Processor Map.
ZedMessage A ZedMessage object represents a ZedVal output message
ZedTest A ZedTest object represents a single validation test from the testMap.
ZedTestProcessor A ZedTestProcessor object executes one or more Tests on one or more ZedFiles
AacFile An AacFile object represents a single DTB MPEG-4 AAC audio file
 

Exception Summary
ZedContextException  
ZedCustomTestException  
ZedFileInitializationException  
ZedReporterException