Uses of Class
org.daisy.zedval.engine.ZedFile

Packages that use ZedFile
org.daisy.zedval.engine   
org.daisy.zedval.zedsuite.v2002   
org.daisy.zedval.zedsuite.v2005   
 

Uses of ZedFile in org.daisy.zedval.engine
 

Subclasses of ZedFile in org.daisy.zedval.engine
 class AudioFile
          An AudioFile object represents a single DTB audio file
 class CssFile
          A CssFile object represents a single DTB css file
 class DtdFile
          Represents DTDfiles (.dtd, .ent, .mod)
 class ImageFile
          An ImageFile object represents a single DTB image file
 class JpegFile
          A JpegFile object represents a single DTB JPEG image file
 class ManifestFile
          A ManifestFile object represents a single DTB file that can appear in a package manifest
 class Mp3File
          An Mp3File object represents a single DTB MPEG-1/2 Layer III (MP3) audio file
 class NcxFile
          An NcxFile object represents a DTB navigation control file
 class OtherFile
          An OtherFile object represents a DTB file of an unknown or untested type
 class PackageFile
          A PackageFile object represents a DTB package file
 class PngFile
          An PngFile object represents a single DTB PNG image file
 class ResourceFile
          A ResourceFile object represents a DTB resource file
 class SmilFile
          A SmilFile object represents a DTB synchronization file
 class SvgFile
          An SvgFile object represents a single DTB SVG image file
 class TextFile
          A TextFile object represents a DTB textual content file
 class WavFile
          A WavFile object represents a single DTB linear PCM-RIFF WAVE audio file
 class 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).
 class AacFile
          An AacFile object represents a single DTB MPEG-4 AAC audio file
 

Methods in org.daisy.zedval.engine that return ZedFile
 ZedFile TestProcessorErrMsg.getFile()
          Returns ZedFile that generated the error
 ZedFile FailureMessage.getFile()
          Returns ZedFile that generated the error
 

Methods in org.daisy.zedval.engine with parameters of type ZedFile
abstract  void ZedCustomTest.performTest(ZedFile f)
           
 

Constructors in org.daisy.zedval.engine with parameters of type ZedFile
TestProcessorErrMsg(java.lang.String details, java.lang.String lang, boolean fatal, ZedFile f, ZedTestProcessor ztp)
           
FailureMessage(java.lang.String details, java.lang.String lang, long line, long column, ZedTest t, ZedFile f, ZedTestProcessor ztp)
           
FailureMessage(java.lang.String details, java.lang.String lang, long line, long column, ZedFile f, ZedTestProcessor ztp)
           
FailureMessage(java.lang.String details, java.lang.String lang, ZedTest t, long line, long column, ZedFile f, ZedTestProcessor ztp)
           
FailureMessage(java.lang.String details, java.lang.String lang, ZedTest t, ZedFile f, ZedTestProcessor ztp)
           
FailureMessage(java.lang.String details, java.lang.String lang, ZedFile f, ZedTestProcessor ztp)
           
 

Uses of ZedFile in org.daisy.zedval.zedsuite.v2002
 

Methods in org.daisy.zedval.zedsuite.v2002 with parameters of type ZedFile
 void TextRelations.performTest(ZedFile f)
          Performs the relational tests on a text file
 void TextInternal.performTest(ZedFile f)
          Performs the internal tests on a text file
 void SpineIntegrity.performTest(ZedFile f)
          Performs the spine integrity tests on the package file
 void SmilRelations.performTest(ZedFile f)
          Performs the relational tests on a SMIL file
 void SmilInternal.performTest(ZedFile f)
          Performs the internal tests on a SMIL file
 void SmilDtbookRelations.performTest(ZedFile f)
          Performs the relational tests on a SMIL file
 void ResRelations.performTest(ZedFile f)
          Performs the relational tests on the resource file
 void ResInternal.performTest(ZedFile f)
          Performs the internal tests on the resource file
 void ResIntegrity.performTest(ZedFile f)
          Performs the integrity tests on the resource file
 void OpfInternal.performTest(ZedFile f)
          Performs the internal tests on the package file
 void OpfIntegrity.performTest(ZedFile f)
          Performs the integrity tests on the package file
 void NcxRelations.performTest(ZedFile f)
          Performs the relational tests on the NCX
 void NcxInternal.performTest(ZedFile f)
          Performs the internal tests on the NCX
 void NcxIntegrity.performTest(ZedFile f)
          Performs the integrity tests on the NCX
 void ManifestText.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file for text book types
 void ManifestNonText.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file for non-text book types
 void ManifestNonAudio.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file for non-audio book types
 void ManifestIntegrity.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file
 void ManifestAudio.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file for audio book types
 void ImageTests.performTest(ZedFile f)
          Performs the integrity tests on an image file
 void DtbookSmilRelations.performTest(ZedFile f)
          Performs the relational tests on a dtbook file
 void AudioTests.performTest(ZedFile f)
          Performs the integrity tests on an audio file
 

Uses of ZedFile in org.daisy.zedval.zedsuite.v2005
 

Methods in org.daisy.zedval.zedsuite.v2005 with parameters of type ZedFile
 void SmilTests.performTest(ZedFile f)
          Performs customtests on a smil file
 void ResourceTests.performTest(ZedFile f)
          Performs custom tests on resource file
 void PackageTests.performTest(ZedFile f)
          Performs custom tests on package file
 void NcxTests.performTest(ZedFile f)
          Performs customtests on ncx
 void ImageTests.performTest(ZedFile f)
          Performs custom tests on image files
 void DtbookTests.performTest(ZedFile f)
          Performs customtests on a dtbook file
 void AudioTests.performTest(ZedFile f)
          Performs custom tests on audio files